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 |
|
bmodrich
Starting Member
2 Posts |
Posted - 2005-09-18 : 14:04:51
|
| Is it possible to add custom columns to the design table interface.For example could I add custom column for some data on want to store under a table column. I am used to vb.net and I am able to add custom properties to a control. Is this type of customization possible for SQL Server. Is it possible to add a custom tab to the tab control where columns are located at the bottom of the designer? |
|
|
derrickleggett
Pointy Haired Yak DBA
4184 Posts |
Posted - 2005-09-18 : 14:10:29
|
No. Have a look at SQL Server 2005 though. Basically, Enterprise Manager sucks and you should avoid it at all costs.MeanOldDBAderrickleggett@hotmail.comWhen life gives you a lemon, fire the DBA. |
 |
|
|
bmodrich
Starting Member
2 Posts |
Posted - 2005-09-18 : 22:01:35
|
| I will look at SQL Server 2005, I assume that it may provide the functionality I am looking for.I am new to SQL and am just trying to learn, could you provide a few details on why it sucks, how can I avoid it at all costs if that is the design gui available? |
 |
|
|
|
|
|