Jeremy Marsch

Avatar
  • Total activity 8
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 4
  • Edited

    How to create sprocs with Datagrip

    Answered
    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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Schema intellisense completion in SQL Server

    Answered
    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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Drop a SQL Server Database

    Answered
    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...
    • 6 followers
    • 5 comments
    • 0 votes
  • Created

    SQL Server Code completion does not include schema name

    Answered
    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...
    • 2 followers
    • 1 comment
    • 0 votes