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
 Table definition

Author  Topic 

kidaduo
Starting Member

45 Posts

Posted - 2008-09-16 : 16:19:22
I'm using sql 2005!
what is the commnad to get definitions / layouts is sql. I use the command before but forget it

Thank u in advance

Josephine

kidaduo
Starting Member

45 Posts

Posted - 2008-09-16 : 16:25:29
I'm using sql 2005!
what is the commnad to get table definitions / layouts in sql. I use the command before but forget it

Thank u in advance

Josephine
Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-09-16 : 16:35:02
You can achieve info with:

sp_help 'tablename'
Go to Top of Page

Jason100
Starting Member

34 Posts

Posted - 2008-09-16 : 21:51:23
maybe you can achieve info with ctrl+F1
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-09-16 : 23:45:45
quote:
Originally posted by Jason100

maybe you can achieve info with ctrl+F1


the default hot key is alt + F1
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2008-09-17 : 02:51:19
Diffent methods
http://sqlblogcasts.com/blogs/madhivanan/archive/2008/02/28/different-ways-to-know-structure-of-a-table.aspx

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -