Auto-complete editor for SQL statement
Posted
by Stan
on Stack Overflow
See other posts from Stack Overflow
or by Stan
Published on 2010-04-29T03:37:28Z
Indexed on
2010/04/29
3:47 UTC
Read the original article
Hit count: 201
Is there any plugings or text editor to auto-complete SQL statement? I am using SQL Server Management Studio (ssms) 90% of time, but most of time I have to type SELECT FROM WITH(NOLOCK) WHERE blahblah. Trying to find a more efficient way. Thanks.
© Stack Overflow or respective owner