Execute SQL Server query from command line

sqlcmd -S server_name -i test.sql -o test.sql.out

Comments

Popular posts from this blog

Parse XML to dynamic object in C#

C# Updating GUI from different thread