Comments
Sort by recent activity
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...
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...
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...
I am running SSMS 14.0.17277.0 SQL Search does not work for me at all It keeps saying indexing and does not find anything. When I look at the log file that is attached - I do not know what that error however I think this looks like a connection issue. How do I specify what login to use to access the database or what login does the add-in use when trying to index the database? / comments
I am running SSMS 14.0.17277.0SQL Search does not work for me at allIt keeps saying indexing and does not find anything.When I look at the log file that is attached - I do not know what that error...
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...