I have installed SQL Server 2005.
I am creating my table like this:
- open Microsoft SQL Server Management Studio
- create the database
- then create the table (right click on Tables, create a new table) then it show the table UI.
Can I create the table using command in SQL Server 2005 ?
For example using:
create table emp (emp_id varchar2(10)  NOT NULL,bas开发者_运维问答ic_salary varchar2(10) NOT NULL);
please help where I use this command to create the table.
Yes of course you can do this!
In SQL Server Management Studio, select (or create) the database for your table, then:
- select - New Query(either from the toolbar, or from- File > New > New Query using current connection)
- type in (or copy&paste in) your T-SQL statement 
- run that statement (menu: - Query > Executeor equivalent keyboard shortcut)
and you're done!
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论