I wrote some scripts for correcting my old sql 2000 db schema compared to new sql 2000 db. This is
done through a loop operations. First check if any table not found in my old db, then running a table creation script for creating that table. If any system stored procedures or scripts availble for table creation ?. I want table scripts like when we take
'generate sql script' process.
↧