Viewing 15 posts - 376 through 390 (of 4,745 total)
will you be retrrying SP2? If so you need to be sure you won't hit the same error again.
January 9, 2014 at 9:01 am
well then you have online rebuild with sort_in_tempdb open to you, (as long as no LOB data) and even multi threaded. But that would still be resource intensive and I...
January 9, 2014 at 8:59 am
what version of 2008, standard or enterprise?
Whats the recovery mode of the database?
I presume the PK is the clustered index?
You could reorganise and backup the log up at intervals
you could...
January 9, 2014 at 8:12 am
see this for the error you had.
try restoring your msdb as a user database (this server or elsewhere) and see if you can fix the problem so that script runs....
January 9, 2014 at 7:34 am
I know, I just couldn't resist it ! 😉
January 8, 2014 at 1:38 pm
if you want to keep it simple and just change recovery model for all user databases run this, copy results to another window and run
select 'alter database ['+name+'] set recovery...
January 8, 2014 at 12:14 pm
why does it matter that other tables are fragmented? what is your script trying to do?
can you force the logic flow to pick up your table?
January 8, 2014 at 11:39 am
SQL Guy 1 (1/7/2014)
January 8, 2014 at 10:42 am
run a dbcc shrinkfile on it, you'll have all the fragmentation you want.
but not in production 🙂
January 8, 2014 at 10:33 am
IIRC you will get the same error if you try and do the above.
Pretty sure you need to upgrade your RS instance so it is the same version (including service...
January 8, 2014 at 10:20 am
This QOTD discussion link just popped up in active threads for some reason so thought i would grab a couple of points 🙂
January 8, 2014 at 2:57 am
temporary fix - move the modellog.ldf file to where SQL expects it to be so SQL starts, then correct the values in master_files via alter database with care, restart (ensure...
January 7, 2014 at 1:16 pm
we cannot see what you can see so difficult to troubleshoot, please post result of query above and portion of errorlog showing start up.
January 7, 2014 at 8:42 am
backward compatibility. I expect Microsoft used the term 'deprecated.'
Microsoft are giving you a chance to wean yourself off OSQL. expect it to disappear at some point. Its still in 2008R2.
Cannot...
January 7, 2014 at 7:46 am
Viewing 15 posts - 376 through 390 (of 4,745 total)