Comments
Sort by recent activity
It is a known issue that SA does leak some memory upon each build, sorry. I will add this t the accumulation of reproductions we keep.
Can you tell us how much memory is used up by the SA project after 1 iteration please? / comments
It is a known issue that SA does leak some memory upon each build, sorry. I will add this t the accumulation of reproductions we keep.
Can you tell us how much memory is used up by the SA project a...
I'd need to see a memory dump to understand exactly what happened. There are a few ways to do this but we have an effective way with minimal configuration needed:
You can download a small debugger from us if you don't have Windows debugging tools: ftp://support.red-gate.com/utilities/AutoDumper.zip
Extract all files to a directory,
Run
Cscript adplus.vbs -crash -pn <name of process>
(Or you could try
Cscript adplus.vbs -hang -pn <name of process>)
If more than one process exists by the same name, you can use -P <pid> instead of -pn (work out which process number to debug using Windows Task Manager)
This then dumps files to disk on a crash or hang trigger. If the files are very large, I can set up an FTP account so you can upload it to us.
Or you can often see the exception by loading the dump file in windbg.exe and running "!anaylyze - v") / comments
I'd need to see a memory dump to understand exactly what happened. There are a few ways to do this but we have an effective way with minimal configuration needed:
You can download a small debugger ...
Can I just check- does this happen with all profiling modes - have you tried sampling mode too? / comments
Can I just check- does this happen with all profiling modes - have you tried sampling mode too?
I will follow this up with the product management team. / comments
I will follow this up with the product management team.
Sorry, we'd need some more requirements/specification here- is this at the column level, for example? / comments
Sorry, we'd need some more requirements/specification here- is this at the column level, for example?
SQL Compare has an option to add a USE Database statement to it's script. It's off by default so simply needs to be enabled. / comments
SQL Compare has an option to add a USE Database statement to it's script. It's off by default so simply needs to be enabled.
I'll forward your comments on to our product management team / comments
I'll forward your comments on to our product management team
Thanks for your positive comments. I will follow this up with the product management team. / comments
Thanks for your positive comments. I will follow this up with the product management team.
The profilers are not yet 100% suported on Azure but you are welcome to try it. / comments
The profilers are not yet 100% suported on Azure but you are welcome to try it.
We need to reproduce this exact problem in-house to know if what you are doing is even supported. Would you be willing to help us create an exact reproduction of your issue? If so, we can set up space for uploads etc. / comments
We need to reproduce this exact problem in-house to know if what you are doing is even supported. Would you be willing to help us create an exact reproduction of your issue? If so, we can set up sp...