Posts
Sort by recent activity
script values in a column in result grid as a comma delimited list
If I run a select and get a dataset in the result grid, can I highlight values in a column and select an option to create a comma delimited list out of these values?
Setting default key comparison as all columns if primary key is not present
I have a database with hundreds of tables many of which don't have a primary key. It seems SQL Data compare doesn't include these in the deployment and I have to manually set up the comparison key ...
ANTS 6 is disabled in Visual Studio 2005
ANTS 6 menu is disabled in Visual Studio 2005.
The help goes to a non existent page.http://www.red-gate.com/supportcenter/Content.aspx?p=ANTS%20Profiler&c=ANTS_Profiler/help/5.2/AP_Getting_started....
How to get profiler to use Firefox?
Even though Firefox is my default browser, ANTS opens IE. Is there a way to have it open Firefox instead?
Global.Application_Start fires after page_load?
I am using Profiler 5.2 in Windows 7 64bit to trace an asp.net app.
I noticed that the Global.Application_Start is showing up after some events in the page class have fired like page_load, in the p...
Suggestion dropdown blocks text
The suggestion dropdown shows up right on top on the line I am working on and it masks the text beneath it. That portion of the screen has text I frequently look at. It could be the same SQL I am w...
Suggestion box issues
I can't move the highlight inside the suggestion box. After typing FROM, I get a list of tables but the hightlight is stuck on the first item. up/down arrow doesn't do anything. Sometimes I don't g...
How to get sequential trace of functions calls and events?
I am interested in knowing the order of function calls and events. The performance profiler lists only the functions a long time and the memory profiler doesn't give what I need. It gives a long li...