Viewing 15 posts - 1,876 through 1,890 (of 4,745 total)
Craig Farrell (3/17/2011)
Rem70Rem (3/17/2011)
What are the steps to rollback if needed?
Generate a new filegroup, move *everything* into the new filegroup. Rebuild the original Primary as desired, move everything back,...
March 18, 2011 at 4:37 am
Craig Farrell (3/18/2011)
alexus8888 (3/18/2011)
March 18, 2011 at 4:34 am
rollback -
dbcc shrinkfile with the emptyfile option, followed by alter database command to remove the file.
- or restore from the backup you would of course take before doing this, but...
March 17, 2011 at 5:24 pm
Craig Farrell (3/17/2011)
george sibbald (3/17/2011)
don't quite understand why myself, but as disk technology moves forward old truths can become outdated.
I still would not recommend it as a default approach to...
March 17, 2011 at 5:09 pm
Userdb.
don't quite understand why myself, but as disk technology moves forward old truths can become outdated.
I still would not recommend it as a default approach to file layout, and have...
March 17, 2011 at 4:03 pm
please don't hijack threads. start a new thread with your question if you want help.
nice answer on the SP application by the way. I would add ensure any server level...
March 17, 2011 at 3:30 pm
Is this on a SAN? Are you looking for performance improvements in reads or writes? speak to your Storage people. Depending on the exact configuration you can see improvements because...
March 17, 2011 at 3:21 pm
here's some code what I pinched from somewhere -
--How to isolate the current running commands in SQL Server. This query isolates the SQL in the batch
-- actually running...
March 17, 2011 at 11:11 am
root cause -
After speaking with Diskeeper they advised us to install Diskeeper 10 version 14.0.913 which it the latest build, we have installed this and retested and we have...
March 17, 2011 at 11:02 am
thank you Gail, some definite similarities there, especially in the 823, 8966 errors and apparent EOF conditions. Main difference was my databases WERE actually corrupted.
I will pass this on to...
March 16, 2011 at 11:29 am
thought I would feed back on the root cause of this.
Investigations of the disk showed no errors on the disks, which is unusual for an 823 error but there you...
March 16, 2011 at 7:54 am
make sure you use shrinkfile not shrink database
try the truncateonly clause first
other than that you have no choice but to do it in chunks, best to do that anyway as...
March 15, 2011 at 4:58 pm
run this search on http://www.google.com/microsoft
service pack 3 sql2005 cluster
and select instructions that apply to you.
basically stop connections, backup databases, disable ddl triggers, apply to active node from a location both...
March 15, 2011 at 4:50 pm
yes you can.
logshipping is at the database level and the database is not changes by 32bit or 64bit.
March 15, 2011 at 7:53 am
question specifically mentions SQL2011 (if it will be called that.)
SELECT * FROM ::fn_virtualservernodes() is only there for backward compatibility and should not be used. It works all the way up...
March 15, 2011 at 7:40 am
Viewing 15 posts - 1,876 through 1,890 (of 4,745 total)