Viewing 15 posts - 376 through 390 (of 640 total)
Are you moving sql 2000 db to sql 2005.
If so just do backup and restore....no need to do system databases they are different in SQL 2005.
Just go get the sp_help_revlogin...
November 7, 2008 at 12:09 pm
Ok so it is a job that is in house that you created and by the time it ends it is 100 GIG in tempdb.
You may have to issue some...
November 7, 2008 at 12:06 pm
Ok so if you bounce server it goes back down to say 1024 in size.
Then you run the query and voila your back up to 100 GIG
What is this...
November 7, 2008 at 8:57 am
Hmm not seen that before. Can you shutdown server it will rebuild tempdb with correct sizes.
Or if you can shrink in smaller bits.
November 7, 2008 at 8:45 am
Interesting:
Full BACKUP
LOG every 15 minutes
DIFF ...
November 7, 2008 at 8:31 am
Set up a sql login on servera and serverb with full sa rights and then use this login in the linked server...click on linked server and right click linked server...
November 7, 2008 at 8:06 am
how about some screen shots and did you try a sql login to see if that at least works.
November 7, 2008 at 5:52 am
Thanks gila - i do some monitoring. I turned in on now and keep eye on the query being executed to ensure they are using the indexes and not...
November 6, 2008 at 11:51 am
One last thing now that im back on statistics....Do you do the auto sync for your tempdb, distribution tables. (I never know if to run update statistis) on these system...
November 6, 2008 at 11:13 am
What report do you run to get the tables with the out of stats on them.
Cheers.
November 6, 2008 at 10:46 am
Thanks i have to keep mental note set it up like linked server even better.
November 6, 2008 at 10:20 am
Once a week...i run it.
It was first when we went to SQL 2005 i had it set on ..i may review this again and see. I did recall doing...
November 6, 2008 at 9:31 am
That thread and the way to get the time of the deleted object is very good ..... i wouldn't have thought to go read the TRACE file.....i might give that...
November 6, 2008 at 9:19 am
Thanks i thought that was the procedure ......i just checking that it stayed in my memory bank.
November 6, 2008 at 9:16 am
Can you explain a little more gila...
Do you mean why do you turn it off on the database....the option of the auto update statistics asynchronously
We turn ours off because with...
November 6, 2008 at 9:14 am
Viewing 15 posts - 376 through 390 (of 640 total)