SQL Server Management Studio – tips for improving the TSQL coding process -
i used work in place common practice use pair programming. remember how many small things learn each other when working on code. picking new shortcuts, code snippets etc. time improved our efficiency of writing code.
since started working sql server have been left on own. best habits pick working other people cannot now.
so here question:
- what tips on efficiently writing tsql code using sql server management studio?
- please keep tips 2 – 3 things/shortcuts think improve speed of coding
- please stay within scope of tsql , sql server management studio 2005/2008 if feature specific version of management studio please indicate: e.g. “works sql server 2008 only"
edit:
i afraid have been misunderstood of you. not looking tips writing efficient tsql code rather advice on how efficiently use management studio speed coding process itself.
the type of answers looking are:
- use of templates,
- keyboard-shortcuts,
- use of intellisense plugins etc.
basically little things make coding experience bit more efficient , pleasant.
take @ red gate's sql prompt - it's great product (as of red gate's contributions)
sql inform great free (online) tool formatting long procedures can out of hand.
apart that, i've learned painful experience it's thing precede any delete
statement a begin transaction
. once you're sure statement deleting should, can commit
.
saved me on number of occasions ;-)
Comments
Post a Comment