Tagged Questions
Red Gate is a company that builds a suite of developer tools, focusing primarily on Microsoft SQL Server development and administration.
93
votes
8answers
17k views
Something Better than .NET Reflector?
I used to love Reflector back in the day, but ever since RedGate took over it has gone downhill dramatically. Now it forces me to update (which is absolutely ridiculous), half the time the update ...
22
votes
9answers
5k views
11
votes
3answers
824 views
Anybody using SQL Source Control from Red Gate
We have been looking into possible solutions for our SQL Source control. I just came across Red Gates SQL Source control and wondered if anyone has implemented it? I am going to download the trial ...
9
votes
10answers
2k views
how to compare/validate sql schema
I'm looking for a way to validate the SQL schema on a production DB after updating an application version. If the application does not match the DB schema version, there should be a way to warn the ...
8
votes
4answers
2k views
Is there an equivalent of Redgate SQL Compare for MySQL databases?
Joel is always talking about how great SQL Compare from Redgate software is. SQL Compare only works with Microsoft SQL Server databases, but is there a good piece of software that works with MySQL and ...
7
votes
6answers
847 views
Is RedGate SQL Source Control for me?
I've just inherited a SQL Server database, one of the things I will need to sort out is versioning and automated builds.
It has been suggested that I think seriously about recommending RedGate SQL ...
5
votes
2answers
288 views
Which source control system to use with Red Gate SQL Source Control
We are planning on using Red Gate SQL Source Control, but have not yet decided which source control system to use yet: you can use Subversion (SVN) or Team Foundation Server (TFS).
Which one should ...
4
votes
3answers
533 views
Database Change Management - Setup for Initial Create Scripts, Subsequent Migration Scripts
I've got a database change management workflow in place. It's based on SQL scripts (so, it's not a managed code-based solution).
The basic setup looks like this:
Initial/
Generate Initial ...
4
votes
3answers
305 views
What other products are similar to Redgate's SQL Search?
What other products are similar to Redgate's SQL Search?
Redgate just released "SQL Search" in Feb 2010.
http://www.red-gate.com/products/SQL_Search/index.htm
I am still amazed this type of search ...
4
votes
7answers
2k views
How to execute 3GB SQL file (Micrsoft SQL Server)?
I have a big SQL file that does not fit into memory and that needs to be executed against Microsoft SQL Server 2008. It seems that the sqlcmd.exe tool always loads it into memory first which is ...
4
votes
13answers
2k views
How good are Redgate's SQL tools?
I'd like to hear from anyone who has experience with Redgate's tools for Sql Server 2005. In particular, are their backups 100% reliable? Their claims about backup speed and compression sound almost ...
3
votes
3answers
267 views
Using Schema Compare for Oracle to create deployment script
We have a large (2000+) set of scripts used to deploy out database code. Does anyone know whether there is a tool that can be used to create a single deployment script that conforms to correct ...
3
votes
1answer
220 views
RedGate SQL tools v Microsoft Visual Studio Team System Database Edition (Data Dude)
I've been looking at RedGate's SQL tools and Microsofts Visual Studio Team System Database Edition (formerly Data Dude) for use within a testing and continuous integration environment.
What we need ...
3
votes
1answer
84 views
SQLCompare generate only diff script
Is it possible to generate only diff script using SQLCompare from Red Gate SQl Compare?
In our database sync scenario we will use SQLCompare to generate diff script and will use Tarantino for ...
3
votes
3answers
1k views
What are the Finalizer Queue and Control+ThreadMethodEntry?
I have a WindowsForms app that appears to leak memory, so I used Redgate's ANTS Memory Profiler to look at the objects I suspect and find that they are only held by objects already on the Finalizer ...
2
votes
0answers
95 views
How to merge changes from a source-controlled VS2010 database project to local development DB
We're trying out VS2010 database projects for a new development, using the following dev cycle:
Use Management Studio to develop changes on a local DB instance (using the designers etc)
Use VS2010 ...
2
votes
1answer
182 views
How can I automatically upgrade databases with RedGate, TeamCity and SVN
We are looking to move from manual scripts to the RedGate database source control to manage our databases.
We want to make changes to stored procs/lookups etc and then just check them into to the SVN ...
2
votes
2answers
110 views
long running database mail
I've got Redgate's SQL Monitor 2 running against my 2005 production server, and I keep getting alerts about the Database mail having a long running query. I've currently got my alerts set up to flag ...
2
votes
2answers
54 views
How can I trace where potential exceptions might be thrown from?
We have many questions here about stack traces and analyzing exceptions that have been thrown.
I am using RedGate Reflector to examine the workings of some .net classes. In particular, I am looking ...
2
votes
2answers
127 views
Migrations for PostgreSQL
Red-Gate has very interesting in beta software (Sql Source Control) that is installing inside SSMS and can save schema iterations through commit button. I need the same feature for postgresql, the ...
2
votes
3answers
108 views
Is there an easy way to add a custom migration script to SQL Compare scripts?
At my work we are currently having some serious pains pushing our database changes across environments. The issue starts to show up when we create a new non-nullable column on an existing table. The ...
1
vote
3answers
40 views
How to create dynamic powershell query?
I have a Powershell query to get the backup of my database. But i need to have the backup the data with different names like DATABASEBACKUP_CURRENTDATE. How can i achieve this?
...
1
vote
1answer
55 views
how to check a SQL Azure bacpac is not corrupt
I just lost hours to a corrupt SQL Azure bacpac backup. None of the restore mechanisms I used reported anything wrong when restoring the backup, and schema and data seemed to be there, but given there ...
1
vote
4answers
104 views
Automation of SQLCompare in Red Gate
How can I automate the SqlCompare which compares and synchronizes the databases on different servers to run nightly?. Can you provide me a link or brief steps on how to handle this?
1
vote
1answer
266 views
Red Gate SQL Prompt - auto complete alter statements lose comments
Using SQL Prompt 4 (I'm aware there's an upgrade but I'm not responsible for that kind of thing..)
I like the ease of being able to write alter proc __ and have SQL Prompt fill the rest of the ...
1
vote
2answers
78 views
How would I solve this .net web server performance profiling issue?
I am using redgate performance profiler to test my asp.net mvc 2 application. One of the things I found out was the XMLSerializer was taking too much of the CPU time so referring from this post. I ...
1
vote
3answers
441 views
RedGate Reflector to recover source code from .net assembly
Quick question.
Can I recover a lost .cs file using RedGate Reflector ?
My assembly is a debug version
1
vote
1answer
130 views
Has Red Gate made any decision yet on if they will soon support GIT with Sql Source Control [closed]
Has Red Gate made any decision yet on if they will soon support GIT with Sql Source Control. GIT is becoming the defacto source control standard and I would hate to have to support GIT and SVN in ...
1
vote
3answers
409 views
Alternatives to Red Gate SQL Comparison SDK?
I've been using the Red Gate SQL Comparison API in a project that's getting long in the tooth. We use a fraction of its abilities and I am evaluating other options.
Our scenario is basically this:
...
1
vote
1answer
155 views
How to get RedGate Data Compare to consider sort order?
I am using SQL-Server 2005.
I have a dev and prod database that have essentially the same data in them. When I do a compare with RedGate SQL Data Compare 5, it says that only 4 records differ. ...
0
votes
1answer
93 views
SQL Server Tools — RedGate vs ApexSQL
I'm looking for opinions on comparison of these tools. I've used RedGate for years and have never heard of ApexSQL. The pricing seems about the same, I'm just wondering if anyone has used both tools, ...
0
votes
0answers
22 views
RedGate Freezing the server when a Compare is done from Remote PC with different Culture Setting?
We have been having problems with RedGate 9, but only when remote developers connect to the server to push data or database structure updates. The remote users are in Greece, but any user in America - ...
0
votes
1answer
168 views
Redgate ANTS Performance Profiler 6.3 gives error: Failed to connect to target process because an exception occurred, “Could not start IIS”
Just downloaded a 14 day trial of "ANTS Performance Profiler 6.3" to check performance on my web application. Here are my configuration settings after beginning a new session (via the File menu). ...
0
votes
0answers
53 views
How to access data in an SQB file via Python
It appears .SQB files are generated by RedGate's SQL Backup tool. There is a way to convert these files to MTF but I want to access it from a Python script running on Linux.
I'd be willing to load ...
0
votes
1answer
163 views
Anyone buying RedGate tools after the Reflector fiasco?
Feel free to delete this question if it's not appropriate. I used RedGate's tools a lot at my previous job along with ReSharper. I have a new job now but the company doesn't have any of RedGate's ...
0
votes
1answer
50 views
Migrating and comparing a SQL Server database
We downloaded today RedGate's Toolbet, in oder to automatize some tasks that take so long in our company when it comes to databases.
The first one appear with a 15 GB database we have, with a lot of ...
0
votes
1answer
171 views
How to use Red Gate Ants Profiler on the Command Line
I am trying to use Redgate Ants memory profiler with the command line. I have seen the redgate page on the command line but did not find it very informative. Does anyone have a more detailed ...
0
votes
1answer
41 views
RedGate shows percents instead of milliseconds
I tried to compare RedGate performance profile on two different machines and to my surprise the on one RedGate shows milliseconds but no code text (there is no source) and on another it shows code ...
0
votes
3answers
233 views
Redgate Visual Studio addin
I realise that this may be subjective (and would appreciate not being voted down on this one XD), but I would like some advice from other developers out there who have used RedGate's .Net productivity ...
0
votes
1answer
445 views
How do i stop log4net from logging when running tests in NUnit TestRunner
Let me explain my scenario first:
I have around 2000 tests to run, which take about 30 seconds in NUnit
I want to find out what's taking the time
I open Ants Profiler, and get it to profile the ...
0
votes
1answer
151 views
Redgate profilers equivalent for .Net Sharepoint
I was wondering whether there are any recommended open source performance and memory profilers equivalent to Redgate? This is for .Net and SharePoint development.
Thanks.
Chris.
0
votes
1answer
231 views
Redgate's SQLCompare Schema Comparison Not Removing or Adding Objects Via Command Line
I have a saved SQLCompare project which I use to synchronize my local database with another "master" database. When I run the project via the GUI, everything works fine. However when I run it via the ...
0
votes
5answers
1k views
SQL Server Collation Conflict
Transferring data from one SQL server to another but when Schema is compared and syncronised the following error is received. We are using redgate SQL compare to complete.
Cannot resolve collation ...