Viewing 3 posts - 1 through 3 (of 3 total)
Thank you for your reply Sean.
The query is generated by an application, so not much room for change at query level.
You are right in saying that the list is at...
July 17, 2013 at 9:35 am
Hello
You could achieve this through osql.
1. Run osql in DOS and extract the last message.
D:\>osql -S INSTANCE -U USER -P PASSWORD -d DATABASE -Q "SELECT * FROM TABLE" | find...
October 26, 2012 at 6:31 am
Thank you all for taking the time to reply and for your valuable inputs.
I have managed to reduce the execution to around 6 minutes through the ideas proposed, which is...
October 26, 2012 at 1:14 am
Viewing 3 posts - 1 through 3 (of 3 total)