SQL Complete cannot format this ??

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
Sigourney_Weaver
Posts: 2
Joined: Fri 21 Oct 2011 14:34

SQL Complete cannot format this ??

Post by Sigourney_Weaver » Fri 21 Oct 2011 15:04

Hi, I like SQL Complete a lot.

But I could not find an option to format this SQL in single line, like this:
DECLARE @Members TABLE(MemberNo VARCHAR(15))
It always does this when I select Format Document (or Ctrl-K, Ctrl-D):
DECLARE @Members TABLE(
MemberNo VARCHAR(15))
Is there any way this could be formatted as single line ??

Thanks.

Sigourney_Weaver
Posts: 2
Joined: Fri 21 Oct 2011 14:34

Post by Sigourney_Weaver » Fri 21 Oct 2011 21:24

Anyone ?

Paxton
Posts: 1
Joined: Mon 24 Oct 2011 04:42

Post by Paxton » Mon 24 Oct 2011 04:48

I also want to know about this. Can any body tell us about this?

.jp
Devart Team
Posts: 345
Joined: Wed 09 Sep 2009 06:55
Location: devart

Post by .jp » Tue 25 Oct 2011 08:56

There is no possibility to format a query in this way. But you can add your suggestion to the user voice forum so that other users can vote for it: http://devart.uservoice.com/forums/87893-sql-complete .

Post Reply