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
 new

Author  Topic 

chinnanu143
Starting Member

13 Posts

Posted - 2010-11-22 : 07:10:20
heloo everyone
i am new to sql server and also this site.
in real time do they prefer graphical methods to create table and etc or normal query builder.

and any one have any idea about good book to practice t-sql.

thank you

nigelrivett
Master Smack Fu Yak Hacker

3385 Posts

Posted - 2010-11-22 : 07:12:26
You would normally create a table using a create table script - see cretae table in bol.
This script can then be saved as a record of what you have done and run on other databases if necessary.

==========================================
Cursors are useful if you don't know sql.
SSIS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -