Posts
Sort by recent activity
Check for update does not get me the latest release
Today I updated SQLPrompt on one of my app-servers. The version now says 10.14.21.9884. If I do "Check for updates", it says I have the latest version, even though the release notes says the latest...
Columns do not have data type when created with CASE
@Jon_Kirkwood Hi. I was a bit quick to accept your answer as the solution for the previous question regarding data type not present in temp-tables when created with a CAST. Since I did not hear any...
Why does the Create script for a temp-table not show datatype for all columns?
If I am in a session in SSMS where I have created a temp-table using a select into query, then when I hower over this temp-table-name in the query after, and click on it to show the create script, ...
BUG: Formating queries fails if GO statement is not on a line of its own
HiIt seems that the formatting fails when there is a GO statement on the same line as another query. I get an error trying to format the following query:SELECT * FROM Felles.DimAlder da; GO I am on...