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.
| 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 itThank u in advanceJosephine |
|
|
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 itThank u in advanceJosephine |
 |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-09-16 : 16:35:02
|
| You can achieve info with:sp_help 'tablename' |
 |
|
|
Jason100
Starting Member
34 Posts |
Posted - 2008-09-16 : 21:51:23
|
| maybe you can achieve info with ctrl+F1 |
 |
|
|
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 |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|
|
|