Hi,
At present I have a vb.net app that creates an commandline argument for SQLCMD.exe and than calls it. The sqlcmd executes a sql script with a series of sql statements. Unfortunately, the app hangs at times without exiting or providing any kind of error.
How can I execute SQL scripts directly from vb.net?
Thanks,
Piet