Posts
Sort by recent activity
Format Settings not working
My format settings sometimes do not apply Specifically the settings to align or when expanding out all the columns and rows in SQL do not always work.I have to go into the settings and reapply what...
SQL Search over VPN Connection
My connection to the SQL Server is through a VPN and I am connecting from my normal domain but the SQL Server is on a different domain but there is a one way trust But in SQL Search when it is tryi...
SQL Formatting for Columns to appear on separate lines
My SQL Prompt is showing all the columns on one line when I expand from SELECT *What is the formatting option so that the columns appear on separate lines and also the columns have the alias in them
SQL Search Error Reindexing
I keep getting an error with SQL Search when it is trying to find Database objects It does not come up with any results and is always reindexingWhen I looked at the log file attached - it is gettin...
SQL Source Control slows downs SSMS
Hi with the SQL Source Control Extension Installed - it severely slows down my SSMS in Object Explorer particularly when you right click the menu it takes forever.Is anything being done to correct ...
SQL Search does not work in SSMS
SQL Search does not work or produce any resultsWhen I try to check the log file or launch itThe log file is not updated nor it is opening to the right folder I am looking in the following location ...
SQL SEARCH getting Error while trying to index
I have SQL SEARCH installed and it is getting the following error - how do I fix this issue but I can query the server fine22 Sep 2020 11:25:51.571 [69] ERROR ServerObjectIndexer - Exception while ...
Feature Request / Question - Global Temp Tables
Does SQL Prompt go into global temp tables and if so is it possible to request that feature?
SQL Search not working on Windows 10 Laptop
I have two machines that I use a desktop and a laptop, they both are Windows 10On the desktop - SQL Search works without any issues and finds results But on the laptop - everytime I try to search f...
Add database name format specfication
Is there a way to format SQL Prompt to add the database name in the FROM and JOIN Clausesi.e instead of dbo.personnel - it would make it <database name>.dbo.personnelI know that is being a bit str...