Monday, October 17, 2016

SQL Command using SQLCMD utility to run the large SQL Script Files

c:/>sqlcmd -U <username> -P <pwd> -S <servername> -i <SQL Script File Path>

No comments:

Post a Comment