September 29, 2007 at 6:45 pm
Comments posted to this topic are about the item T-SQL to Export Table Structure to a script
Lowell
March 23, 2009 at 9:49 am
replying on such an old discussion looks odd, but i just can't hold my hands.. 😉
you missed the computed column definition and extended properties, isn't it?
though i haven't yet run ur sp, but going thru the code i couldn't find anything regarding those two things.
i too have tried my hand on dis a bit. only sp_help gives the computed type column, but it doesn't give the expression for the column; i.e. on which column it gets calculated etc.
let me know if you find anything...
July 28, 2009 at 7:40 am
adrish sorry about the late followup; the forum doesn't seem to notify the author for posts on content the way it does for forum threads.
since this version got created, I've greatly enhanced some other versions of it;
these versions are much faster, and include everything: collation, cacvlulated columns, defaults, check constraints, triggers, you name it.
take a look at these:
Get DDL for any SQL 2000 Table http://www.sqlservercentral.com/Forums/Topic751784-566-1.aspx
Get DDL for any SQL 2005 Table http://www.sqlservercentral.com/Forums/Topic751783-566-1.aspx
Lowell
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply