I am a newbie with SQL Server Express 2008 and I'm trying to modify a stored procedure. If I click on Save, it saves to SQLQueryn.sql instead of the current procedure. If I click on Save As I get a popup of sprocs in this database with the default as SQLQueryn.sql and I have to select my sproc from the list. This seems to work okay but I'm afraid I'll accidently select the wrong one sometime and wipe it out. Why can't I just click Save and save it as usual for Windows apps? What am I doing wrong?
FWIW: We save all ours to disk too, and then store them in a version control system (SVN). If you have a one-man project that may be overkill, if you have several developers then I think you should consider it
FWIW: We save all ours to disk too, and then store them in a version control system (SVN). If you have a one-man project that may be overkill, if you have several developers then I think you should consider it
I second Kristen on this. This is extremely important when you're working on group project with lots of parallel development happening
------------------------------------------------------------------------------------------------------ SQL Server MVP http://visakhm.blogspot.com/