Microsoft
Software
Hardware
Network
Question : sp_helptext with schema
I have this table in my databse MiEsqueme.ALCANCE
select * from MiEsqueme.ALCANCE
sp_helptext MiEsqueme.ALCANCE
Mens. 102, Level 15, State 1, Line 1
Incorrect syntax near '.'
sp_helptext ALCANCE
Mens 15009, Level 16, State 1, Procedure sp_helptext, Line 54
The object 'ALCANCE' does not exist in database 'bdradesanew' or is invalid for this operation.
which is the right way? I must write to use sp_helptext
Answer : sp_helptext with schema
I believe you should use the following code sample to achieve.
1:
sp_help 'MiEsqueme.ALCANCE'
Random Solutions
w3wp.exe IIS workder Process uses all of the systems RAM
SQL Syntax for View with two fields same name
SQL IN subquery vs another method, chained where
MFC Debugging
How do I identify user logon / logoff event in a domain
Installing all software without internet connection on fresh Windows 7 install
NetApp: Should I Pay $1,900 for Rack and Stack?
Problems with password recovery and factory default reset on my catalyst 4006 switch
DATABASE ROW UPDATE
Some post parameters not submitted when using IE