Create user name and logins using SSIS

Step 1:

Drag and drop execute SQL Task

Step 2: 

Edit and provide connection string information


Provide server name and select database

Step 3:

In SQL statement, provide SQL as shown in bellow

CREATE LOGIN TestLogin WITH PASSWORD = 'Test@123'


Step 4:

Drag and drop another SQL execute task

Step 5:

Edit and provide connection string information

Step 6:

CREATE USER Balu FOR LOGIN TestLogin


Step 7:

Before creating of user and login


Step 8:

Execute task

Step 9:


Comments

  1. Really good information to show through this blog. I really appreciate you for all the valuable information that you are providing us through your blog.

    ReplyDelete
  2. I appreciate the time you spent finding that information

    ReplyDelete

Post a Comment

Hi User,
Thanks for visiting My Blog and please provide your valuable feedback and subscribe for more updates. Please don't post any spam content or comments.
Thank You

Popular Posts

Failed to execute the package or element. Build errors were encountered

Microsoft AI Tour Singapore

Temporary enable and disable SSRS subscriptions