Ozzah

Avatar
  • Total activity 5
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 2
  • Ozzah created a post,
    Completed

    User management in DataGrip for MS SQL Server

    The typical way we create logins in SQL Server Management Studio (SSMS) is to add a "New Login" on the server with Windows Authentication, which gives a query like: USE [master]CREATE LOGIN [DOMAIN...
  • Ozzah created a post,
    Answered

    Export CSV/TSV with multi-line text columns

    Hello. I'm trying to export a query from one server and import the result into another. The result contains a number of text columns with line breaks. When I export as either CSV or TSV, the line b...