More on Returning a Subset of a Recordset
Last week's tip created quite a discussion on different techniques for returning a subset of a recordset.
Here are a few of the alternative solutions offered.
Last week's tip created quite a discussion on different techniques for returning a subset of a recordset.
Here are a few of the alternative solutions offered.
Early in September Andy posted an article that explained how to use DMO to reattach a lot of MDF's in a hurry AND challenged our readers to accomplish the same task in T-SQL. Today we announce the winning solution!
This is an update to a recent article that provides a step-by-step guide to clustering SQL Server 2000 and Windows 2000.
Pre-sliced peanut butter is on its way to U.S. store shelves in test markets - fact or fiction??
Download the source code today for a great method for SQL Server live monitoring.
If you are like me, you probably get lots of telemarketing calls. Here's a good one to use the next time you get called by a phone company.
This article examines some of the undocumented stored procedures that exist in SQL Server 7.0
A look at files and filegroups in SQL Server 7.0, including some optimization tips.
Learn how to take advantage of AWE memory to boost the performance of SQL Server 2000.
Tired of lugging all those reference books around? Check out this site that is sure to find a permanent home in your favorites list.
In this step-by-step tutorial, learn how to run MySQL, PostgreSQL, MongoDB, and other stateful...
By Steve Jones
The 11th episode is now live, recorded a few weeks ago at the PASS...
By Steve Jones
mornden – n. the self-container pajama universe shared by two people on a long...
Hi everyone My SSIS package does a bulk insert of csv files into a...
Dipping my toes into the waters of Azure and of course before I get...
Comments posted to this topic are about the item Announcing SQL Server 2025
Can you run this code in any of your SQL Server 2019 databases without error?
CREATE OR ALTER PROCEDURE [dbo].[StevesAmazingProc] AS SELECT Consumer_ID , Trend_Category , Bit_Trace FROM NewWorldDB.dbo.MarketTrend; GOSee possible answers