(Itzik Ben-Gan) A frequent request that pops up in public SQL Server newsgroups is how to perform base conversions. That is, you store values as character strings containing digits in a given base and want to convert them to a target base. Typically, you need to store values in a nondecimal base whe
Tag: sql server
SQL Server 2000 SP4 diagnostics help detect stalled and stuck I/O operations
A database management system (DBMS), such as SQL Server, relies on the timeliness of file input and output (I/O) operations. Any one of the following items may create stuck or stalled I/O problems. These problems can quickly have an adverse affect on SQL Server responsiveness and performance: •
Custom Component UI
(Kirk Haselden) We’ve been seeing a heightened interest among SSIS customers in writing custom components as they move from understanding the basic IS concepts to more advanced ones. The question has come up more than once, “Why is the UI code separated from the component code?” Not everyone notices
Semicolons in T-SQL
(Andrew Novick) A few weeks ago I got a message with a question from a reader. The reader had a performance problem with a UDF and asked if I would take a look at it.
SQL and Database Design for web development – Chapter I
(Sérgio Fontes) In this series of articles I want to analyze and describe database and query development for web solutions, as development technology we will use SQL and Microsoft SQL Server 2000 as the database engine. On this first article I want to give special emphasis on the Database design and
Checklist: Backing up SQL Server
The key to a successful recovery in the event of a database crash — or worse yet — a system crash, is to have the key elements for SQL Server backups in place. SQL Server offers many options for performing backups and the following checklist highlights some of the more important options to think a
Building cross-tab queries using Access
(Arthur Fuller) Cross-tab queries are an extremely common requirement in database applications. Given SQL Server’s stability, performance, and range of tools, it is surprising that no facility is provided for building cross-tab queries. But before I demonstrate how to build cross-tab queries, I’ll r
How to send e-mail notifications when new records are added to a table
(Serdar Yegulalp) In various scenarios, an administrator may want to have e-mail notifications sent out when there are updates for a particular table, i.e., when new records are added or when existing records are changed or deleted. (R)
Data Cleansing Applications with SQL Server Integration Services
Data quality is a critical issue in data integration. Donald Farmer introduces the data quality features of SQL Server Integration Services with demos that show how to use the Fuzzy Lookup component for inexact matching and how to use Data Mining within the data integration process.
SQL Server 2005 – SQL Server Integration Services – Part 2
(Marcin Policht) In the first article of this series, we presented the basic concepts relevant to understanding SQL Server 2005 Integration Services, which is the primary mechanism for Extraction, Transformation, and Loading (ETL) functionality available in SQL Server 2005. We also provided a quick
