Ozzah

Avatar
  • 活动总数 5
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 1
  • 订阅数 2
  • Ozzah 创建了一个帖子,
    已完成

    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 创建了一个帖子,
    已回答

    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...