Viewing 2 posts - 1 through 2 (of 2 total)
I agree with Chris and Jake. I would try to get a better understanding of what the end users are seeing so that you can narrow down your options. The...
November 30, 2012 at 8:50 am
#1564433
try this:
EXEC sp_MSForEachDB 'USE [?] CREATE USER [LOGIN_NAME_HERE] FOR LOGIN [LOGIN_NAME_HERE] EXEC sp_addrolemember N''db_owner'', N''LOGIN_NAME_HERE'''
November 30, 2012 at 8:08 am
#1564388