(Vinod Kumar) This is yet another cool feature in SQL Server Yukon .It has been in the SQL Server 2000 wish list for quite sometime. But I am excited to see this T-SQL enhancement make it into the SQL Server 2005 version for sure. What is this requirement? It is to generate a pseudo column as the qu
Tag: sql server
Review: SQL Trace Manager
(Dale Elizabeth Corey) Ever wanted to create you own server-side SQL Server trace without having to run internal system procedures to define the server-side trace and having to specify numbers for events and data columns? Well, SQL Trace Manager (a SQL Enterprise Manager extension snap-in) is a conv
Using an ADO.NET DataSet as a Reporting Services Data Source
(Christa Carpentiere) Learn how to build a data processing extension for Reporting Services that enables you to use an ADO.NET DataSet as a data source.
OSQL Utility
(Don Schlichting) This article will explain and define the OSQL utilities ability to run scripts for administration and batch work when using Microsoft SQL Server.
Waiting for Yukon
(Michael Otey) Competition in the database arena has never been fiercer. Remember the year 2000? Clinton was in the White House, the tech economy was booming, and Microsoft had just released SQL Server 2000. The new SQL Server release quickly broke through the wall from department-level to enter
Automating ‘Generate SQL Script’
(Muthusamy Anantha Kumar) MAK examines how to automate the ‘Generate SQL Script’ by using a stored procedure to take advantage of ‘scptxfr.exe’ provided by Microsoft.
Fighting OS-Level Fragmentation
(Brian Moran) I’ve read about how fragmentation at the SQL Server level can hurt my queries’ performance. I understand how to look for fragmentation within my SQL Server tables by using the DBCC SHOWCONTIG command. However, should I also worry about fragmentation at the OS level? (R,$)
Tutorial: Adding Conditional Formatting into Reporting Services
(Brian Knight) Last week, we discussed how to create your first report in Microsoft SQL Server Reporting Services. The report we created was a status report on SQL Server Agent jobs. The report we created was from the template and was very crude looking because of it. In this short article, we’re go
Data restriction using CHECK constraints
(Barrie Sosinsky) You can use one or more CHECK constraints to limit the data that can be entered into your tables or column. A CHECK evaluates a Boolean equation and determines if the data either matches or doesn’t match the condition. While a CHECK constraint doesn’t provide the programming logic
Streamline Your Database Setup Process with a Custom Installer
(Alek Davis) If you ever had to install, repair, or upgrade a large database, you must know that database setup can be a daunting process, one that is especially prone to human error. Mishaps such as skipping an upgrade script or forgetting to recompile a new version of a stored procedure can ha
