Viewing 15 posts - 3,106 through 3,120 (of 14,953 total)
Can you restart the distributed transaction coordinator instead of rebooting? If the queries don't modify any local data, that might kill them without having to reboot.
October 20, 2011 at 7:00 am
Can you take the database offline at all?
If so, take it offline, move the log files, and run Create Database For Attach_Rebuild_Log, and see what that does.
Edit: Don't have to...
October 20, 2011 at 6:56 am
Have you tried removing and re-creating the file?
October 20, 2011 at 6:25 am
The easy way to do it is to re-install in the location where you want the binaries.
Most of what matters in SQL Server isn't in the instance data anyway. ...
October 20, 2011 at 6:20 am
I guess I'm not clear on what you mean by "the instance data". Do you mean the system databases for the instances? Or something else?
October 19, 2011 at 1:19 pm
Try this in the relevant database:
SELECT *
FROM sys.fulltext_catalogs
October 19, 2011 at 6:48 am
Nadrek (10/18/2011)
GSquared (10/17/2011)
I'd be more inclined to go by average deviation in size, not just by average size, but average size is probably good enough. I'm lazy about it...
October 19, 2011 at 6:44 am
Evil Kraig F (10/18/2011)
October 19, 2011 at 6:39 am
It can. Mainly in terms of making the transaction log hold onto data longer and the usual effects from that.
October 18, 2011 at 12:02 am
Well, this year I got to miss PASS because I spent the last two weeks migrating some database servers from one datacenter to another three times.
Tonight, I'm again up all...
October 17, 2011 at 11:49 pm
Nadrek (10/14/2011)
GSquared (10/13/2011)
October 17, 2011 at 7:03 am
Check out "DBCC CHECKDB" online. That should do what you need.
October 13, 2011 at 12:03 pm
7zip has a -p switch that allows you assign a password to an archive.
Here's a page with samples: http://www.dotnetperls.com/7-zip-examples
Ctrl-F "password" to find the one you need. It's a ways...
October 13, 2011 at 12:02 pm
Viewing 15 posts - 3,106 through 3,120 (of 14,953 total)