<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>SqlShare.com - Feed for anovick</title><link>http://www.sqlshare.com</link><description>Andrew Novick is a SQL Server consultant building business solutions with the Microsoft tools.  His expertise in database design, T-SQL coding, SQL Server security, database performance tuning, and database partitioning can be a valuable asset to many projects.   Andrew Novick also offers training and mentoring services to relevant projects.  His writing on computing can be seen at his web site http://www.NovickSoftware.com and many videos can be seen here on JumpStart TV</description><ttl>1440</ttl><item><title>SQL Azure Pricing and Billing</title><link>http://www.sqlshare.com/SQLAzurePricingandBilling_785.aspx</link><guid isPermaLink="true">http://www.sqlshare.com/SQLAzurePricingandBilling_785.aspx</guid><description>SQL Azure isn&#39;t just a database in the cloud, it&#39;s database services billed as a utility, and that means you&#39;re going to get a bill each month. Andy does a great job of explaining the basics of pricing and also shows you how to monitor your usage on a day to day basis, good way to avoid end of month billing surprises!</description><pubDate>Mon, 28 Jun 2010 00:00:00 EST</pubDate></item><item><title>Firewall Configuration for SQL Azure</title><link>http://www.sqlshare.com/FirewallConfigurationforSQLAzure_777.aspx</link><guid isPermaLink="true">http://www.sqlshare.com/FirewallConfigurationforSQLAzure_777.aspx</guid><description>Once you&#39;ve set up a SQL Azure server you&#39;re all ready to go, right? Not quite. You&#39;ve got to decide what IP addresses can connect to it. Not hard, but maybe not expected either for those of us used to working within a corporate zone where such things are already handled. Luckily it&#39;s not hard to do as you&#39;ll see in this great demo!</description><pubDate>Sun, 13 Jun 2010 00:00:00 EST</pubDate></item><item><title>SQL Azure - Adding and Dropping Databases</title><link>http://www.sqlshare.com/SQLAzureAddingandDroppingDatabases_781.aspx</link><guid isPermaLink="true">http://www.sqlshare.com/SQLAzureAddingandDroppingDatabases_781.aspx</guid><description>Its funny how even the smallest video can yield some unexpected learning. CREATE and DROP work pretty much as expected, but did you know that there is a db_manager role you can assign users to if you need to delegate those tasks? Or that if you create a database and drop it, you still get charged for one day?</description><pubDate>Sun, 13 Jun 2010 00:00:00 EST</pubDate></item><item><title>Connecting to SQL Azure Using Various Tools</title><link>http://www.sqlshare.com/ConnectingtoSQLAzureUsingVariousTools_782.aspx</link><guid isPermaLink="true">http://www.sqlshare.com/ConnectingtoSQLAzureUsingVariousTools_782.aspx</guid><description>So far we&#39;ve built a database on Azure and set the firewall rules, how you manage it remotely? Andy demonstrates connecting using SQL 2008 R2 Management Studio and SQLCmd, then changes to Visual Studio 2010 and shows how that works as well. Note the use of SQLCmd - little trick there in the user name, and while the password can be specified in the command line, Andy did not so that he could enter the password with you seeing it!</description><pubDate>Sun, 13 Jun 2010 00:00:00 EST</pubDate></item><item><title>Query Differences in SQL Azure</title><link>http://www.sqlshare.com/QueryDifferencesinSQLAzure_783.aspx</link><guid isPermaLink="true">http://www.sqlshare.com/QueryDifferencesinSQLAzure_783.aspx</guid><description>Did you know that you can use USE? Or that SELECT INTO doesn&#39;t work? There are some definite differences between what we can do in the &#39;standard&#39; SQL Server and what we can do in Azure. Nothing that can keeps us from getting work done, but seeing them here will reduce the learning curve and frustration level when you launch your first Azure project!</description><pubDate>Sun, 13 Jun 2010 00:00:00 EST</pubDate></item><item><title>Introduction to SQL Azure</title><link>http://www.sqlshare.com/IntroductiontoSQLAzure_764.aspx</link><guid isPermaLink="true">http://www.sqlshare.com/IntroductiontoSQLAzure_764.aspx</guid><description>The first step in working with SQL Azure is to set up an account and provision a server. It only take a couple of minutes and when you&#39;re done you&#39;ll have a server name and a full fledged DNS path to it as well. We&#39;ll have more on this topic soon!</description><pubDate>Mon, 17 May 2010 00:00:00 EST</pubDate></item><item><title>Using a UDF in a Computed Columns</title><link>http://www.sqlshare.com/using-computed-columns-in-udfs_600.aspx</link><guid isPermaLink="true">http://www.sqlshare.com/using-computed-columns-in-udfs_600.aspx</guid><description>Computed columns are a way to add virtual columns to a table and can be a powerful technique (when used appropriately). In this video function wizard Andy Novick shows you how to go beyond simple expressions in a computed column by using a user defined function as part of the definition. Worth watching!</description><pubDate>Wed, 28 Jan 2009 00:00:00 EST</pubDate></item><item><title>Error Handling with UDF&#39;s</title><link>http://www.sqlshare.com/error-handling-with-udfs_601.aspx</link><guid isPermaLink="true">http://www.sqlshare.com/error-handling-with-udfs_601.aspx</guid><description>User defined functions have some limitations and quirks when it comes to error handling, and in ways you might not expect! Andy Novick has put together a great illustration of the differences in error handling between stored procedures and user defined functions.</description><pubDate>Wed, 28 Jan 2009 00:00:00 EST</pubDate></item><item><title>Inline UDF&#39;s in SQL Server</title><link>http://www.sqlshare.com/inline-udfs-in-sql-server_602.aspx</link><guid isPermaLink="true">http://www.sqlshare.com/inline-udfs-in-sql-server_602.aspx</guid><description>View or function, which should you use? Inline user defined functions are definitely interesting easy to learn how to use. Join Andy Novick for the quick intro that will have you creating these functions in no time at all!</description><pubDate>Wed, 28 Jan 2009 00:00:00 EST</pubDate></item><item><title>Multistatement UDF&#39;s in SQL Server</title><link>http://www.sqlshare.com/multistatement-udfs-in-sql-server_603.aspx</link><guid isPermaLink="true">http://www.sqlshare.com/multistatement-udfs-in-sql-server_603.aspx</guid><description>Multistatement user defined functions are an interesting way to package and reuse code. This video by well known author Andy Novick shows you what multistatement user defined functions are and how to create them in your SQL Server database. Worth watching!</description><pubDate>Wed, 28 Jan 2009 00:00:00 EST</pubDate></item><item><title>Scalar UDF Parameters Explained</title><link>http://www.sqlshare.com/scalar-udf-parameters-explained_604.aspx</link><guid isPermaLink="true">http://www.sqlshare.com/scalar-udf-parameters-explained_604.aspx</guid><description>In this video Andy explain how parameters are called &quot;by value&quot; in user defined functions.</description><pubDate>Wed, 28 Jan 2009 00:00:00 EST</pubDate></item><item><title>Data Access with Scalar UDF&#39;s</title><link>http://www.sqlshare.com/data-access-with-scalar-udfs_605.aspx</link><guid isPermaLink="true">http://www.sqlshare.com/data-access-with-scalar-udfs_605.aspx</guid><description>This video shows you how to use data access inside of a scalar user defined function </description><pubDate>Wed, 28 Jan 2009 00:00:00 EST</pubDate></item><item><title>What is a Scalar UDF?</title><link>http://www.sqlshare.com/what-is-a-scalar-udf_606.aspx</link><guid isPermaLink="true">http://www.sqlshare.com/what-is-a-scalar-udf_606.aspx</guid><description>SQL Server allows us to create several different types of user defined functions to let us reuse code. Andy Novick explains what a scalar UDF is and provides some great examples of how to create and use them.</description><pubDate>Wed, 28 Jan 2009 00:00:00 EST</pubDate></item><item><title>SQL Server System Functions</title><link>http://www.sqlshare.com/sql-server-system-function_607.aspx</link><guid isPermaLink="true">http://www.sqlshare.com/sql-server-system-function_607.aspx</guid><description>This video introduces some of the system functions like fn_virtualfilestats and fn_listextendedproperty. Some of these have been replaced by system tables in SQL 2005 and later, but you can still use them and they may already be in use in code you own!</description><pubDate>Wed, 28 Jan 2009 00:00:00 EST</pubDate></item><item><title>User Defined Functions Metadata</title><link>http://www.sqlshare.com/user-defined-functions-metadata_608.aspx</link><guid isPermaLink="true">http://www.sqlshare.com/user-defined-functions-metadata_608.aspx</guid><description>This video shows you how to use the metadata for user defined functions in SQL Server.</description><pubDate>Wed, 28 Jan 2009 00:00:00 EST</pubDate></item><item><title>User Defined Function Tips</title><link>http://www.sqlshare.com/user-defined-function-tips_609.aspx</link><guid isPermaLink="true">http://www.sqlshare.com/user-defined-function-tips_609.aspx</guid><description>This video gives you some information about how to structure UDF&#39;s, naming UDF&#39;s and the proper way to use comments in UDF&#39;s - all great tips from Andy Novick, the SQL function man!</description><pubDate>Wed, 28 Jan 2009 00:00:00 EST</pubDate></item><item><title>Testing User Defined Functions (UDF&#39;s)</title><link>http://www.sqlshare.com/testing-udfs_610.aspx</link><guid isPermaLink="true">http://www.sqlshare.com/testing-udfs_610.aspx</guid><description>DBA&#39;s tend to think of testing as something done by testers! In this video Andy Novick discusses why he writes simple tests for all his user defined functions and gives you a view into why those tests are useful both now and later.</description><pubDate>Wed, 28 Jan 2009 00:00:00 EST</pubDate></item><item><title>You Can&#39;t Do That with UDF&#39;s</title><link>http://www.sqlshare.com/you-cant-do-that-with-udfs_611.aspx</link><guid isPermaLink="true">http://www.sqlshare.com/you-cant-do-that-with-udfs_611.aspx</guid><description>User defined functions are useful, but sometimes promise more than they can deliver. Just like Clint, a UDF has to know it&#39;s limitations, and so do you. Andy Novick does a great job of showing you live the limitations of user defined functions (and visit his profile to see many other great function focused videos).</description><pubDate>Wed, 28 Jan 2009 00:00:00 EST</pubDate></item></channel></rss>