Ozzah

- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created User management in DataGrip for MS SQL Server
CompletedThe 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... -
Created Export CSV/TSV with multi-line text columns
AnsweredHello. 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...