March 30, 2008 at 12:59 am
I have started a project where i have to make a DB...i m new to this.though i can make DB in my sql...is it the same way in sql server 2005? or else..plz suggest sum good articles 4 the same.
March 30, 2008 at 4:30 am
Welcome to the world of Sql Server 2005 🙂
You can practice using SSMS and create the databases. Refer the below link for MSDN Virtual labs which is a good place to begin with. http://msdn2.microsoft.com/en-us/virtuallabs/aa740409.aspx
Also refer the below links to create database using SSMS and T-SQL
http://technet.microsoft.com/en-us/library/ms186312.aspx
http://msdn2.microsoft.com/en-us/library/ms176061.aspx
[font="Verdana"]- Deepak[/font]
March 30, 2008 at 6:19 am
You can use the CREATE DATABASE command or right-click on the "Databases" folderr under your server in Management Studio (called "SSMS" in these forums).
[font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
Proactive Performance Solutions, Inc. [/font][font="Verdana"] "Performance is our middle name."[/font]
March 30, 2008 at 8:19 am
thanks..a lot..those web-sites were very useful
March 30, 2008 at 8:25 am
how do i decide the driver(jdbc/odbc)?
March 30, 2008 at 12:22 pm
rush2pooja (3/30/2008)
how do i decide the driver(jdbc/odbc)?
Hmmm, well SQL Server has "net-librarys" but I don't think that those are the same thing. If a MySql driver means what I think that it means, then you don't have a choice: SQL server has its own internal drivers.
[font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
Proactive Performance Solutions, Inc. [/font][font="Verdana"] "Performance is our middle name."[/font]
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply