Viewing 15 posts - 15,541 through 15,555 (of 49,552 total)
Welsh Corgi (11/23/2012)
Was your intent to restore additional backups?
He's trying to fail database mirroring over to the mirror after the principal crashed.
November 23, 2012 at 2:18 am
From Books Online:
FORCE_SERVICE_ALLOW_DATA_LOSS
Forces database service to the mirror database after the principal server fails with the database in an unsynchronized state or in a synchronized state when automatic failover does...
November 23, 2012 at 2:11 am
So the DB is online and working?
November 22, 2012 at 11:35 pm
SQL_ME_RICH (11/22/2012)
Is there any good reason you can think of to always be using the WITH(NOLOCK) hint in all queries?
None whatsoever
Wouldn't the WITH(NOLOCK) defeat the whole purpose of discouraging against...
November 22, 2012 at 2:27 pm
D.Post (11/22/2012)
Maybe this has already been pointed out and I'm just proving the point of many comments already raised...
November 22, 2012 at 11:32 am
Should be OK because ROWLOCK is not an isolation level hint, it's a lock granularity hint. It says 'when you take locks, take at the row level not page or...
November 22, 2012 at 11:31 am
See my earlier post. You have an index rebuild job that is rebuilding every single index in your database every time it runs.
November 22, 2012 at 11:25 am
Has the DB just been switched from full or bulk-logged recovery? If so, run a checkpoint, sys.databases is not updated immediately, hence you can get 'log backup' occurring for a...
November 22, 2012 at 11:23 am
kenzomus (11/22/2012)
Can we download BIDS for sql server 2008 r2 online ?
No, it's part of the SQL Server installation. Run the SQL Server installation on their machine and just select...
November 22, 2012 at 7:49 am
Please post the actual complete procedure, table definitions, index definitions and execution plan, as per http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
November 22, 2012 at 7:43 am
It's probably the hidden database snapshot that CheckDB uses.
November 22, 2012 at 7:35 am
There is something running a second backup job on that server. The LSNs and times are different, hence it is not the same backup being logged twice. VDI means it's...
November 22, 2012 at 7:34 am
josh.hill (11/21/2012)
November 22, 2012 at 4:32 am
nhimabindhu (11/22/2012)
hi,I am not getting all databases names in the server from sys.dm_db_index_usage_stats because sql server was restarted last week.
The ones you aren't...
November 22, 2012 at 4:31 am
No, not conclusively.
You can check the index usage stats for a DB, if there's nothing in there then the DB hasn't been used since the last time the server was...
November 22, 2012 at 2:42 am
Viewing 15 posts - 15,541 through 15,555 (of 49,552 total)