How can we help you today? How can we help you today?
howarthcd
Hi, has there been any progress on the fixing of this bug? It's still affecting the latest version of SQL Compare and is preventing us from upgrading. Thanks Chris / comments
Hi, has there been any progress on the fixing of this bug? It's still affecting the latest version of SQL Compare and is preventing us from upgrading. Thanks Chris
0 votes
In my opinion everything you've said so far points to a problem with VAS pressure and not to anything 'external' to SQL Server, such as disk fragmentation, page files etc... The reason I asked about CLR objects is that it seems that when the CLR initialises it consumes about 120-140MB of VAS, which is consistent with the out of memory error that you experienced when experimenting with CLR objects. @VERSION'? If you haven't done so already it might be worth setting up a SQL Agent job to log the results of the 'sqbmemory' extended proc on a regular basis, I would suggest a frequency of one minute. This way you can track the 'total' and 'maximum' 'free' values over time and possibly correlate any drop-off with processes and/or jobs that are running on the server at that time. If you use Reporting Services then you could create a report to display the data against time. Another thing that can cause VAS problems is heavy use of linked servers - do you use these at all? Other causes can be a large procedure cache, large numbers of SPIDs, larger numbers of cursor operations - it's impossible to quantify 'large' for your server, though, without an understanding of the workload. Chris / comments
In my opinion everything you've said so far points to a problem with VAS pressure and not to anything 'external' to SQL Server, such as disk fragmentation, page files etc... The reason I asked abou...
0 votes
Actually, I've managed to sort this out myself by downloading a copy of SQLite Database Browser and removing the problematic entries from the Document and DocumentVersion table. All is now well. / comments
Actually, I've managed to sort this out myself by downloading a copy of SQLite Database Browser and removing the problematic entries from the Document and DocumentVersion table. All is now well.
0 votes
Hi Red-Gate It's been four months since we initially reported the filter bug (for which you created SC-6165). Are you able to confirm when this issue will be resolved? Thanks Chris / comments
Hi Red-Gate It's been four months since we initially reported the filter bug (for which you created SC-6165). Are you able to confirm when this issue will be resolved? Thanks Chris
0 votes