Novick Software

The Novick Software web site brings you frequent articles about software development using SQL Server, .Net and related technologies.

Last Updated: Mon, 21 Jun 2010 09:28:52 -0400

SQL Azure Creating and Dropping Databases

This web video shows how to create and drop SQL Azure databases. It's up on the SQL Share site
06/21/2010 09:28 AM

Multi-Parameter Aggregate in SQL 2005

Multi-parameter aggregates can be achieved using a User-Defined Type. This article shows how.
06/21/2010 09:27 AM

SQL Server Performance with Solid State Disks (SSD)

This article summerizes my experience using Solid State Disk boards with SQL Server. The performance can be impressive for the right loads.
05/20/2010 10:35 AM

SQLCLR Table-Valued Function to list free space on the drives in your Server

This article shows how to construct a SQL CLR Table-Valued Function (TVF) that enumerates the drives on a server and reports on the available space on each drive. The article is published by MsSQLTips.
04/17/2010 04:07 PM

SQL Azure -- Relational Database in the Cloud - At Code Camp 13, Waltham Saturday March 27th at 4:20 PM

SQL Azure is Microsoft's relational database offering in the cloud. While it's similar to SQL Server 2008 there are enough differences that it's important to understand what you can and can not do with SQL Azure.
Topics: * Signing up for SQL Azure * Creating a database * Differences from SQL Server 2008 * Moving schema and data up and down from the cloud * Using the Sync Framework 2.0 to move data
03/26/2010 08:22 AM

Introduction to SQL Server Integration Services (SSIS)

This presentation and code example are an introduction to SQL Server Integration Services (SSIS) the ETL tool that is part of SQL Server 2005 and 2008. The presentation was first given at the New England Visual Basic Professionals in March 2010.
03/26/2010 08:17 AM

dba_spaceused

This article presents a stored procedure for convenient reporting of the space consumed by each table. It's uses SQL Server's sp_spaceused to compatibility but includes the schema so that like named tables can be distinguished.
06/05/2007 08:28 PM

This page was created using RSS courtesy of FeedForAll