Viewing 11 posts - 1 through 11 (of 11 total)
You guessed it right.
I am already running a query and want to find the amount of time it will take to finish.
Thanks for the suggestions about logging at each step.
The...
October 7, 2009 at 9:29 am
Thanks. I'll try it out.
Dropping a database and creating a new one is an option. But, I was trying to avoid dropping the procedures and functions written for the database.
June 19, 2009 at 9:03 am
Performance of the table after deletion. I'll try out the index reorganizing and index rebuilding queries.
I am working on test databases, and I am frequently populating the tables and emptying...
June 19, 2009 at 8:59 am
yes it did work out... thanks Jack, Antonio for your help
i turned all string variables related to the dynamic query variable (@sql) to nvarchar(MAX) and i am getting the results....
did...
July 21, 2008 at 1:32 pm
I think this is the problem...
i am trying to insert a few dates into the query. In the process I use this statement:
July 21, 2008 at 1:23 pm
somewhat similar...
instead of executing
exec(@sql)
i am doing
print @sql
Also I printed out len(@sql) which returns me 4000
(@sql is declared as nvarchar(MAX))
July 21, 2008 at 1:11 pm
Got it.
Thanks all. The explanation with AND/OR logic was a good one.
Made me feel completely stupid :hehe:
I did feel at the back of my mind that this question had something...
April 3, 2008 at 1:33 pm
well there could be 10 rows with ID = 1 and another 10 rows with ID != 1
April 3, 2008 at 12:46 pm
well that was pretty candid 🙂
i hope to see the feature in future..
thanks
December 28, 2007 at 9:28 am
Hey Lowell,
Thanks for the reply. That is very nicely explained. I have to try it out now.
Thanks again
December 27, 2007 at 11:50 am
Viewing 11 posts - 1 through 11 (of 11 total)