Hi all,
How to retrieve create statement for table from db in C#?
I need to create a script file containing create statement for an existing table in db using C#.
I can generate create statement of storedproc using sp_helptext but can't generate it for table.
Please help.