08/01/2017
Extract ISO file with PowerISO tool
Free Download and Install PowerISO
Free Download and Install PowerISO Learn more free at my blog http://blog.sqlustaad.com If you have any question please feel free to ask. Subscribe me on You...
08/01/2017
Free download and install Microsoft SQL Server 2016 SP1 developer edition
Free Micorosft SQL Server 2016 SP1 Developer edition download and Install
Learn more free at my blog http://blog.sqlustaad.com If you have any question please feel free to ask. Subscribe me on YouTube, please! Thank You! All downlo...
24/12/2016
Create a SQL Server authentication login:-
We can create a SQL Server authentication login to connect the ASP.NET web application with the MS SQL Server database.
Here are the steps:-
1. Open the "Microsoft SQL Server Management Studio"
2. Click on “Security”
3. Click on “Login”
4. Right click on “Login” then select "New login"
5. Write login name and select "SQL Server authentication" radio button
6. Write "Password" and "Confirm password"
7. Un-check the "Enforced password policy" (optional)
8. Assign the role to the new SQL login
9. Grant the access to one or more databases (optional)
10.Click "OK" button
Microsoft SQL Server SQL SQL Server Management Studio
http://blog.sqlustaad.com
Here is the video demo.
http://www.youtube.com/watch?v=ASQZalzsQWU
Create SQL Server Authentication Login
Create a MSSQL Server Authentication Login. By: SQL Ninja from beginner to professional.