How can we help you today? How can we help you today?
rldawg

Activity overview

Latest activity by rldawg

SQL Search - Database Selection Reverting to All Databases
I've noticed that when I flip over to another app and flip back to SSMS that the database selector changes from the one DB I have selected to All Databases.  Ans so my search results are skewed of ...
10 followers 25 comments 0 votes
SQL Search Greyed Out No controls usanble
For some reason SQL Search is completely disabled.  Tried restarting SSMS,  Uninstalled Search and reinstalled,.  Opened a SQL Query before opening Search.  Highlighted a DB before opening Search, ...
6 followers 7 comments 0 votes
Change syntax of Auto-generated Insert Statement
Is there a way in SQL Prompt to change the syntax of the auto-generated INSERT statement to use a SELECT instead of a Values clause?
1 follower 2 comments 0 votes
Indexing hangs on large database
I am using SQL Search on an Infor SyteLine database. There are hundreds, if not thousands of objects in the database. SQL Search freezes when I try to search for something. It freezes on Indexin...
2 followers 3 comments 0 votes
Ha! Maybe I created it. Sorry, I need to report the bug to myself and fix it! Although, it's such a good snippet that I thought it was a prepackage one [image] Another good idea for a snippet called trim: LTRIM(RTRIM($SELECTEDTEXT$))$CURSOR$ / comments
Ha! Maybe I created it. Sorry, I need to report the bug to myself and fix it! Although, it's such a good snippet that I thought it was a prepackage one Another good idea for a snippet called tr...
0 votes
Cast as Block Snippet bug - bad comma
The Cast As Block snippet should not have a comma in it. CAST($SELECTEDTEXT$, AS $CURSOR$) Corrected:CAST($SELECTEDTEXT$ AS $CURSOR$)
2 followers 2 comments 0 votes