[Tfug] Let's play "ID this code"! (serious issue actually)

Glen Pfeiffer glen at thepfeiffers.net
Sun Aug 23 11:34:02 MST 2009


On Sat Aug 22, 2009 at 09:41:16PM -0700, Jim March wrote:
> BEGIN
> 	DECLARE @Out 	varchar(200)	-- Final output:
> 							-- Concatenated ContestIDs + RotationOrders
> 	,	@OutCon 	varchar(100)	-- Concatenated ContestIDs
> 	,	@OutRot 	varchar(100)	-- Concatenated RotationOrders

The code is Microsoft Transact SQL. No doubt about it. So the 
file is a backup from some version of Microsoft SQL Server. Zack 
is spot on regarding versions. A safe bet is to try to restore 
(that's the feature you'll use) it in a SQL 2005 database server. 
If it is from a SQL 2000 server, it should still work fine.

-- 
Glen 





More information about the tfug mailing list