I am trying to create a stored procedure to create a login and a database user?

后端 未结 4 1237
醉酒成梦
醉酒成梦 2021-01-07 03:58

I am developing a C# application with SQL Server, and would like to call a stored procedure to create a login and a user.

I am looking for the simplest way to do th

4条回答
  •  臣服心动
    2021-01-07 04:02

    { FOR | FROM } means you can use for or from.

    | (vertical bar) = Separates syntax items enclosed in brackets or braces. You can use only one of the items.

    EDIT:

    I should have added that they are synonyms, you can use any of them, the result is the same

提交回复
热议问题