Jeremy Marsch

Avatar
  • Total activity 8
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 4
  • Jeremy Marsch created a post,
    Answered

    How to create sprocs with Datagrip

    Hello, I'm trying to use DG to create sprocs (SQL Server).  and just not having any luck. I can write the code for a simple sproc in a SQL console, including the CREATE PROCEDURE statement.  But wh...
  • Jeremy Marsch created a post,
    Answered

    Schema intellisense completion in SQL Server

    I figured out today how to go to File | Settings | Editor | General | Code Completion and turn on the setting to always included Schema name in code completion. Brilliant! And then it stopped worki...
  • Jeremy Marsch created a post,
    Answered

    Drop a SQL Server Database

    I'm developing with a local SQL Server database.  I'm working on data migrations, so I'm frequently running a migration, then dropping the db, and repeating Question:  When I try to use datagrip to...
  • Jeremy Marsch created a post,
    Answered

    SQL Server Code completion does not include schema name

    Brand new to Datagrip: If I have a Microsoft SQL Server connection, and I have ATable in schema ASchema, as I start writing the query "select * from", I get a code-completion prompt to select ATabl...