Sunday 24 November 2013

Windows Authentication User Creation in MS SQL Database

Goal:

Following SQL will execute windows authentication Database user

--Windows Authentication User Creation----

CREATE LOGIN [NOVOTEL-BD\md.saiduzzaman] FROM WINDOWS;
GO

No comments:

Post a Comment