how to execute sp_addsrvrolemember within a tarnsaction in sqlserver2008 R2 on trigger?

  • hi all

    i have a table user list

    i want execute sp_addsrvrolemember in trigger for this table

    this error :

    The procedure 'sys.sp_addsrvrolemember' cannot be executed within a transaction

    please help me for execute this sp within transaction?

  • The message is pretty clear

    The procedure 'sys.sp_addsrvrolemember' cannot be executed within a transaction

    You can't run it within a transaction. Why are you trying?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

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

You must be logged in to reply to this topic. Login to reply