Viewing 15 posts - 91 through 105 (of 173 total)
emmanuel.constant (7/31/2012)
I did discover that I have the Win2008 server which host the SQL Server 2008 on one domain and I'm attempting to access it from a client PC from...
July 31, 2012 at 11:26 pm
I have seen your attached error snapshot and have assumed two possiblities:
1. TCP\IP Services seems to be disabled. Which is not allowing you to handshake with remote server.
2. Please type...
July 31, 2012 at 1:14 am
July 30, 2012 at 1:36 am
I too totally agree with Gail, but if the DB size is in TB than it will be time consuming testing !
And If we have multiple DB to test...
July 30, 2012 at 1:29 am
Thanks for the reply !
Restore is possible if I have single or couple of db, but if I have many db than its not possible to restore each db and...
July 26, 2012 at 6:17 am
We can not go with restore option if backup size is bigger each time... Is RESTORE ONLY and With CHECKSUM are 100% sure to validate backup files ?
July 26, 2012 at 3:50 am
Thanx Abel for quick reply. So we can not install MSSQL on linux\unix platform but we can access MSSQL from linux\unix platform. Am I correct ?
July 26, 2012 at 1:46 am
Yes, the given query for log shipping is very much useful. But I am asking in general that if I want to know that which backup set was last restored,...
July 12, 2012 at 8:24 am
Your issue is best explain bu microsoft support at
July 11, 2012 at 10:06 am
Jim_K (7/11/2012)
To extend the OP's metaphor, it's real easy to toss another book on...
July 11, 2012 at 9:59 am
Thanks Perry for the quick reply,
exec sp_help_log_shipping_secondary_database
@secondary_database = 'yourdatabase'
Above query can be used only for database of log shipping. If I dont have log shipping, than how I can...
July 11, 2012 at 9:48 am
For the testing purpose and learning I follow the link:
and my mirroring test setup is working fine. Go through it, it might help you.
July 11, 2012 at 9:43 am
Is there any query or any DBCC or any DMV check to find out which transaction log backup last restored?
July 11, 2012 at 8:11 am
I can see on message column, "skipped log file" and "searching through log backup to restore". According to me this indicates that some transaction files are missing and thats why...
July 10, 2012 at 2:36 pm
Viewing 15 posts - 91 through 105 (of 173 total)