Activity overview
Latest activity by karenpayne
Can not get access to localDb
When attempting to install server components for localDb, I get could not find (shows my machine name) which is the machine I'm on and zero problem when doing the same for SQLEXPRESS (which works)....
Hello, I uninstalled SQL Prompt, reinstalled SQL Prompt and see no change e.g. type say SELECT * FROM Customers or SELECT * FROM dbo.Customers and in both cases the * does not work and the FROM shows no tables while in SSMS all works. / comments
Hello, I uninstalled SQL Prompt, reinstalled SQL Prompt and see no change e.g. type say SELECT * FROM Customers or SELECT * FROM dbo.Customers and in both cases the * does not work and the FROM sho...
Microsoft Visual Studio 2022 version 17.4.0 SQL Prompt auto complete not working
I just updated VS2022 yesterday and when after typing SELECT * FROM There are no table suggestions. Note I have an active connection. If I manually type out SELECT * FROM Products the query works, ...
Thanks David, I did end up finding out about the refresh not more than five minutes after pressing submit on this thread [image] / comments
Thanks David, I did end up finding out about the refresh not more than five minutes after pressing submit on this thread
Not recognizing column via Intellisense
I'm using 7.2.4.291, SSMS version 2012
I add a new column to a table, do a SELECT e.g.
Person table had FirstName, LastName, Prompt recognizes both columns.
Close query windows in SSMS.
Alter table...