Jeff Prater
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
Created "This driver is not configured for integrated authentication" error when using SQL Server with Windows authentication
AnsweredHello--I'm using DataGrip 2020.1.5 on Windows 10. A few weeks ago I encountered this issue. After upgrading to 2020.1.5, I am now getting a new issue: I am using Windows authentication with SQL Se... -
Created How to "attach" a database to a PHP file/class?
I'm using PHPStorm 2019.1. I'm starting to use the database tools with it so I can get auto-complete of table and column names. I have two database connections: one for SQL Server and one for MySQL... -
Created Feature Request - SQL bulk insert export
AnsweredWe've run several queries which generate thousands of rows. I love that I can export a result set to an SQL insert file, but when you have hundreds of thousands of rows, it takes a long time to imp... -
Created Some queries never finish executing using SQL Server
I'm using DataGrip 2017.2.2 on Windows 7 x64. I'm connecting to a SQL Server 2012 database server via Windows authentication. Some queries I run never finish executing. I will get the spinning/load... -
Created Is there a way to copy text with normalized whitespace?
I currently use SQLyog as my primary MySQL query tool. After discovering DdataGrip, I wanted to combine both SQLyog and SQL Server Mgmt Studio into a single application. One of the features I love ... -
Created Editing MySQL views
I'm evaluating DataGrip right now. I'm wanting to alter/modify a MySQL view. When I right-click the view and select "Modify View...", it simply opens up a "Modify Table" window and doesn't actually... -
Created Autocomplete for @return not working, works for @var
I'm using PhpStorm 8.01 on Windows 7 x64. I have this phpdoc block in a class:/** * @param $member_id * @return FlockEx[][] */ public function getFlocksByMemberId($member_id) {...}Whenever I loo... -
Created Does this have an SQL formatter built-in?
I currently use SQLyog and it has a SQL formatter to quickly organize the code. I couldn't find any option like that and was hoping to easily format a query that had all of the line breaks removed. -
Created Updated to 138.1400.3 and Windows Auth for SQL Server still doesn't work...
I just updated to 138.1400.3 to test the SQL Server Windows Auth functionality since it didn't work in the previous release. It doesn't seem to be working for me in this latest version. I keep gett...