Posts
Sort by recent activity
Possible? Maybe a new feature!
Hi
I am in the process of converting many Stored Procedures to UDFs (for various reasons).
One thing that is irritating is that these SPs often use the SELECT x, y, z INTO #tempTable pattern.
Woul...
uninstalling SQL Prompt Core from Visual Studio 2017
Hi
For about 2 weeks, Visual Studio 2107 Enterprise is slow to crawl when opening a solution. I sometime see a tip that disabling SQL Prompt Core would speed up the loading time by 12 seconds. I op...
SQL 2014 support?
Hi
I just installed the final release of SQL 2014 and SQL Data Compare is not working.
I had to download a beta version for SQL Compare to have it working.
Any chances you have a beta for Data Comp...
BUG: strange results with .
if you type "a.b" (without the quotes), the list of results is filled with many items but non are relevant and nothing is highligthed.
In fact, I was looking for something like "dbo.UP_" and got st...
Export result list
Hi
Would it be possible to copy-paste or export to Excel (or something else) the list of objects found in the results?
I needed a quick list of objects matching a criteria for a meeting and couldn'...
need a filter on "Matches on"
Hi
If you keep duplicating object names because the result occurs in different "matches on", we need a filter on this column.
What I wanted to get this morning is a list of all the stored procedure...
The code of the stored proc does not show real code
I just found a good one!
right-click a stored proc and select rename from the list of options.
now refresh SQL-Search (CTRL-ALT-D) and search for your old name. It will still be shown in the "creat...
Search is making SQLWB to crash?
Is it possible that SQL Search makes SQWB to crash. For 30 minutes now, when I try to open SQL Search, SQLWB crashes and SSMS closes. I have rebooted my PC and still have the same problem.
object not found
I have a strange case this morning.
I search for "providerid" (without the quotes) which exist in at least 3 tables. The results pane shows only 1. The Exact checkbox is off and I am on the "All Ob...
wildcard search possible?
Hi
I was searching for a objects corresponding to a patter this morning. Would it be possible (or is it already) to search using wildcards?
For example, I would have like to search for everything s...