<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Sql Server Blog di Francesco Diaz : Tools</title><link>http://blogs.technet.com/francesco_diaz/archive/tags/Tools/default.aspx</link><description>Tags: Tools</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Load Test</title><link>http://blogs.technet.com/francesco_diaz/archive/2008/07/25/load-test.aspx</link><pubDate>Fri, 25 Jul 2008 18:16:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3093708</guid><dc:creator>Francesco Diaz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/francesco_diaz/comments/3093708.aspx</comments><wfw:commentRss>http://blogs.technet.com/francesco_diaz/commentrss.aspx?PostID=3093708</wfw:commentRss><description>&lt;p&gt;Vi segnalo un &lt;a href="http://www.codeplex.com/SQLLoadTest" target="_blank"&gt;Load Test tool&lt;/a&gt; per Sql Server. Al momento la versione di Sql supportata è la 2005 e il software presenta alcune limitazioni&amp;nbsp; : &lt;/p&gt; &lt;h3&gt;Limitations &lt;/h3&gt; &lt;ol&gt; &lt;li&gt;Only supports code that operates against a single database with a single connection.  &lt;li&gt;Prepared statements are not supported.  &lt;li&gt;The tool cannot (yet) configure and capture the trace for you, it requires you to use the SQL Profiler yourself to get a trace. With SQL 2005 it is possible to automate this.  &lt;li&gt;Not (yet) integrated into Visual Studio or the DB Pro edition.  &lt;li&gt;The tool has only been tested in an English environment, it is unlikely to work correctly in other environments, particularly with dates. In a future version this could be resolved by requiring the ExistingConnection event class, which lists language and date format.  &lt;li&gt;The tool does not support the XML data types.  &lt;li&gt;InputOutput parameters that are initialised with a NULL cannot be distinguished from Output-only parameters, so they are treated as Output only.  &lt;li&gt;When the trace passes a NULL to a binary parameter (e.g. image, binary, varbinary) the generated code will generate a runtime error. The generated code needs to be modified to pass SqlBinary.Null. The custom code generation extensibility point can be used to work around this.  &lt;li&gt;Positional parameters passed to SQL statements (as opposed to stored procedure calls) are not supported. &lt;/li&gt;&lt;/ol&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3093708" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/francesco_diaz/archive/tags/Programmazione/default.aspx">Programmazione</category><category domain="http://blogs.technet.com/francesco_diaz/archive/tags/Sql+Server+2005/default.aspx">Sql Server 2005</category><category domain="http://blogs.technet.com/francesco_diaz/archive/tags/Tools/default.aspx">Tools</category></item></channel></rss>