Viewing 15 posts - 1 through 15 (of 70 total)
A reboot cleared this up.
October 8, 2012 at 7:23 am
Does anyone have a definitive answer for this? This is an absolute nightmare.
October 6, 2012 at 2:29 pm
Yes, The database is a principal in mirroring. The mirroring session had actually been suspended for a few days (oops), transactions were being hung up in in the...
October 1, 2012 at 6:32 am
Turns out mirroring had been suspended for a while. Broke mirroring, truncated the log, now rebuilding mirroring.
September 25, 2012 at 2:37 pm
I have SA rights. Like I said, this works fine in all other databases....
edit: Database appears to be identical in options, etc as all the other databases.
Here is...
June 21, 2012 at 1:41 pm
Excellent write up. I've been looking into implementing this on one of my servers. Would it be helpful to look that the total composition of the plan cache...
June 14, 2012 at 7:13 am
Doug Elwood-471888 (5/16/2012)
Also, the 32-bit address space limit is 4GB, not 2GB.
In a 32bit OS environment, 2GB is reserved for Kernel mode, and the other 2 is reserved for user...
May 16, 2012 at 6:45 am
Lynn Pettis (5/4/2012)
All comments here are not legal fact and are only my opinion.
of course 🙂
Geoff A (5/4/2012)
May 4, 2012 at 12:53 pm
Got it:
function Get-SqlCommand
{
param($serverName,$databaseName,$query)
$SqlConnection = New-Object System.Data.SqlClient.SQLConnection
$SqlConnection.ConnectionString = "Server=$servername;Database=$databasename;Integrated Security=SSPI;"
...
April 11, 2012 at 1:30 pm
GilaMonster (1/13/2012)
jshurak (1/13/2012)
Is there anyway to reduce the file size without taking the database out of read only mode?
No.
Alter the databases to read-write, set recovery model to simple, ...
January 13, 2012 at 12:26 pm
It looks like adding the WITH INIT
option did the trick
December 16, 2011 at 9:38 am
Hi, I appreciate the response. That was a typo on my part when creating the post. Additionally, It would have generated a file does not exist error.
December 16, 2011 at 5:55 am
It was a bad iso image. I re downloaded and its working fine
November 4, 2011 at 1:26 pm
Viewing 15 posts - 1 through 15 (of 70 total)