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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-05-10 : 09:14:07
|
| Murali SN Rao writes "Hi there..We are developing an INtranet application using SQL Server 2000 and ASPs, we are looking for a way to Generate a Module wise Scripts(Database Scripts like Table Scripts / Stored Procedure / Triggers / Functions etc).This facility exits in Oracle 8i. How can i do the same in SQL Server2000..?? When i say Application..I mean Our Application and When i say Module..I mean one of the Modules in the Application..Does SQL Server 2000 have any utility to do the same..???If I am able to do this..then the COde Maintainablility will be easier...ThanxregardsMurali" |
|
|
Teroman
Posting Yak Master
115 Posts |
Posted - 2002-05-10 : 11:57:51
|
| You can script off any of your objects if thats what you are afterRight click any table/proc/etc, select All Tasks -> Generate SQL scriptsthen select the objects and options you want and hit OKcol |
 |
|
|
|
|
|