Viewing 15 posts - 46 through 60 (of 267 total)
Thanks for all your replies.
I agree that $150,000 is an obscene amount of money (unless someone wants to pay me that for a job) and it does include a lot...
November 5, 2003 at 1:29 am
Have a look at this post to see another way of stepping through a record set:
http://www.sqlservercentral.com/forum/link.asp?TOPIC_ID=11057
Jeremy
November 4, 2003 at 7:22 am
There is no simple way of doing this within a stored procedure as the second procedure is nested within the first and the first will not continue until the second...
October 29, 2003 at 6:24 am
Good practice would be to split the job up into a number of smaller jobs.
There are a number of problems updating 40 million rows in one statement. ...
October 27, 2003 at 3:59 am
I've found an answer to this. I wasn't setting up the Task Collection properly.
Jeremy
October 23, 2003 at 5:38 am
Just a thought - why not use bigint?
It holds -2^63 through 2^63-1 and storage size is ony 8 bytes?
Jeremy
October 23, 2003 at 1:54 am
I think I have solved the problem.
I had a workflow script for the task which I have taken out and put into a separate Active X task and it now...
October 20, 2003 at 6:00 am
Thanks. I thought it must be simple but wasn't sure where to look.
One further question. What answer does objectfilegroup give when the index and the table are on...
October 15, 2003 at 5:17 am
Have a look at this link: http://www.sqlservercentral.com/faq/viewfaqanswer.asp?categoryid=3&faqid=138
It should give you some ideas.
Jeremy
October 9, 2003 at 7:17 am
Each connection will create its own version of the temporary table. Otherwise, if two users were connected at the same time they would interfer with each other.
If you create...
October 8, 2003 at 7:10 am
Viewing 15 posts - 46 through 60 (of 267 total)