Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 how to practice SQL programming?

Author  Topic 

m1k3m41
Starting Member

9 Posts

Posted - 2013-03-10 : 22:00:14
Is there a free program or IDE where I can test SQL commands to become better at it? I want a program where I can make my own tables, then run queries on them to practice SQL. Does something like this exist or is there another way? Right now I'm practicing by using Putty to connect to a UNIX server at my school which has SQL but it's not optimal because I have to run everything through the cmd line. Thanks guys.

James K
Master Smack Fu Yak Hacker

3873 Posts

Posted - 2013-03-10 : 22:16:08
Download SQL Express. It is free.

http://www.microsoft.com/en-us/download/details.aspx?id=29062

Get SQL Express with Tools or SQL Express with advanced services, both of which include SQL Server Management Studio that will allow you to do everything you described.
Go to Top of Page

m1k3m41
Starting Member

9 Posts

Posted - 2013-03-10 : 22:23:24
Thank you. Would I have to generate my own tables or is there a database already pre-made in there where I can just run queries on? If there isn't, can i download one somewhere?
Go to Top of Page

m1k3m41
Starting Member

9 Posts

Posted - 2013-03-10 : 23:14:41
Actually I just downloaded it and this looks very complicated, how do I import data into this?
Go to Top of Page

bandi
Master Smack Fu Yak Hacker

2242 Posts

Posted - 2013-03-11 : 00:40:41
Hi,

Did you install the SQL Express in your computer?
If yes, you can download sample databases from http://msftdbprodsamples.codeplex.com/releases/view/93587

If you haven't installed the SQL Express, follow this link to install that software
http://learnsqltips.blogspot.in/2012/01/sql-server-installation-steps.html



--
Chandu
Go to Top of Page

m1k3m41
Starting Member

9 Posts

Posted - 2013-03-11 : 00:55:12
yea i figured it out and got 2 databases to practice on now. thank you. i wish the sql server program wasn't so big though lol, it took like 30 mins to install... so many files. i was hoping to find something more lightweight cuz i'm using a laptop but this will do for now
Go to Top of Page

bandi
Master Smack Fu Yak Hacker

2242 Posts

Posted - 2013-03-11 : 02:20:56
Welcome..
Let us know once if you face any difficulties during practice. Any one in the forum may help you

--
Chandu
Go to Top of Page

jackv
Master Smack Fu Yak Hacker

2179 Posts

Posted - 2013-03-11 : 12:08:19
Once you've got t-sql going well , learn to use Execution Plans and some relational theory. These will help you in years to come

Jack Vamvas
--------------------
http://www.sqlserver-dba.com
Go to Top of Page
   

- Advertisement -