|
Answer» Hi: I am TRYING to do what I thought would be easy... and for some reason it is not. Here it is... I am trying to create SQL scripts for a file using the ECHO command. All is fine until I reach...
echo IF (@Status <> 0 or error <> 0)
it sees the <> as an attempt to redirect output ERRONEOUSLY. If I PUT quotes around the STRING, it will mess up the SQL. Any thoughts? You have to use ^ to mask <>|...
echo ^>
should work hope this helps uli
|