How can we help you today? How can we help you today?
LSZ
Hi, sorry that I haven't been participating in this thread for a long time, but I was quite busy at work. In fact while working I was testing this unstable release that Aaron posted and I hold the opinion that it's better and even on larger scripts it's not being so sluggish. I would like to share few of my observations: 1. Suggestions box is still taking some time to show up on my large database, maybe because of the RegEx feature that is searching for the match in table names etc. ? 2. We are using a lot of XML in my company, eg. ;WITH XMLNAMESPACES ( 'http://tempuri/targetns/v3' AS tns ) SELECT t_si.position, row.value('./something_1', 'VARCHAR(50)'), row.value('./something_2', 'DATETIME'), row.value('./something_3', 'INT') FROM @someItems t_si CROSS APPLY @XMLVar.nodes('/tns:root/list/relatedItem[position()=sql:column("t_si.position")]') T1(row) maybe this is the case ? 3. The table variables (DECLARE @t_name TABLE...) are not showing up in suggestions box. 4. In my error log I am seeing such entires: 30 Aug 2013 08:09:44,995 [Main] WARN RedGate.SQLQueryKeeper.TabWatcher - Exception trying to log MostRecentView information System.Runtime.InteropServices.InvalidComObjectException: COM object that has been separated from its underlying RCW cannot be used. at #B4sb.#D4sb.#gCSb() Aaron, when you are planning to release the stable version ? Regards, LSZ / comments
Hi, sorry that I haven't been participating in this thread for a long time, but I was quite busy at work. In fact while working I was testing this unstable release that Aaron posted and I hold the ...
0 votes