Writing Stored Procedures
-
I'm currently thrust back into the world of SQL Server Development after being away for quiet a while. I'm using the SQL Enterprise Manager to edit stored procedures. What does everybody else use? Are there some better tools out there than SQL Enterprise Manager for creating and updating stored procedures? Michael :-)
-
I'm currently thrust back into the world of SQL Server Development after being away for quiet a while. I'm using the SQL Enterprise Manager to edit stored procedures. What does everybody else use? Are there some better tools out there than SQL Enterprise Manager for creating and updating stored procedures? Michael :-)
Michael P Butler wrote: What does everybody else use? I use the same thing and I don't have any problem with that.;) :) Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975 -
Michael P Butler wrote: What does everybody else use? I use the same thing and I don't have any problem with that.;) :) Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975It is useable but it lacks the qualities of a decent IDE. I've taken to writing the procedure in the VC++ IDE and pasting them into Enterprise Manager. However this method isn't much use for making changes. I was hoping I'd overlooked a cool Microsoft SQL development tool somewhere and somebody could point it out to me and then laugh at me for being a dumb ass for still using Enterprise Manager :-D Michael :-)
-
I'm currently thrust back into the world of SQL Server Development after being away for quiet a while. I'm using the SQL Enterprise Manager to edit stored procedures. What does everybody else use? Are there some better tools out there than SQL Enterprise Manager for creating and updating stored procedures? Michael :-)
-
It is useable but it lacks the qualities of a decent IDE. I've taken to writing the procedure in the VC++ IDE and pasting them into Enterprise Manager. However this method isn't much use for making changes. I was hoping I'd overlooked a cool Microsoft SQL development tool somewhere and somebody could point it out to me and then laugh at me for being a dumb ass for still using Enterprise Manager :-D Michael :-)
It seems that I'm out of date.:-D (I hope I use correct word,my english is not very good.)I have to do something for myself.;) Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975 -
I use Query Analyzer and like it a lot better than Enterprise Manager. Andy Gaskell, MCSD MCDBA
Doh. I've been using it with the object browser window hidden. I am a dumbass. Thanks for pointing it out, that is much better for editing stored procedures. Michael :-)