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
Opening files from Windows Explorer is slow
Anyway to search a large text file without loading it into memory?
Query with "If" condition
Jquery Traversing
Using install script to get directory path of the installation
Will Windows remote desktop will work between Windows 7 and XP? On the same router? References?
Update records in SQL table via Excel VBA and ADO
ASUS P6T / Windows 7 64 Problem
Raise domain function level when there are 2 ADs
make no targets specified and no makefile found. stop