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 |
|
ShootingBlanks
Starting Member
1 Post |
Posted - 2008-04-18 : 17:17:35
|
| Hello. I just started using SQL Server Management Studio Express. I am creating a new table by right-clicking the "Tables" folder and selecting "New Table". Then i hit F4 to bring up the "Properties" (because I want to associate a Schema to the table, but when the "Properties" section appears, it's blank. I can't figure out a way to get anything to appear there. Any ideas? Thanks!... |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-04-19 : 09:26:58
|
| After you click new table and F4. You should see properties in right side . You have to create schema before you can change it. |
 |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-04-19 : 18:15:48
|
| After creating table, you can open properties by right click it in ssmse and choose properties. |
 |
|
|
|
|
|