T-SQL to Export Table Structure to a script

  • Comments posted to this topic are about the item T-SQL to Export Table Structure to a script

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • 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...

  • 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


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply