http://www.gcreddy.com/2016/09/sql-environment-setup.html MS SQL Server Express Edition Installation , Download and Install SQL Server for practicing SQL Commands. Download SQL Server or Oracle…
Original source
http://www.gcreddy.com/2016/09/sql-environment-setup.html MS SQL Server Express Edition Installation , Download and Install SQL Server for practicing SQL Commands. Download SQL Server or Oracle…
Original source
12 responses to “SQL Tutorial 3: SQL Environment Setup / MS SQL Server Installation”
Awesome video.. No nosense, no intro, no animation… Thank you very much sir. 🙂
video is very nice sir
Hi sir I installed SQL as you said but it's showing an error not connected to server
SIR PLEASE UPLOAD UR COMPLETE COURSE
sir can you upload plsql videos??
hi Sir. may I use XAMPP and SQL server express in same machine and what is difference between them? very appreciated your help
Thank you so much sir for you good description on DATABASE and may go ahead with SQL platform,good luck
Clear and nice explanation!
Hi sir, I was big fan of qtp but after watching your selenium videos I learnt it sir. Great job sir. Sir gurudakshina is due on me.
Sir can you upload database testing videos ??
Sir Your videos are really amazing, simply superb sir, i am one of your student sir also am big fan of yours sir.
I requested you to please upload SQL classes sir, your voice will inject in normal people also sir
Once again i am a very big fan of your sir, love you sir…
Video Documentation:
SQL Environment Setup
SQL (Structured Query Language) is used to communicate with a database, it is the standard language for relational database management systems.
Database Engine is required to use/practice SQL Commands / Queries, we can use any Database Engine either Oracle or MySQL or MS SQL Server etc…
MS SQL Server:
MS SQL Server RDBMS is a Commercial Software, but Microsoft providing Free edition also, MS SQL Server Express Edition is Free edition of MS SQL Server database management system.
Download and Install MS SQL Server Express Edition:
MS SQL Server Express Edition
Microsoft SQL Server Express is a version of Microsoft's SQL Server Relational Database Management System that is free to download, distribute and use. It comprises a database specifically targeted for small scale applications.
MS SQL Server Express Edition Download Link
(https://www.microsoft.com/en-us/download/details.aspx?id=52679)
After Installation, launch SQL Server management studio, launch SQL query editor, write SQL commands and execute.
——————————————————-