Viewing post 1 (of 2 total)
Solved. The script created a user as well, and contained the line:
exec sp_addlogin N'anuser', N'anuser', @logindb, @loginlang
so I changed it to:
exec sp_addlogin N'anuser', N'anewuser', @logindb, @loginlang
so it met the 8...
July 20, 2006 at 7:58 am
#650382