Microsoft
Software
Hardware
Network
Question : sql users
hi
in the sql i have a ob that delete the dataBase en restor it(in test comuter) from db that in real db but one of the users dont kip the login name (i can see th name off all users but the loginName is missing
i use a job:
exec sp_change_users_login 'AUTO_FIX', 'name', Null, 'pass';
GO
Answer : sql users
Run the above command in your real db and then do a new backup / restore to testdb.
Use the stored procedure described here to to transfer logins from real to testdb:
http://support.microsoft.c
om/kb/2461
33
Random Solutions
Gigabit motherboard but only running 100 Mbps on LAN
Finding file owner - getting an error: identity references could not be translated
Printer Migration from Windows 2003 to Windows 2008 R2
sql server smtp port
Inventory System (Freeware) Recommendation
How do I create a text file?
mstsc rdpfile published on citrix
VB.net: Problem accesing form elements from other class (probably other thread)
RHCE Exam
OS4 MultiTask Programming: How to get network while in Background?