Hello,
I'm write installation package using inno for ms sql script. I have the following code:
[code="other"]
strParam := '-U hel -P password -S ServerName -d test -Q "sp_test"';
try
Exec('sqlcmd.exe', strParam, '', SW_SHOW,
↧