Subscribe to:
Post Comments (Atom)
Labels
About Me
Best Practices
Career
Data Mining
Documentation
Feature Requests
Humor
MagicPASS
Meme Monday
Mirroring
Parameter Sniffing
PASS
Performance
PowerShell
Presentations
Query Tuning
Recognition
Replication
Scripts
Security
SQL Power Doc
SQL Server 2005
SQL Server 2008
SQLH2
SQLRally
SQLSaturday
SYDI
T-SQL Tuesday
Tips
Troubleshooting
Updates
VirtualBox
Windows
XML
Copyright © 2015 Kendal Van Dyke. All rights reserved.
Kendal is a database strategist, community advocate, public speaker, and blogger. A practiced IT professional with over 15 years of SQL Server experience, Kendal excels at disaster recovery, high availability planning/implementation, & debugging/troubleshooting mission critical SQL Server environments. Kendal is a Senior Consultant on the Microsoft Premier Developer Support team and President of MagicPASS, the Orlando, FL based chapter of PASS. Before joining Microsoft, Kendal was a SQL Server/Data Platform MVP from 2011-2016.
[About Kendal]
(http://lh3.googleusercontent.com/-wrW1fk8IiFE/Vr36w9dtRxI/AAAAAAAADCw/tVa4vTgLWIw/w139-h140-p/IMG_3503.JPG)
1 comment
I'm having the same problem (I'm still testing in a virtual machine though)
I Have 2 servers Virtua1 and Virtual2 both with user sa with the same password.
Both SQL instances are not named.
When I do the last step I write:
VIRTUAL1\sa
VIRTUAL2\sa
But I get the following warning:
Create failed for login 'Virtual2\sa'
Windows NT user or group 'Virtual2\sa' not found.Check the name again.(Microssoft SQL Server, Error: 15401)
(if i try with a now existing user I have the same error)
Both machines are running windows XP and SQL server 2008 r2
Can you tell me what might I be doing wrong?
Post a Comment