<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.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>:: function calling sequence deprecated</title><link>http://sqlblog.com/blogs/greg_low/archive/2009/02/05/function-calling-sequence-deprecated.aspx</link><description>Another item that I've seen used a lot which is now deprecated is the :: function calling sequence. If you have code like: SELECT * FROM :: fn_virtualfilestats ( 2 , 1 ); You should now instead be coding it as: SELECT * FROM sys . fn_virtualfilestats</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>re: :: function calling sequence deprecated</title><link>http://sqlblog.com/blogs/greg_low/archive/2009/02/05/function-calling-sequence-deprecated.aspx#11729</link><pubDate>Thu, 05 Feb 2009 09:16:58 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:11729</guid><dc:creator>colin leversuch-roberts</dc:creator><description>&lt;p&gt;well it sort of makes more sense .. I guess I'd already encountered this but as I can never remember how to call functions in a select I tend to go through the various options until it works!&lt;/p&gt;</description></item><item><title>re: :: function calling sequence deprecated</title><link>http://sqlblog.com/blogs/greg_low/archive/2009/02/05/function-calling-sequence-deprecated.aspx#11732</link><pubDate>Thu, 05 Feb 2009 13:20:56 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:11732</guid><dc:creator>James Luetkehoelter</dc:creator><description>&lt;p&gt;This makes sense to me if it is a truly a table-value function (like sys.dm_db_index_physical_stats), but if it is a scalar function that replaces a server &amp;quot;function&amp;quot; like @@servername, I see no sense in this. To me this muddles the concept of the original @@servername scalar system functions with the system functions like the dm views (which are sometimes table-valued functions).&lt;/p&gt;</description></item></channel></rss>