Tag: sql server

Community

You receive error messages when you try to back up a SQL Server 2000 database to a tape drive after you format and use the tape drive for backups in Windows Server 2003

Consider the following scenario. You format a tape drive in Microsoft Windows Server 2003. You use this tape drive to back up Windows Server 2003 by using the Ntbackup.exe program. Then you try to back up a Microsoft SQL Server 2000 database to the same tape drive. In this scenario, you may receive

Community

A Note on SQL Aggregates

(Andrew Novick) In a recent article I showed how to create a User Aggregate function SQL Server 2005 using the .Net CLR. Recently I got a note from Joe Celko about producing the aggregate with SQL instead of resorting to CLR programming. Joe isn’t enthusiastic about running non-SQL code inside of