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 |
|
jej1216
Starting Member
27 Posts |
Posted - 2005-11-03 : 15:50:12
|
| In ORACLE, I can use DESCRIBE PS_JOB to see the columns for that record. What is the SQL-Server equivalent?TIA,Joe |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
anuj164
Starting Member
49 Posts |
Posted - 2005-11-03 : 15:53:16
|
| you can also use the hot keys i.e hightlight the table and presee ALT + F1.Good Luck |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2005-11-04 : 04:39:27
|
quote: Originally posted by anuj164 you can also use the hot keys i.e hightlight the table and presee ALT + F1.Good Luck
Nice trick MadhivananFailing to plan is Planning to fail |
 |
|
|
cshah1
Constraint Violating Yak Guru
347 Posts |
Posted - 2005-11-04 : 09:25:00
|
| can anyone list all SQL server hot keys? |
 |
|
|
cshah1
Constraint Violating Yak Guru
347 Posts |
Posted - 2005-11-04 : 10:09:19
|
| found it..in QA..Tools-->Customize |
 |
|
|
|
|
|