Activity overview
Latest activity by PaulKahl
Why does a file I haven't worked on in ages keep opening on SQL startup?
I have a .sql file I saved months ago, and closed when I was done with it, that opens every time I start SSMS. I like the "re-open tabs you were working on that you didn't close" feature, but I clo...
This is still a problem as of 2023-06-29. SQL History takes incredibly long to load as a whole, and each file you click on takes longer to load, in addition to searches taking even longer. And all of these things lock SQL while loading. File this under "Not fixed". / comments
This is still a problem as of 2023-06-29. SQL History takes incredibly long to load as a whole, and each file you click on takes longer to load, in addition to searches taking even longer. And all ...
Sadly, that didn't fix the problem. [image] I ran the Create, and the Insert, then commented them out and ran the Select - the select runs perfectly (because the table exists), but it indicates the table isn't there, and when you mouse over, says "Invalid object name 'PKTestTable'." (Even after the old Ctrl+Shift+D to rebuild the references.) / comments
Sadly, that didn't fix the problem.I ran the Create, and the Insert, then commented them out and ran the Select - the select runs perfectly (because the table exists), but it indicates the table is...
SQL Prompt Version 9.5.0.9311 SSMS v17.9.1 / comments
SQL Prompt Version 9.5.0.9311SSMS v17.9.1
"Invalid Object Name" when creating new tables.
Using SQL Prompt, I'm writing scripts to first create a new table, and then do some inserts against that new table. The scripts work but they show false errors. The error goes away if I restart SSM...