Viewing 15 posts - 166 through 180 (of 281 total)
@mich
CREATE TABLE #DBROLES
(
DBName SYSNAME NOT NULL ,
UserName SYSNAME NOT NULL ,
...
February 24, 2014 at 7:05 am
thanks mich and chris , i tried by amending the variables but got the error
mich i executed the script which u paste but got errot in the
CREATE...
February 24, 2014 at 7:00 am
thanks for the replies can pls resend the script by modifing
February 24, 2014 at 6:42 am
i have sysadmin permissions on the server , incase if it is not worked can you pls provide the script to get the mentioned data as per the above i.e...
February 24, 2014 at 1:51 am
its getting error when creating the table
CREATE TABLE [TEMPDB].[DBO].[DB_ROLES]
getting error
Msg 2702, Level 16, State 2, Line 1
Database 'TEMPDB' does not exist.
February 24, 2014 at 12:48 am
--#### LOGINS,USERS,ROLES (LUR) SCRIPT #### --#### SCRIPT TESTED IN SQL SERVER 2000,2005,2008 AND 2008R2####
SET ANSI_NULLS ON
GO ...
February 24, 2014 at 12:36 am
but the user is not edit or modify the job steps even though he is having permissions in msdb..sqlagent operator role.
what is the reason ? how to solve...
January 8, 2014 at 5:39 pm
Hi,
its not the db mail i wanted to add\update a value in view
December 11, 2013 at 8:44 am
thanks for the reply can u pls provide the link how to do .
Appreciate your help.
December 9, 2013 at 5:03 am
Viewing 15 posts - 166 through 180 (of 281 total)