Viewing 15 posts - 301 through 315 (of 355 total)
2008
May 26, 2010 at 1:16 pm
I believe this is the crux of the issue although I cannot figure out why. I've tried all duplex modes and transfer rates w/o success
Resource ...
May 26, 2010 at 12:57 pm
For me this was an incorrectly configured AD OU
May 25, 2010 at 9:11 am
I wouldn't mess with the in place upgrade if I were you...
May 3, 2010 at 4:33 pm
Not sure if it makes sense or not, perhaps a guru could comment...
Possibly delete the indexes, do the inserts, then recreate the index.
May 3, 2010 at 4:28 pm
I know it's an old post but there's some info here if you're still looking
http://blogs.msdn.com/psssql/archive/2009/11/03/the-sql-server-wait-type-repository.aspx#10004848
April 30, 2010 at 3:17 pm
Sounds like the lesson for the day is to use sp_update_job to enable / disable and to avoid the GUI
April 20, 2010 at 1:57 pm
I just tried to reproduce the issue as well and couldn't do it.
This DID occur on my production box this morning though.
April 20, 2010 at 12:47 pm
Try restarting sql server agent service after disabling the job...seems to work for me.
April 20, 2010 at 10:03 am
I'm having the same issue, job disabled, schedule enabled, job runs.
(I'm running sql 2008 sp1)
My jobs were created via a maintenance plan, were yours too?
April 20, 2010 at 9:42 am
100 should work just fine, it's really SQL 2000 (80) that's the issue.
I use the script all the time on SQL 2005, SQL 2008 servers. If even 1 db...
March 31, 2010 at 9:40 am
The script is written such that the compatibility level all databases must be 90.
To check run
select compatibility_level from sys.databases
March 30, 2010 at 4:37 pm
Viewing 15 posts - 301 through 315 (of 355 total)