
<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Forum posts to 'Limitations and Known Issues'</title>
		<link>http://www.dbsophic.com/limitations-and-known-issues/rss</link>
		<atom:link href="http://www.dbsophic.com/limitations-and-known-issues/rss" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>"Save as workbook" limitations</title>
			<link>http://www.dbsophic.com/limitations-and-known-issues/show/67#post67</link>
			<description>&lt;p&gt;A new feature in Qure v2.0 - the &quot;save as workbook&quot; option exports most of the analysis information to an excel report.&lt;br /&gt;Please note that this option is only supported in Office 2003 or later.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: &quot;Save as workbook&quot; limitations &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/67#post67&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/67#post67&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 15 Feb 2010 09:31:35 +0000</pubDate>
			<dc:creator>Inbal</dc:creator>
			<guid>http://www.dbsophic.com/limitations-and-known-issues/show/67#post67</guid>
		</item>
		
		<item>
			<title>Qure V2 multi database analysis limitations</title>
			<link>http://www.dbsophic.com/limitations-and-known-issues/show/66#post66</link>
			<description>&lt;p&gt;Starting from version 2.0, Qure enables multi database analysis.&lt;/p&gt;&lt;p&gt;&amp;gt;  Trial analysis is limited to a maximum of 2 databases per analysis.&lt;br /&gt;&amp;gt;  Full (licensed) analysis is limited to a maximum of 3 databases per analysis.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Qure V2 multi database analysis limitations &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/66#post66&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/66#post66&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 12 Jan 2010 13:52:17 +0000</pubDate>
			<dc:creator>Ami</dc:creator>
			<guid>http://www.dbsophic.com/limitations-and-known-issues/show/66#post66</guid>
		</item>
		
		<item>
			<title>SQL Server version and compatibility level support</title>
			<link>http://www.dbsophic.com/limitations-and-known-issues/show/34#post34</link>
			<description>&lt;p&gt;Qure supports analyzing databases that use SQL Server 2005/2008 and have a compatibility level of 90 or 100.&lt;br /&gt;If your database was migrated from SQL Server 2000 and its compatibility level was left at its previous setting of 80, you can try and change its compatibility level to 90.&lt;br /&gt;Note that changing the compatibility level may fail, subject to the backward compatibility issues as published by Microsoft in the Books On Line article &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/ms143532(SQL.90).aspx&quot;&gt;“SQL Server 2005 Database Engine Backward Compatibility”&lt;/a&gt;.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: SQL Server version and compatibility level support &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/34#post34&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/34#post34&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 19 Mar 2009 11:30:59 +0000</pubDate>
			<dc:creator>Ami</dc:creator>
			<guid>http://www.dbsophic.com/limitations-and-known-issues/show/34#post34</guid>
		</item>
		
		<item>
			<title>Database default collation support</title>
			<link>http://www.dbsophic.com/limitations-and-known-issues/show/33#post33</link>
			<description>&lt;p&gt;Qure does not support analyzing databases with default case sensitive collations.&lt;br /&gt;For more information about database collations, see the Books On Line article &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/ms143503(SQL.90).aspx&quot;&gt;”Collation Options and International Support”&lt;/a&gt;.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Database default collation support &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/33#post33&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/33#post33&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 19 Mar 2009 11:29:58 +0000</pubDate>
			<dc:creator>Ami</dc:creator>
			<guid>http://www.dbsophic.com/limitations-and-known-issues/show/33#post33</guid>
		</item>
		
		<item>
			<title>T-SQL Parsing limitations</title>
			<link>http://www.dbsophic.com/limitations-and-known-issues/show/32#post32</link>
			<description>&lt;p&gt;The Qure parser does not support parsing and analysis of the following types of queries:&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Queries that use quoted identifiers&lt;/strong&gt;&lt;br /&gt;Qure does not support parsing queries that use quoted identifiers for object names such as “Table1” instead of [Table1]. &lt;br /&gt;This is an inherited limitation as Qure cannot know each process’s run time QUOTED_IDENTIFIER setting.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Dynamic queries in server side objects&lt;/strong&gt;&lt;br /&gt;A less common query writing technique involves dynamically creating the query as a string literal, and then using EXEC or sp_executesql to execute the string containing the query. &lt;br /&gt;If this dynamic construction of the query is done at the application tier, Qure captures the final constructed query from the trace and then parses and analyzes it. &lt;br /&gt;If the dynamic construction of the query is done in server side objects (such as stored procedures, triggers or functions), Qure is not be able to follow its construction or execution, and is therefore unable to analyze it. &lt;br /&gt;The benchmark process however, executes and records batches that call the containing object, either directly or indirectly.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Extended procedures and CLR objects&lt;/strong&gt;&lt;br /&gt;Qure does not analyze OLE automation (extended procedures) and CLR objects in the database. &lt;br /&gt;All referenced objects in the queries that use OLE or CLR objects are analyzed, except for the expressions or clauses containing references to either the OLE or CLR objects.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;XML X-queries&lt;/strong&gt;&lt;br /&gt;Qure does not parse X-Query expressions and does not analyze any query that contains an X-Query expression.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Column name resolution limitations&lt;/strong&gt;&lt;br /&gt;The following column aliasing syntaxes are not supported:&lt;/p&gt;&lt;p&gt;&amp;gt; Aliases provided in an alias list. &lt;br /&gt;   For example, SELECT * FROM (&amp;lt;Sub query&amp;gt;) AS X (Alias1, Alias2…)&lt;/p&gt;&lt;p&gt;&amp;gt; Aliases in DELETE and UPDATE using the proprietary additional “FROM” SQL Server syntax.&lt;/p&gt;&lt;p&gt;&amp;gt; Aliases derived from sub queries that use set operators such as Union, Except and Intersect. &lt;br /&gt;   For example, SELECT Column1 FROM (&amp;lt;Sub query1&amp;gt; UNION &amp;lt;Sub query2&amp;gt;) AS X.&lt;/p&gt;&lt;p&gt;&amp;gt; Queries that contain any of the above syntax constructs are partially analyzed.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;ODBC Date and time formats&lt;/strong&gt;&lt;br /&gt;ODBC specific Date &amp;amp; Time formats are not supported. For example, “{d '1998-02-23'}”&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: T-SQL Parsing limitations &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/32#post32&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/32#post32&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 19 Mar 2009 11:29:12 +0000</pubDate>
			<dc:creator>Ami</dc:creator>
			<guid>http://www.dbsophic.com/limitations-and-known-issues/show/32#post32</guid>
		</item>
		
		<item>
			<title>SQL Server 2008 error logs analysis support</title>
			<link>http://www.dbsophic.com/limitations-and-known-issues/show/31#post31</link>
			<description>&lt;p&gt;Collecting and analyzing error log information of SQL Server 2008 is not supported.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: SQL Server 2008 error logs analysis support &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/31#post31&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/31#post31&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 19 Mar 2009 11:26:25 +0000</pubDate>
			<dc:creator>Ami</dc:creator>
			<guid>http://www.dbsophic.com/limitations-and-known-issues/show/31#post31</guid>
		</item>
		
		<item>
			<title>Benchmark limitations</title>
			<link>http://www.dbsophic.com/limitations-and-known-issues/show/30#post30</link>
			<description>&lt;p&gt;&amp;gt; Server side cursors and prepare/exec statements are partially supported in benchmark. &lt;br /&gt;   These include sp_cursoropen, sp_cursorprepare, sp_cursorprepexec, sp_prepare and sp_prepexec. &lt;br /&gt;   Qure extracts the query from the string literal of these commands and treats it as if it were a regular query. &lt;br /&gt;   The fetch commands are ignored and the benchmark will show the improvement gained only for the query.&lt;/p&gt;&lt;p&gt;&amp;gt; Schema column modifications may fail to apply in benchmark if any objects, other than indexes or statistics, are dependent upon the column. &lt;br /&gt;   You should manually drop any referencing objects in order to modify the column and recreate them after modifying the column properties.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Benchmark limitations &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/30#post30&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/30#post30&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 19 Mar 2009 11:25:03 +0000</pubDate>
			<dc:creator>Ami</dc:creator>
			<guid>http://www.dbsophic.com/limitations-and-known-issues/show/30#post30</guid>
		</item>
		
		<item>
			<title>SQL Server client tools version compatibility</title>
			<link>http://www.dbsophic.com/limitations-and-known-issues/show/29#post29</link>
			<description>&lt;p&gt;The version of the installed client tools must be the same or of a higher version than the version of the Profiler or server that generated the trace file. &lt;br /&gt;A trace file generated by Profiler 2008 or a server side trace of SQL Server 2008 cannot be used if Qure is installed on a computer with SQL 2005 client tools.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: SQL Server client tools version compatibility &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/29#post29&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/29#post29&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 19 Mar 2009 11:24:16 +0000</pubDate>
			<dc:creator>Ami</dc:creator>
			<guid>http://www.dbsophic.com/limitations-and-known-issues/show/29#post29</guid>
		</item>
		
		<item>
			<title>Analysis data file 4GB size limit</title>
			<link>http://www.dbsophic.com/limitations-and-known-issues/show/28#post28</link>
			<description>&lt;p&gt;Qure uses an internal repository (Analysis data file) for storing all analysis and benchmark information. &lt;br /&gt;The repository has an embedded limit on its size which cannot exceed 4GB. &lt;br /&gt;As a result, the trace analysis process stops analyzing the trace files if the repository reaches a size of 2 GB, in order to leave sufficient space for the benchmark and other data. &lt;br /&gt;This means that only batches captured up to that time are analyzed. &lt;br /&gt;Qure displays an informational message if this size limit is reached.&lt;br /&gt;If your system contains an exceptionally large number of unique batches, the benchmark process may exhaust the available space of the repository. &lt;br /&gt;In this rare case, the benchmark stops and an informational message is displayed. &lt;br /&gt;Benchmark results for batches benchmarked successfully up to that point are available.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Analysis data file 4GB size limit &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/28#post28&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/28#post28&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 19 Mar 2009 11:23:02 +0000</pubDate>
			<dc:creator>Ami</dc:creator>
			<guid>http://www.dbsophic.com/limitations-and-known-issues/show/28#post28</guid>
		</item>
		
		<item>
			<title>Analysis and benchmark time limits</title>
			<link>http://www.dbsophic.com/limitations-and-known-issues/show/27#post27</link>
			<description>&lt;p&gt;Qure uses complex AI algorithms to analyze your database and its activities. &lt;br /&gt;On complex databases with many objects and a large number of unique activities, the analysis and benchmark processes may take considerable time and resources to complete. To avoid the potentially very long duration of these processes (as much as a few days), the following limitation are imposed by Qure:&lt;/p&gt;&lt;p&gt;&amp;gt; The time limit for the trace analysis, which is typically the longest phase of the analysis process, is set to 20 hours. &lt;br /&gt;   After 20 hours, the trace analysis is stopped and only batches analyzed up to that point are used to generate recommendations.&lt;/p&gt;&lt;p&gt;&amp;gt; The benchmark uses a database connection with a timeout limit of 600 seconds. &lt;br /&gt;   This means that any batch that takes longer than 10 minutes to complete, either before or after the recommendations are applied, will fail the benchmark.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Analysis and benchmark time limits &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/27#post27&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/27#post27&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 19 Mar 2009 11:22:09 +0000</pubDate>
			<dc:creator>Ami</dc:creator>
			<guid>http://www.dbsophic.com/limitations-and-known-issues/show/27#post27</guid>
		</item>
		
		<item>
			<title>Opening a report may take a long time</title>
			<link>http://www.dbsophic.com/limitations-and-known-issues/show/26#post26</link>
			<description>&lt;p&gt;Depending on the analysis data file size, the number and complexity of the database objects, batches and recommendations, opening a report may take up to a few minutes. &lt;br /&gt;In some cases, especially after the analysis data file is first copied to the local computer, the Windows operating system may indicate that Qure is “not responding”. It is caused by a known issue in SQLCE, click &lt;a href=&quot;http://blogs.msdn.com/b/sqlservercompact/archive/2009/04/01/after-moving-the-database-from-one-platform-to-other-the-first-sqlceconnection-open-takes-more-time.aspx&quot;&gt;here&lt;/a&gt; for more details.&lt;br /&gt;Ignore this warning and wait for Qure to complete loading the report.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Opening a report may take a long time &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/26#post26&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/26#post26&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 19 Mar 2009 11:20:47 +0000</pubDate>
			<dc:creator>Ami</dc:creator>
			<guid>http://www.dbsophic.com/limitations-and-known-issues/show/26#post26</guid>
		</item>
		
		<item>
			<title>Unhandled exception in recommendations window</title>
			<link>http://www.dbsophic.com/limitations-and-known-issues/show/25#post25</link>
			<description>&lt;p&gt;In some cases, selecting a large number of recommendations when the “script preview” pane is active, and attempting to change the status of these recommendations before the script generation completes may cause an unhandled exception message to appear. &lt;br /&gt;Click &lt;strong&gt;’OK’&lt;/strong&gt; to close the exception window and Qure should resume normal operation.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Unhandled exception in recommendations window &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/25#post25&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.dbsophic.com/limitations-and-known-issues/show/25#post25&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 19 Mar 2009 11:19:48 +0000</pubDate>
			<dc:creator>Ami</dc:creator>
			<guid>http://www.dbsophic.com/limitations-and-known-issues/show/25#post25</guid>
		</item>
		

	</channel>
</rss>