Hello,
Is there some solution to copy database using VB.NET 2003 code with all constraints ,specifications and relationships ?
Thnx in adv
you may script the database store it in a file. then use the "shell" command to run sqlcmd using the script you generated
or you may wan't to progaram using the sql SMO.
No comments:
Post a Comment