Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Performance issues

    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...

  • RE: dbowner permissions

    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'''

Viewing 2 posts - 1 through 2 (of 2 total)