Viewing 15 posts - 3,391 through 3,405 (of 9,253 total)
The login Amtpl is already mapped to a different database user. Use the following to identify the logins current database user account
use [yourdb]
selectd.name as DBUsername
, s.name as Loginname
from sys.database_principals d
inner...
April 9, 2014 at 5:34 am
No, the cluster service should be left as is. The issue is because the Cluster Name object does not have permission to create Virtual Computer Objects. Either pre stage them...
April 8, 2014 at 9:20 am
dajonx (4/7/2014)
- The cluster identity '2012CLUSTER$' has Create Computer Objects permissions. By default all computer objects are created in the same container...
April 8, 2014 at 5:30 am
free_mascot (4/6/2014)
From the security and connectivity perspective it would be good to keep sql servers on domain.
Not necessarily, security can still be implemented effectively on workgroup computers, it's just harder...
April 8, 2014 at 5:24 am
DKG-967908 (4/7/2014)
1. But what the Microsoft best practice says about this.
2. If we consider from security point of view - SQL server should be on domain...
April 7, 2014 at 9:48 am
Joining a server to a windows domain provides centralisation of uses and resources.
Computers in a workgroup require users and objects to be maintained locally on each machine. When providing...
April 6, 2014 at 2:33 pm
PHXHoward (4/3/2014)
April 4, 2014 at 5:28 am
Talib123 (4/3/2014)
The file it was looking for was MODEL.log. WHen in fact the file was still Modellog.ldf.
Yes, so if you follow my steps above you'll recover with no issues
April 3, 2014 at 6:56 am
Talib123 (4/3/2014)
April 3, 2014 at 6:06 am
ok, didnt spot that
April 2, 2014 at 7:10 am
lol convert this
0x646F6E2774206265206120646F726B20203A2D29
April 2, 2014 at 6:01 am
Talib123 (4/2/2014)
ALTER DATABASE model
MODIFY FILE (NAME = modelData, FILENAME = 'D:\New folder\model.mdf')
GO
ALTER DATABASE model
MODIFY FILE (NAME =...
April 2, 2014 at 4:27 am
The software requirements list Windows 2012 or Windows 2008 only for Enterprise edition, see this link
April 2, 2014 at 3:08 am
And as part of your AO group deployment you've already identified a preferred Primary 😉
April 2, 2014 at 1:07 am
Viewing 15 posts - 3,391 through 3,405 (of 9,253 total)