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
Exchange 2007 Autodiscover errors 1004 1005
using ActiveX control in Windows CE Application
I can receive email but cannot see web pages?
Is MAC OS10 supported on vSphere?
someone turned off mirroring, how do i restart it?
Testing Access 2003 in 2007 - buttons worked now they don't WHY?
I need to turn this PHP file into a spreadsheet
FTP and System.Net.Sockets.Network
Stream woes
Getting started with SOAP
Is it possible to have a 'used space' column in My Computer? (XP)