Settings and activity
31 results found
-
3 votes
ben b
supported this idea
·
An error occurred while saving the comment -
21 votes
An error occurred while saving the comment
ben b
commented
this
https://forum.red-gate.com/discussion/89801/search-across-multiple-servers#latest
plus the ability to put "descriptions" against servers and databases would be epic.
We have 4.5K databases and people spend hours trying to hunt down servers and DBs.
ben b
supported this idea
·
-
207 votes
An error occurred while saving the comment
ben b
commented
Yep - this one is so key. You have it for git in SCA so would love to see it in SQL Source Control within SSMS.
ben b
supported this idea
·
-
131 votes
An error occurred while saving the comment
ben b
commented
yep, really good idea
ben b
supported this idea
·
-
4 votes
ben b
shared this idea
·
-
1 vote
ben b
shared this idea
·
-
8 votes
ben b
supported this idea
·
-
8 votes
ben b
supported this idea
·
-
2 votes
ben b
shared this idea
·
-
31 votes
ben b
supported this idea
·
-
11 votes
ben b
supported this idea
·
-
10 votes
ben b
supported this idea
·
-
7 votes
ben b
shared this idea
·
-
54 votes
An error occurred while saving the comment
ben b
commented
this would be a really useful one please.
we've got SonarQube doing code smells atm and it picks up situations where this happens which is a bit annoying... would be great if SQL prompt just did it for me please!
ben b
supported this idea
·
-
49 votes
ben b
supported this idea
·
-
6 votes
An error occurred while saving the comment
ben b
commented
Hello - this was raised and discussed in this forum post. I would personally love this feature.
https://forum.red-gate.com/discussion/85780/quickly-compare-two-objects#latest
ben b
shared this idea
·
-
3 votes
ben b
shared this idea
·
-
29 votes
ben b
supported this idea
·
-
37 votes
An error occurred while saving the comment
ben b
commented
this is an interesting one.
I'm having to write loads of merge statements for static data in a small application. they are going to be included as post-deployment scripts in a visual studio database project.
I'm using the method below
https://blogs.msdn.microsoft.com/ssdt/2012/02/02/including-data-in-a-sql-server-database-project/
I was thinking if you could generate the MERGE using the key columns selected in Data Compare to join the source and target - and then compare all the other columns for differences?
ben b
supported this idea
·
-
74 votes
ben b
supported this idea
·
I agree...
often, when exploring databases I do the following
#1: SELECT 1 * FROM [wide table]
#2: sql prompt-> export to excel
#3: copy the data in Excel and paste-transpose
#4: add column names to the excel table (column_name, example_value)
I do this fairly often and its quite tedious/slow