Hi,
I am creating a windows application in VS 2005 using C# and Sql Sever
2005 as back end. It is for generating scripts for tables,views,stored
procedures and userdefineddatatypes. The main issue with this SMO scripting
is it takes much time to generate script, compared to SQL-DMO. I have set
SetDefaultInitFields for smo objects, then also it takes nearly 45 minutes
for scripting all smo objects. Please give me a solution as soon as possible.
Thanks .