Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
USE command in SP
Message
From
10/10/2005 06:40:08
 
 
To
10/10/2005 00:25:49
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01057586
Message ID:
01057604
Views:
20

Hi,

Thank for your prompt reply.
So, it mean that I can't apply the db change to my SP alone.

BTW, any good way to avoid using cursor in SP ?
It really slowing my performance.

In addition, why is it that when I am using
dynamic SQL, some of the string will be truncated

DECLARE @execstr varchar(4000)

SET @execstr = 'DECLARE ....'+
'....'+
'.....'

SELECT @execstr


Some of the string will be display. Please advise and comment,
tks

----------------------------------------------------------------------
Hi Virusim,
Using or not a language element it is decided by human choice,
You can export a SP script to check if cursor is used.
The string is not truely to be truncated but is not display enough,which is decided by a option setting "Maximum Characters per column" of "Tools"->"options"->"Results" tab,in your SQL Analyzer.
Steven
Previous
Reply
Map
View

Click here to load this message in the networking platform