We have dev and stage machines. Both use sa to create procedures.
To deploy stored procs across all the servers we use OSQL.
After altering a procedure i test it in QA to make sure it returns the same results. However on stage there were no results (all tables exist on both machines)
Both machines have the same permissions as SA.
Can someone tell me what's going on?
It only worked when i created a new procedure and dropped the existing.
And renamed the new back to the existing
I have to do this manually for all the servers.
Alex S