cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Scott_Duckworth
Level 5

Logging SQL Script Output

Is there anyway to log the output of a SQL script run during the install of a basic MSI project?
Labels (1)
0 Kudos
(1) Reply
DMorisseau
Level 5

Running your sql scripts through the sql scripts view won't give you the logging you're looking for. What I do is use the SQLCMD executable with the -o parameter to specify the file to which to log output.
0 Kudos