(Shyam Pather) In this chapter, you’ll see your first SQL-NS application: a stock notification service similar to those offered by many real-world stockbrokers. The application allows subscribers to enter subscriptions for stocks in which they are interested and notifies them when those stocks cross
Tag: sql server
Row Count Plus Transformation
(Konesans Ltd) As the name suggests we have taken the current Row Count Transform that is provided by Microsoft in the Integration Services toolbox and we have recreated the functionality and extended upon it. There are two things about the current version that we thought could do with cleaning up
System and Storage Configuration for SQL Server
(Joe Chang) A proper, technically correct system and storage sizing assessment of a SQL Server system and storage configuration needs to consider a broad range of CPU, memory and IO usage analysis. The cost of this assessment might be $10-20K with proper accounting for personnel time, depending on t
SQL Server 2005 TableDiff Utility
(Muthusamy Anantha Kumar) One of the many command line utilities that came with SQL Server 2005 is the TableDiff utility. Although this utility is primarily designed for comparing replicated tables, we can take advantage of its functionality to compare tables. The objective of this article is to dem
Displaying the Sizes of Your SQL Server’s Database’s Tables
(Scott Mitchell) In my day-to-day work as a writer, trainer, and consultant, I usually wear the ASP.NET developer hat, focusing on designing the middle-tier and front-end portions of ASP.NET applications with my exposure to the database usually being limited to data modeling and writing queries/stor
Pitfalls of using T-SQL cursors
(Hilary Cotter) Conventional wisdom states that cursors are evil! A cursor is a memory resident set of pointers that reference data in your result set or, more accurately, the data in the base tables. Cursors have a bad reputation because they are typically the favorite hammer of every junior SQL de
SQL Server 2005 Upgrade Advisor
(Gregory A. Larsen) Have you started looking at what issues you might have migrating your existing applications to SQL Server 2005? If not then maybe as a first step, you should consider looking into what the SQL Server 2005 Upgrade Advisor can do for you. This article will discuss what the Upgrade
SQL Server Performance: Query Tuning vs. Process Tuning
(Nils Bevaart) In the different projects where I perform a performance audit or am involved in performance tuning, I often find that while queries and stored procedures function correctly, they are not efficient in processing larger data sets. Many OLTP databases are set up as OLAP databases to hand
FIX: Error message when you try to install SQL Server 2000 Service Pack 4 on a SQL Server 2000 cluster
When you try to install Microsoft SQL Server 2000 Service Pack 4 (SP4) on a SQL Server 2000 cluster, the installation may fail. Additionally, an error message that is similar to the following may be logged in the SqlspX.log file: C:DOCUME~1ADMINI~1LOCALS~1TempSqlSetup Binscm.exe -Silent 1 –
SQL Server 2005: When and how to use Database Snapshots
(Greg Robidoux) SQL Server 2005 offers many features that did not exist in previous versions of the product. One such feature is Database Snapshots. Database Snapshots allows you to create a read-only copy of your database that can be used for other purposes, such as reporting, auditing or recoverin
