Activity overview
Latest activity by vinodj
Hi - just checking to see if there are any updates to this I like the RedGate products in fact we have a license for SQL Source Control and SQL Prompt which I love But wanted to also use the search tool - thanks / comments
Hi - just checking to see if there are any updates to thisI like the RedGate products in fact we have a license for SQL Source Control and SQL Prompt which I loveBut wanted to also use the search t...
Feature Request
I would like to request SQL Search to be able to run as different user option because I have a SQL Server setup that is cross domain and there is only a one way trust so I need to run SSMS using th...
So is there anyway to specify what user to use with SQL Search or I am unable to use the software? / comments
So is there anyway to specify what user to use with SQL Search or I am unable to use the software?
it is done by creating a shortcut on the desktop to the RunAs command in Windows and then providing the path to SSMS Executable Here is the shortcut path "C:\Windows\System32\runas.exe /netonly /user:STELLARISHEALTH.NET\VJACOB1 "C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\Ssms.exe" / comments
it is done by creating a shortcut on the desktop to the RunAs command in Windows and then providing the path to SSMS Executable Here is the shortcut path"C:\Windows\System32\runas.exe /netonly /us...
SQL Search and Cross Domain SQL Server
Our SQL Server is on a different domain and I connect using the RunAs executable in SSMS in order to connect to the SQL Server over SSMS However SQL Search is not working as it is getting the follo...
What about my error? Is there any solution for the one that I am getting? / comments
What about my error? Is there any solution for the one that I am getting?
Alex, Now after I deleted the indexes - both VS and SSMS completely crash when you try to use the SQL Search Add-in The index for the server has been recreated. Here is the error from the logfile 29 Oct 2018 15:44:14.212 [1] ERROR RedGate.SQLSearch.Addin - LogService caught unhandled exception in AppDomain: 'Value cannot be null. Parameter name: collection' System.ArgumentNullException: Value cannot be null. Parameter name: collection at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at RedGate.SQLSearch.Addin.Tab.Controls.DatabasePickerControl.PopupOpening() at RedGate.SQLSearch.Addin.Tab.Controls.PickerControlBase.ShowPopup() at RedGate.SQLSearch.Addin.Tab.Controls.PickerControlBase.CheckedComboBox_MouseClick(Object sender, MouseEventArgs e) at System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.UserControl.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) / comments
Alex,Now after I deleted the indexes - both VS and SSMS completely crash when you try to use the SQL Search Add-in The index for the server has been recreated.Here is the error from the logfile29 O...
SQL Search does not work on Visual Studio 2017 or SSMS 2017
SQL Search does not work in either Visual Studio 2017 or SSMS 2017 - it keeps saying indexing and does not appear to run to find anything in the search results and I know that there are items that ...
The only place where I am using a username and password is on startup because my main user is a member of one domain where as the server is part of another domain, there is a synchronization of users occurring but I need to run SSMS as the user of the domain where the server resides Unfortunately this cannot be modified because this data is shared with other locations. I have tried without using Run As and it does not work at all. / comments
The only place where I am using a username and password is on startup because my main user is a member of one domain where as the server is part of another domain, there is a synchronization of use...