Forum Discussion
oneeyeman1
Jan 02, 2025Copper Contributor
SQL Server Management Studio fails to recognize the table
Hi, ALL, 'm C/C++ developer who is trying to write some application that will talk to SQL Server. I have the server running and I have MS installed. In the MS I opened a tab for a new que...
rodgerkong
Jan 04, 2025Iron Contributor
Make sure your are using the database that you created the table, check the database name shown in the toolbar when you opening the second tab, or write a USE dbname on the top of your script.
SivertSolem
Jan 16, 2025Iron Contributor
SSMS can also have some weird caching issues with new objects.
Restart SSMS, and it might have resolved itself.