Viewing 4 posts - 1 through 4 (of 4 total)
Hi All ,
First Execute the below query. Then Grant apt permission thru Management Studio...
CREATE LOGIN [BUILTIN\Administrators] FROM WINDOWS WITH DEFAULT_DATABASE=[master]
GO
:w00t:
June 27, 2012 at 3:30 am
A clustered index is a special type of index that reorders the way records in the table are physically stored. Therefore table can have only one clustered index. The leaf...
February 15, 2011 at 11:13 pm
Run a full backup of your database.
This can be done through the GUI or using a T-SQL command.
--Run this on testServer1/principal server
USE master
GO ...
August 12, 2010 at 10:42 pm
To begin mirroring select Start Mirroring and the mirroring process will begin.
Make sure you have restored your backup on the mirror instance or this process will not work.
If you...
August 12, 2010 at 10:36 pm
Viewing 4 posts - 1 through 4 (of 4 total)