Posts
Sort by recent activity
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)....
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, ...
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...