I know how to do it using the SQL management for generate script to create a whole DB in SQL.
I need to get the same script but using T-SQL.
Anybody knows how to do this.
|
I know how to do it using the SQL management for generate script to create a whole DB in SQL. I need to get the same script but using T-SQL. Anybody knows how to do this. |
||||
|
|
If I'm not mistaken that is a function of the SQL IDE. To replicate that you'd have to do a lot of introspection yourself. Perhaps you have use a third party tool? To do the introspection you need to look tables and views in the There are help stored procedures like |
|||
|
|