Viewing 15 posts - 4,276 through 4,290 (of 9,253 total)
akshay.pawar123 (2/27/2013)
Here's the catch - SQL Server would...
February 28, 2013 at 3:16 am
Vertigo44 (2/26/2013)
The production database has 1 MDF and 1 log file.The log file extension is idf instead of LDF. Would this cause issues?
You just need to change the name in...
February 27, 2013 at 5:27 am
The quorum is a single mediator, there is only 1. It can use a file share or disk but also can use neither depending on the cluster configuration.
February 26, 2013 at 11:36 pm
Bert-701015 (2/26/2013)
but can a replica be clustered as well?
Yes that's what the article discusses 😉
February 26, 2013 at 12:13 pm
Kaushal.M (2/26/2013)
Can a single computer be part of multiple clusters?
No, a computer can be a member of only one cluster
February 26, 2013 at 3:47 am
Rade_ (2/21/2013)
USE DATABASE
GO
select'CREATE LOGIN ' + sl.name +
' WITH PASSWORD = ' +...
February 22, 2013 at 5:13 am
it doesnt matter, 2nd approach is probably easier and would be the way i would do it.
February 22, 2013 at 5:11 am
have you tried the Redgate forums or just raise a support call and ask the Redgate support desk, they're very helpful
February 21, 2013 at 8:16 am
Its easy, first setup a table in your DBA util database listing the nodes and the preferred location of any instances.
Just use
select serverproperty('computernamephysicalnetbios')
in your audit job and it will...
February 21, 2013 at 7:50 am
Ensure the name is 15 chars or less
February 21, 2013 at 7:47 am
The users have to be disconnected for the log restores to take place. The database engine is just deferring this action until users are clear, this from Books Online
SQL Server...
February 21, 2013 at 7:47 am
Ed Wagner (2/21/2013)
I just love the wide variety of stuff available...
February 21, 2013 at 7:33 am
m.rajesh.uk (2/20/2013)
Windows NT group/user 'NT SERVICE\MSSQLSERVER',
It's not a group, its a virtual alias used by the service account in SID based security when using SQL Server 2008 under Windows...
February 21, 2013 at 7:25 am
Whatever happens you will need to release the sql server handles on the disk file(s), what capacity do you have to copy 200gb of database files across the drives? You...
February 19, 2013 at 11:15 am
happycat59 (2/17/2013)
Database mappings are actually relationships between the syslogins table in the master database and sysusers table in the user database.
Note that the correct catalogs now are
sys.server_principals for server level...
February 19, 2013 at 2:23 am
Viewing 15 posts - 4,276 through 4,290 (of 9,253 total)