Viewing 15 posts - 676 through 690 (of 931 total)
Below forum has some key inputs.
February 14, 2011 at 4:01 am
Very useful article. I was looking for something like this for quite some time 🙂
February 14, 2011 at 1:54 am
Please refer below link
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
This would be useful so that you could get the relevant help.
February 13, 2011 at 10:05 pm
Yes you can. There are several links. One such link is below.
http://www.sqlservercentral.com/scripts/Backup+%2F+Restore/32003/
February 12, 2011 at 10:52 pm
I answered in haste and got it wrong
February 11, 2011 at 1:53 am
Can you let us know recovery model of database.
select name,recovery_model from sys.databases
February 11, 2011 at 1:48 am
Elliott Whitlow (2/10/2011)
February 10, 2011 at 7:09 pm
When clustering and mirroring is combined together there are some things you need to take care of.
Eg. DB Mirror failover time is quicker than that of failover clustering. During normal...
February 10, 2011 at 7:29 am
Can you type SSMS in Start->Run
What is the error message you are getting?
February 10, 2011 at 7:23 am
In SQL Server 2005 there is a new isolation level-snapshot.
I would go by Ashis's input on reading more on isolation levels so that we are fully aware of the...
February 10, 2011 at 2:51 am
Very good question. I had a feeling the answer would be either
SQL Server Database Tools or DataSmith. I chose the latter to score 1 point.
February 9, 2011 at 11:45 pm
Thank you Grant for the clarification.
Usually, I had not taken backups this way 🙂
Thank you Again.
February 9, 2011 at 7:50 am
Viewing 15 posts - 676 through 690 (of 931 total)