Sql Server 2005 AutoCompletion
Does anyone know whether SQLServer 2005 provide auto completion when typing stuff in??
I ve looked in the options many times but cannot find this option which is suprising as a lot of other sql e开发者_如何学Pythonditors do support this
No it does not. Intellisence is well in Sql server 2008, or you can look at RedGate.
RedGate and
SQL Prompt
No. Intellisense only comes in SQL Server 2008, provided that both the server and the client tools are 2008.
There are 3rd party tools that'll give you what you want, tho, such as SQL Prompt
精彩评论