|
|
Browse by Tags
All Tags » sql server » C#
-
I have recently seen quite a few questions about executing sqlcmd (oSql for those on 2000) from .NET code. I have a bunch of utilities that i have written that do this and thought I would share the basic code to do it.
You can also easily capture the output as a stream and do whatever you want with it. In the example below I dump it to a ...
|
|
|