Activity overview
Latest activity by paulo_morgado
Incorrect decompilation for some language versions
Given this code:public class Auxiliar2
{
public IEnumerable<char> PercorreCaracteres(char start, char end)
{
if ((start < 'a') || (start > 'z'))
{
throw new Argu...
I'm also facing a problem where I need to generate rows referencing a subset of the referenced tables.
Isn't this a common use scenario? / comments
I'm also facing a problem where I need to generate rows referencing a subset of the referenced tables.
Isn't this a common use scenario?
I'd like to have the possibility to generate drop/create scripts for objects like procedures, functions, triggers, views and anything else that can be dropped without losing data. / comments
I'd like to have the possibility to generate drop/create scripts for objects like procedures, functions, triggers, views and anything else that can be dropped without losing data.
5.1.6.35 always brings main Visual studio window to front
When I'm editing a query in Visual Studio 2010 (with productivity power pack) in an external tab well that happens to be on the same screen as the of Visual Studio main window, SQL Prompt brings th...
RedGate.IPNService.exe using 50% of CPU
Since I upgraded to 5.1.4.11, when I start Visual Studio 2010, a RedGate.IPNService.exe is started and uses almost 50% of CPU.
The log file shows only:17 Apr 2011 18:25:49,828 [1] INFO Red...
Nope. I would need to map more than one schem on my local database to the same schema on the QA database. / comments
Nope. I would need to map more than one schem on my local database to the same schema on the QA database.
No, because I don't want to compare data - SQL Data Compare does a very good job at that.
I want to compare "equal" tables that just happen to have different names.
Can I map Schema1 in one database to both Schema1 and Schema2 in another? I could live with tables with the same name in another schema. / comments
No, because I don't want to compare data - SQL Data Compare does a very good job at that.
I want to compare "equal" tables that just happen to have different names.
Can I map Schema1 in one databas...
I ave an application that has a configuration database (menu items, settings, etc.)
In my development machine my database has a differente schema from the QA (and production) database.
The MyTable in QA is the MyTable view on my machine that joins data from MyTableQA (replica of QA's MyTable) and MyTableLocal (local overrides).
This way, I can keep all APIs (SPs, services, etc.) in sync with QA.
Everytime I need to use my local database, I only have to sync with QA, which SQL Data Compares does nicelly. / comments
I ave an application that has a configuration database (menu items, settings, etc.)
In my development machine my database has a differente schema from the QA (and production) database.
The MyTable ...
Suggestion: Map objects
In SQL Data Compare I can map owners and objects.
In SQL Compare I can only map owners.
It would be nice to be able to map objects in SQL Compare like it is possible in SQL Data Compare
Missing XML Documentation
I've seen in .NET Reflector 6 some lack of XML Documentation in decompilation. For example with System.Linq.Enumerable.
If Visual Studio can find it, why can't Reflector do the same?
And it would b...