Comments
Sort by recent activity
I've received the other updates, but not this one. Is it possible the mailing list didn't send properly, or for all recipients? / comments
I've received the other updates, but not this one. Is it possible the mailing list didn't send properly, or for all recipients?
Hi Luke,
Both the failed initial install, and the automatic Windows 7 prompted retry were from the same download.
Cheers
B. / comments
Hi Luke,
Both the failed initial install, and the automatic Windows 7 prompted retry were from the same download.
Cheers
B.
I miss my SQL Refactor keystrokes - annoying I have to learn new ones to Format SQL rather than to Layout SQL.
Minor niggle, but would be a good option to allow "SQL Refactor shortcut keys". / comments
I miss my SQL Refactor keystrokes - annoying I have to learn new ones to Format SQL rather than to Layout SQL.
Minor niggle, but would be a good option to allow "SQL Refactor shortcut keys".
I tried upgrading (The PC was upgraded from Vista to Win7).
I then uninstalled all of the Red Gate programs, and kicked off a new install.
Toolbelt was run as a user in the Administrator group, by right clicking, and choosing run as Administrator. / comments
I tried upgrading (The PC was upgraded from Vista to Win7).
I then uninstalled all of the Red Gate programs, and kicked off a new install.
Toolbelt was run as a user in the Administrator group, by ...
I tried upgrading (The PC was upgraded from Vista to Win7).
I then uninstalled all of the Red Gate programs, and kicked off a new install.
Toolbelt was run as a user in the Administrator group, by right clicking, and choosing run as Administrator. / comments
I tried upgrading (The PC was upgraded from Vista to Win7).
I then uninstalled all of the Red Gate programs, and kicked off a new install.
Toolbelt was run as a user in the Administrator group, by ...
Agreed. Replication in some scenarios (e.g. web replication over firewalls) can be really hard to get working.
Although you can then script out a working replication set up, and edit the scripts to get it running on another set of servers, having the settings documented would be brilliant - and useful as well simply to avoid the need to script out replication objects to see how they are set up, or dive through layers of properties dialogs. / comments
Agreed. Replication in some scenarios (e.g. web replication over firewalls) can be really hard to get working.
Although you can then script out a working replication set up, and edit the scripts t...
Fair enough for the WMI access.
However, ideally, I'd like two default accounts - one for WMI, and one for SQL - it allows finer grained control over the rights assigned to each account. I guess it is too late given this is an RC. / comments
Fair enough for the WMI access.
However, ideally, I'd like two default accounts - one for WMI, and one for SQL - it allows finer grained control over the rights assigned to each account. I guess i...
Can you establish a VPN to the servers and connect over the VPN (thus getting access to 1433 as well as 135, without exposing it to the internet)? / comments
Can you establish a VPN to the servers and connect over the VPN (thus getting access to 1433 as well as 135, without exposing it to the internet)?
I noticed the same sort of problem:
in master db, when I type
select * from mydb.
SQL Prompt shows it's balloon tip with the message
retrieving data for database mydb
If I then choose myDB from the QA DB Combo box, and type
select * from
SQL Prompt shows it's balloon tip with the message
retrieving data for database myDB
It's already got that metadata, of course! / comments
I noticed the same sort of problem:
in master db, when I type
select * from mydb.
SQL Prompt shows it's balloon tip with the message
retrieving data for database mydb
If I then choose myDB fr...