Skip to content

SQL Complete

dbForge SQL Complete is an intellisense add-in for SQL Server Management Studio and Visual Studio with advanced autocompletion and formatting features of T-SQL code.

To consider your idea as soon as possible, follow the guidelines:
  • Describe the goal you want to achieve and what result you want to get
  • If you have a solution, add it to the description
  • Give examples that we can use to implement your ideas
  • Add one suggestion per post. If you have several ideas, share them in separate posts
  • Add comments to the suggestion

http://www.devart.com/dbforge/sql/sqlcomplete/

SQL Complete

Categories

JUMP TO ANOTHER FORUM

5 results found

  1. When you format text based on
    Text Case > Identifier Case > As in database
    It does not work as expected.
    e.g. supposedly i have some tables definitions

    CREATE TABLE DUCK1(Abc int)
    CREATE TABLE DUCK2(aBc int)

    CREATE TABLE DUCK3(abC int)

    I these are the statements i want to format

    select d.abc from duck2 as d
    select d.abc FROM duck3 as d


    but what i get after formatting is this

    SELECT d.aBc FROM DUCK2 AS d
    SELECT d.aBc FROM DUCK3 AS d

    this is not what was expected.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Bugs  ·  Admin →

    In case there are multiple objects with different case in the database, dbForge remembers the case of the first found identifier in the database and uses it for all identifiers with this name.

  2. When using PIVOT the columns are prefixed with the table alias of the table inside of the pivot and nog with the alias of the pivot

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    declined  ·  0 comments  ·  Bugs  ·  Admin →
  3. "WHERE ID = DEFAULT" is not a valid WHERE clause

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    declined  ·  0 comments  ·  Bugs  ·  Admin →
  4. The point 'Delete' is disable in the context menu in
    SQL Complete->Options->Formatting->Profiles

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    declined  ·  0 comments  ·  Bugs  ·  Admin →
  5. When doing a join on a table to a cross/outer apply function, intellisense doesn't suggest any joins based on column names like it does for joins on tables/views

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    declined  ·  1 comment  ·  Bugs  ·  Admin →
  • Don't see your idea?