Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use sp_executesql
Message
 
 
To
29/07/2009 01:38:01
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01415047
Message ID:
01415300
Views:
63
This message has been marked as the solution to the initial question of the thread.
>>>Do you have an access to SSMS - can you test the execution plan?
>
>ADMIN will give me all admins right. But I don't know how test execution plan.
>Please send me example. Thank you.

Sergey,

Some simple ways

Before running your query try

SET STATISTICS IO ON
SET STATISTICS TIME ON

to get some information into the messages tab directly.

See also http://forum.lessthandot.com/viewtopic.php?f=17&t=6858 for some help.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform