Viewing 15 posts - 181 through 195 (of 224 total)
Thank you Gail. Appreciated you.
This site is Awesome !!!!!!!.
December 22, 2011 at 7:22 am
Thank you very much Ignacio A. Salom Rangel.
December 21, 2011 at 2:32 am
Thanks Dev.
One quick question. What approach will you take when it happens to your DB. Do you stop the DBCC checkdb and follow a different approach.
My db files...
December 20, 2011 at 1:08 am
Hi Ignacio A. Salom Rangel,
Very curious to knew about this, is it possible to take database backup from sqlserver 2000 and restore on sql 2008.
-- Babu
December 18, 2011 at 10:51 pm
In mirroring Transaction log backup will not be applied on the secondary server. However the uncommitted/commited transaction will be automatically applied to the secondary database server log. To manage the...
December 18, 2011 at 10:34 pm
I think I have encountered this issue in sqlserver 2008 (Not R2).
My scenario is when I created a job in using t-sql scripts ( taken from a different server)...
December 18, 2011 at 8:19 pm
Looking at the attachment your database adventureworks on the secondary server is not under no recovery mode. Let us know how did you get the adventurework database on the secondary...
December 18, 2011 at 8:04 pm
My Bad. Yes the transaction log backup is happening. Thanks Bru.
Sorry about that.
December 16, 2011 at 2:40 am
The errors are pretty clear. The restored database is not in recoverymode/standby mode.
Can you confirm the following
1) Your primary db (Source db) is in the full recovery mode....
December 15, 2011 at 11:25 pm
If the online = off with index rebuild option on a huge table will certainly block the full backup. The table will be available if you use the online...
December 15, 2011 at 11:18 pm
Schedule a sqljob to run between a particular time to shrink the file. And an other sql job to stop the running shrink job once the time crossed. This way...
December 14, 2011 at 12:54 am
If you are having identity columns, why are inserting the values through application.
Please use column names in the insert statement and exclue the identity column.
December 14, 2011 at 12:44 am
Please check the size of the restored database using the following command.
RESTORE HEADERONLY FROM DISK = 'DB backup file path'
GO
December 12, 2011 at 11:38 pm
Viewing 15 posts - 181 through 195 (of 224 total)