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
Data Validation in Excel 2007
Integrating projects
Converting xcel files to html
Identifying creator of fake facebook page
Required Field Validator for 2 controls
Wireless Access Point - Hard Plastics Protective Cover
Accessing an NT4 Share from Server 2008
Setting Up Exchange Email on Apple IPAD
Script Group Policy Changes
How to show the progress of record submission to the database dynamically in JSP