Tony Patton discusses the merits of stored procedures versus placing SQL directly in the code. Find out which one is best for your particular situation. I once was pulled into a discussion about the ...
I have a file full of sql code (create.sql) which all works if I copy individual commands into the ssh client and run them there, but if I try 'get create.sql' it gives me errors. What's really ...