Questions tagged [redgate]

Redgate Software makes tools for Microsoft Developers working with SQL, .NET, Oracle and Cloud. The tools are designed to optimise the deployment process for database development team. For .NET developers, Redgate tools help to optimise software performance and improving quality of software.

Redgate Software is a software company based in Cambridge, England. It produces specialized database management tools for Microsoft SQL Server, Oracle, MySQL and Microsoft Azure. It also produces advanced developer tools for .NET Framework, such as SmartAssembly and .NET Reflector.

Resources:

229 questions
0
votes
3 answers

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 addins - ANTS Performance Profiler Pro, ANTS…
Shalan
  • 943
  • 4
  • 20
  • 43
0
votes
1 answer

Postsharp Resharper Redgate Excessive Logging

I have a C# solution containing Postsharp v3, Resharper 8, Redgate SqlBundle and .Net toolbet + some very large T4 template generated code. When generating code from templates and attempting to open them up a folder on my hard disk…
Jimbo
  • 3
  • 1
0
votes
2 answers

Getting identical objects to show in SQL Compare

Is there a way to get SQL Compare to output all objects, specifically stored procedures, in a database and not just those that differ?
sinrtb
  • 136
  • 1
  • 2
  • 6
0
votes
1 answer

Error while generate reports "Unsupported or unrecognised SQL Server version: 10.50.1600"

While creating the reports for remote data using SQL Dependency Tracker. It showing error that "Unsupported or unrecognised SQL Server version: 10.50.1600" Can any help why it's happening how can I solve it?
user123
  • 820
  • 3
  • 14
  • 34
0
votes
1 answer

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 NUnit TestRunner, and load my test dll into the…
David_001
  • 5,703
  • 4
  • 29
  • 55
0
votes
2 answers

path variable changes in sql

I'm not sure why but it looks like sql server is using a different path environmental variable then the rest of my system. When i add the cmd as an external tool in sql, by going to Tools->external Tools and adding cmd.exe as the command i get a…
Connr
  • 408
  • 6
  • 10
0
votes
2 answers

Using Redgate Reflector tool, what does it mean when some class names are light grey?

I'm using Reflector and can see some class names are black and others are light grey. I tried doing a search for what this means and could not find a user guide or anything to indicate what this means. I'm wondering if it might be related to the…
Stephen Price
  • 1,629
  • 1
  • 24
  • 42
0
votes
0 answers

SQL Server 2012 - Data Migration to a database with modified schema

We have a database in production running on SQL Server 2012, the database was copied and then changes were made to the schema, structure, relationships during further development of our application that uses the database. We are now ready to…
Joel R.
  • 189
  • 3
  • 17
0
votes
1 answer

Store SSIS packages to SQL RED GATE SOURCE CONTROL from SSMS package store

We have been working on SQL red gate SQL source control. Is there any way that we can store SSIS packages to Subversion using red gate source control from SSIS package store ? Awaiting for reply. Thanks in advance.
user2181349
  • 65
  • 2
  • 9
0
votes
2 answers

Understanding graph generate by ANTS profiler

I am profiling memory usgae in my application using ANTS profiler and it shows that large amount of memory is held up in generation 2 by Excell cell object. Application is using EPPlus library to generate excel file. I am attaching some of the graph…
SharpCoder
  • 18,279
  • 43
  • 153
  • 249
0
votes
2 answers

Redgate SQL Monitor base monitor permissions

I'm setting up Redgate's SQL Monitor. The Base Monitor is the bit that actually collects data from monitored SQL Server instances and their hosts. This page describes the permissions required by accounts running the various components, and asserts…
Joe Kearney
  • 7,397
  • 6
  • 34
  • 45
0
votes
1 answer

Commit only part of changes in SQL Source Control

I'm currently testing RedGate's Sql Source Control (Version 3.1.3.26). I have a table with static data which stores a SQL statement in each line. Is there a way to only commit parts of the changes? For example I changed 5 rows but I want to select…
NePh
  • 966
  • 9
  • 21
0
votes
1 answer

Win32Native.Readfile waiting for synchronisation, a performance bottleneck?

I profiled an application. Basically every thread reads an XML file from a network share, deserializes an object, logs to local files, asynchronously logs to db and calls a web service. Amount of Threads is about 14 on a 24 core machine. Redgate…
Th 00 mÄ s
  • 3,776
  • 1
  • 27
  • 46
0
votes
1 answer

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.
Chris
0
votes
5 answers

SQL Server : report of referenced tables & foreign keys

I'd like to generate a report that displays all the tables in the database. For each table, the report would document the tables it is referencing, and the tables it is referenced by. Also included, is the foreign key used for referencing. I've…
matt
  • 2,857
  • 7
  • 33
  • 58