Re: Any good, free tools for writing simple stored procedures?
- From: "David Portas" <REMOVE_BEFORE_REPLYING_dportas@xxxxxxx>
- Date: Tue, 20 Sep 2005 22:28:39 +0100
I use SQL Server Query Analyzer most of the time. OK it lacks intellisense
but it does have a debugger, object browser, scripting, graphical query
plans, templates, and probably a lot of other things I've forgotten. It will
save you some typing too because you can drag column lists and table names
from the object browser into the editing window.
For code generation of standard procs I write my own scripts (using QA).
If you've already decided you don't like QA, some other tools are listed
here:
http://www.aspfaq.com/show.asp?id=2442
--
David Portas
SQL Server MVP
--
.
- Follow-Ups:
- Re: Any good, free tools for writing simple stored procedures?
- From: CleverMindworks
- Re: Any good, free tools for writing simple stored procedures?
- References:
- Any good, free tools for writing simple stored procedures?
- From: CleverMindworks
- Any good, free tools for writing simple stored procedures?
- Prev by Date: Re: Any good, free tools for writing simple stored procedures?
- Next by Date: Re: Change Int Column to Identity w/T-SQL?
- Previous by thread: Re: Any good, free tools for writing simple stored procedures?
- Next by thread: Re: Any good, free tools for writing simple stored procedures?
- Index(es):
Relevant Pages
|
|