How can we help you today? How can we help you today?
rgelb

Activity overview

Latest activity by rgelb

How to create a snippet that uses table metadata?
I would like to write the following sql via a snippet: SELECT TOP 10 * FROM dbo.Documents d ORDER BY 1 DESC So to do this, I have a snippet: SELECT TOP 10 * FROM $CURSOR$ ORDER BY 1 DESCHowever, I ...
1 follower 1 comment 0 votes
How to get SQL Prompt to add (NOLOCK) when inserting a join?
Consider the following snippet:When I select CustomerPerson from the dropdown, is there a way to get SQL Prompt to add it with (NOLOCK) statement?  I've looked through options and haven't found any...
2 followers 2 comments 0 votes
Ants Performance Profiler 10 says Trial Expired.
I downloaded Ants Performance Profiler 10 to try it out.  However, it gives me this error.
1 follower 1 comment 0 votes
How to profile a website that has custom applicationhost.config?
I have Ants Profiler 8.6 (though I have no idea how to do this on the current version either).  I have a solution in VS2017 that has several web applications (some are webforms, some are just api ...
0 followers 0 comments 0 votes
How to profile a website that has custom applicationhost.config?
I have Ants Profiler 8.6.  I have a solution in VS2017 that has several web applications (some are webforms, some are just api end points) with a custom applicationhost.config in the %solutionDir%\...
0 followers 0 comments 0 votes
How do I find which account the product was purchased with?
I have a RedGate product and a serial number.  I've had it for a good long while.  I've been thinking about upgrading it but I can't figure out which account or email address it was purchased with....
1 follower 1 comment 0 votes
Don't get intellisense due to login error. Why?
I get intellisense for every other server in the enterprise, except for this one. The SqlPrompt/Help/Show Log menu yields the error below. I can login to the box fine in SSMS and can run queries n...
2 followers 2 comments 0 votes