Posts
Sort by recent activity
Alerts filter
hi,
I am just wondering if there would be any support for a additional/different entry in the 'From the last:' filter? I often find it would be easier to have values of "today" or "this week" as op...
Low disk space alert details
Hi,
When there is a low disk space alert the details are has a Data file size details section that allows column sorting but the sort is based on the text in the grid, not the values. sorting 100 r...
Ctrl key combinations fail
Hi,
Each day for the last few days I have had the Ctrl key shortcuts expire on me part way through the day. Some of them function when needed and then later in the day they have no effect what so e...
SQL Batch integer causes syntax error
I know its not SQL standard but the SSMS UI allows for the GO keyword to have an integer after it so that a section of code can be repeated a given number of times eg:
select top 3 * from sales
GO ...
Exception when changing server connection
Hi,
If you are using SSMS on a test server with a script working on database called MyDb_Dev and then change the connection to a production server that only has live databases, an exception occurs ...
new feature / functionality for code templates
Hi,
for a long time now I have kept some scripts that I use frequently in SSMS as a template. For example I have a couple of scripts to review index statistics that I find easier to drag from the t...
Quick exit from job editor wizard
Hi,
As I have previously mentioned I am on a project that currently involves moving databases between servers and I am having to add and remove databases from backup jobs to keep backups in line wi...
disable job from SQL Backup
Hi,
would it be possible to add an option to disable a job from SQL Backup please? Currently the only options that I can find are to Start, Stop, Edit or Delete. I am finding as I migrate databases...
Using SQL Snapper
My first recommendation for using this utility would be to open a command prompt and run the following command
redgate.sqlsnapper.exe /? /verbose /html > c:RedGateSnapperHelp.html
This will cre...
Different Rows out by 1??
hi,
I have a situation where I have two databases that I have to merge into 1 but there are common ID's with different row data so am having to pick my way through the transfer carefully. Having ru...