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 |
jogin malathi
Posting Yak Master
117 Posts |
Posted - 2007-05-31 : 02:32:29
|
hi all i want to know the basic guidelines for developing and implementing and developing sql server database
Thanks in Advance
Malathi Rao |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2007-05-31 : 10:39:03
|
First of all find out what the objective is. You will have to design your system around the business needs.
========================================== Cursors are useful if you don't know sql. DTS can be used in a similar way. Beer is not cold and it isn't fizzy. |
 |
|
jogin malathi
Posting Yak Master
117 Posts |
Posted - 2007-06-01 : 01:53:32
|
quote: Originally posted by nr
First of all find out what the objective is. You will have to design your system around the business needs.
========================================== Cursors are useful if you don't know sql. DTS can be used in a similar way. Beer is not cold and it isn't fizzy.
i want the guidelines as what are the conditins to be followed to write procedures ,creating tables etc
Malathi Rao |
 |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2007-06-01 : 12:07:19
|
Not really sure what you mean.
You should create them using scripts rather than a gui and hold the scripts in a source control system. As to what you create - that depends on the system.
========================================== Cursors are useful if you don't know sql. DTS can be used in a similar way. Beer is not cold and it isn't fizzy. |
 |
|
|
|
|