Viewing 12 posts - 31 through 42 (of 42 total)
Thanks for your help, I tried the code above added with my insert statement, but not sure I'm declaring my table variable in the right spot. Here is the error...
March 12, 2004 at 2:39 pm
We don't want to process more than 100,000 rows at a time because the job runs long. We need a commit every 1000 so the table is released between deletes.
I...
March 12, 2004 at 2:09 pm
You can pass parameters to stored procs that are in a job. We do it all the time.
exec Delete_Task_Result 120
You could also create one stored proc that executes...
March 12, 2004 at 12:13 pm
Two words for you Amit..
YOU ROCK!!!
thanks soo much for your help.
February 20, 2004 at 9:40 am
The result's I used were from amitjethva.
Thanks in advance
February 19, 2004 at 2:55 pm
Thanks.. that is EXACTLY what I'm looking. Now my only issue is putting the info into a table. Every time I try an insert I get an error message that...
February 19, 2004 at 2:53 pm
Sorry forgot to add the script
/*******************************************************************************
Written By : Simon Sabin
Date : 25 October 2002
Description : Returns the spaceused by all tables in a database
:
History
...
February 18, 2004 at 5:06 pm
I found this article in
Microsoft Knowledge Base Article - 816939
PRB: File Growth Value for TempDB is Not Persistent When Changed From Fixed Increments to Percentage
I'm...
August 11, 2003 at 3:40 pm
Viewing 12 posts - 31 through 42 (of 42 total)