Viewing 15 posts - 4,591 through 4,605 (of 9,253 total)
SQLCrazyCertified (11/21/2012)
shohelr2003 (11/21/2012)
Thank you, so nothing to be worried.
You should also see next to the principal db says "synchronized"
Since you have witness server, I am thinking, you configured with synchronize...
November 21, 2012 at 7:46 am
November 21, 2012 at 5:36 am
Mani-584606 (11/20/2012)
Hi,We have configured log shipping in SQL Server 2008 R2.
Primary Server A has a named instance on port 1234
Secondary Server B has a named instance on port 4321
Are you...
November 21, 2012 at 5:31 am
GilaMonster (11/20/2012)
That should fall into the category of 'common sense'.... not that common sense is all that common. 🙂
yes you would think, but its not uncommon actually 😀
November 20, 2012 at 2:45 pm
GilaMonster (11/19/2012)
November 20, 2012 at 1:21 pm
SQLCrazyCertified (11/20/2012)
I was troubleshooting a connectivity issue for a cluster server.
SQL 2k5 on Windows 2k3.
Found an instance is down, manually brought back online. However, I am wondering howcome...
November 20, 2012 at 11:13 am
Commonly a network error, what testing did you perform to ensure the default of 10 secs was sufficient to mitigate potential issues on your network?
November 20, 2012 at 4:37 am
what is the timeout value you are using for this database?
select mirroring_connection_timeout from sys.database_mirroring
where database_id = DB_ID('yourdb')
November 20, 2012 at 4:16 am
Jeetendra (11/19/2012)
I am trying to install Multiple instances of SQL Server 2008 R2 on a Windows Cluster in a Active / Passive Mode.
I have installed the Default Instance of...
November 20, 2012 at 4:12 am
Dustin W. Jones (11/19/2012)
is AONode2\CLMaint. Is this node necessary? Is this just another secondary replica?
That's exactly what it is, a secondary replica.
November 19, 2012 at 2:07 pm
sqlnyc (11/19/2012)
The irony here is that we deleted all of those records so that we could save space. But obviously that never happened.....
The ghost cleanup is a periodic background task....
November 19, 2012 at 1:31 pm
sqlnyc (11/19/2012)
Guess I'll have to do some research as to why they're not getting cleaned up in production.
Sql server version may be the issue, check for any patches that...
November 19, 2012 at 1:19 pm
sqlnyc (11/19/2012)
Yes, we have recently deleted a large amount of rows. In fact I was just in touch with Paul Randal about this, and he suggested that it...
November 19, 2012 at 1:15 pm
Have large amounts of data been dropped on the source database from this table at all.
November 19, 2012 at 12:32 pm
arkiboys (11/19/2012)
November 19, 2012 at 9:33 am
Viewing 15 posts - 4,591 through 4,605 (of 9,253 total)