Hello, Everyone.
I am trying to do some automated re-creation of some tables in Sql Server 2008.
When you right click a table, you can choose 'Script table as' and get everything you need to know to re-create the table.
I was curious if there was a way to do this using tsql that I could read in C#?
Not a big deal if not, it would just greatly simplify things.
Appreciated.
Patrick
I am trying to do some automated re-creation of some tables in Sql Server 2008.
When you right click a table, you can choose 'Script table as' and get everything you need to know to re-create the table.
I was curious if there was a way to do this using tsql that I could read in C#?
Not a big deal if not, it would just greatly simplify things.
Appreciated.
Patrick