Posts
Sort by recent activity
Add SQL Source control to newly SSMS version
I've just installed SSMS 17.5. Previously was using an earlier version with Prompt, Test, Source Control etc installed. I reran the developer bundle installer, which added most of the tools to the ...
Message "Query was cancelled"
Hi,
Started getting the message "Query was cancelled" against a couple of servers in a group that I use multiscript to update. The queries in question can then be executed directly on the servers, ...
Ignore insignificant differences in default values
Hi,
We have some tables where the only differences are similar to those shown below:
Database one:
[Hazardous] [bit] NOT NULL DEFAULT (0),
[Reefer] [bit] NOT NULL DEFAULT (0),
Database two:
[Hazard...
Autocapitalise Bug
Here's one for you, which has happened to me quite a few times now. I'm a relatively fast typist, and I'm often finding that as I type something like
select top 10 ...
SQLPrompt will spot the lower...
A couple of suggestions
A couple of points on SQLPrompt:
1) This one is very irritating, as it results in me inadvertantly inserting incorrect code in such a way that I might not even notice I've done it:
Consider a state...