Rolename
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 7 articles for 0.000 sec
Re: SSMS 2005 - Value does not fall within the expected range. (SqlMgm     

Group: microsoft.public.sqlserver.tools · Group Profile · Search for Rolename in microsoft.public.sqlserver.tools
Author: Aaron Bertrand [SQL Server MVP]
Date: Aug 22, 2008 10:46

... SELECT statements. SET NOCOUNT ON; Print N'Set Role Permissions'; EXEC sys.sp_addrolemember @rolename=N'sql_dependency_subscriber', @membername=N'Role'; -- ============================================= -- SCHEMA Restrictions -- ...[UA].[F_SP] TO [Role]; -- Defined for each stored procedure need by Role. EXEC sys.sp_helprotect @Rolename=N'Role' END
Show full article (8.13Kb) · Show article thread
SSMS 2005 - Value does not fall within the expected range. (SqlMgm     

Group: microsoft.public.sqlserver.tools · Group Profile · Search for Rolename in microsoft.public.sqlserver.tools
Author: JM
Date: Aug 22, 2008 10:27

... statements. SET NOCOUNT ON; Print N'Set Role Permissions'; EXEC sys.sp_addrolemember @rolename=N'sql_dependency_subscriber', @membername=N'Role'; -- ============================================= -- SCHEMA Restrictions -- ============================================= ... TO [Role]; -- Defined for each stored procedure need by Role. EXEC sys.sp_helprotect @Rolename=N'Role' END
Show full article (7.20Kb)
Re: SQL 2005 Express setup     

Group: microsoft.public.sqlserver.setup · Group Profile · Search for Rolename in microsoft.public.sqlserver.setup
Author: Ac
Date: May 1, 2008 12:58

... Fixed Server Role. You can use the following command to add your Login to the "sysadmin" server role. EXEC master..sp_addsrvrolemember @loginame = N'Test_Login', @rolename = N'sysadmin' Or, you can use SSMSE to perform this. Login to your SQL Server Instance as a System Administrator. Go to Security node and expand it. Go to ...
Show full article (4.53Kb) · Show article thread
Re: SQL 2005 Express setup     

Group: microsoft.public.sqlserver.setup · Group Profile · Search for Rolename in microsoft.public.sqlserver.setup
Author: Ekrem Önsoy
Date: May 1, 2008 09:50

... to the sysadmin Fixed Server Role. You can use the following command to add your Login to the "sysadmin" server role. EXEC master..sp_addsrvrolemember @loginame = N'Test_Login', @rolename = N'sysadmin' Or, you can use SSMSE to perform this. Login to your SQL Server Instance as a System Administrator. Go to Security node and expand it. Go to ...
Show full article (4.21Kb) · Show article thread
Re: SQL 2005 Express setup     

Group: microsoft.public.sqlserver.setup · Group Profile · Search for Rolename in microsoft.public.sqlserver.setup
Author: Ac
Date: May 1, 2008 07:23

...Login to the sysadmin Fixed Server Role. You can use the following command to add your Login to the "sysadmin" server role. EXEC master..sp_addsrvrolemember @loginame = N'Test_Login', @rolename = N'sysadmin' Or, you can use SSMSE to perform this. Login to your SQL Server Instance as a System Administrator. Go to Security node and expand it. Go to properties of ...
Show full article (3.38Kb) · Show article thread
Re: SQL 2005 Express setup     

Group: microsoft.public.sqlserver.setup · Group Profile · Search for Rolename in microsoft.public.sqlserver.setup
Author: Ekrem Önsoy
Date: May 1, 2008 00:48

... add your own Login to the sysadmin Fixed Server Role. You can use the following command to add your Login to the "sysadmin" server role. EXEC master..sp_addsrvrolemember @loginame = N'Test_Login', @rolename = N'sysadmin' Or, you can use SSMSE to perform this. Login to your SQL Server Instance as a System Administrator. Go to Security node and expand it. Go to properties of your ...
Show full article (2.90Kb) · Show article thread
Incorrect values within SQLDA structure     

Group: it.comp.lang.delphi · Group Profile · Search for Rolename in it.comp.lang.delphi
Author: Riccardo
Date: Apr 28, 2008 02:33

....0,Culture=neutral,PublicKeyToken=91d62ebb5b0d1b1b DriverAssembly=Borland.Data.DbxCommonDriver,Version=11.0.5000.0,Culture=neutral,PublicKeyToken=a91a7c5705831a4f Database=DATABASE.FDB RoleName= User_Name=sysdba Password=masterkey ServerCharSet= SQLDialect=3 BlobSize=-1 CommitRetain=False WaitOnLocks=True ErrorResourceFile= LocaleCode=0000 Interbase TransIsolation=ReadCommited Trim ...
Show full article (1.68Kb)