Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 15th, 2009, 12:14 AM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default SQL Server 2008 back to 2000

Sorry for placing this post here. I have place it in the proper area however that area of the forum only has one post ever, I am afraid it may not get looked at....

I know this is a strage question however.....is it possible to get the data, SP's etc from SQL 2008 into an SQL 2000 instance????

Should I keep persisting or can it not be done?

TYIA
__________________
Wind is your friend
Matt
 
Old September 15th, 2009, 06:53 PM
Friend of Wrox
 
Join Date: Jun 2008
Posts: 1,649
Thanks: 3
Thanked 141 Times in 140 Posts
Default

Besides using linked tables, you could surely do this via ASP code, by opening two different connections in the same page. But linked tables would be *MUCH* better. Or use OPENDATASOURCE in your FROM with one of the DBs.

http://msdn.microsoft.com/en-us/libr...5(SQL.80).aspx

Here's the ref to linked servers:
http://msdn.microsoft.com/en-us/libr...9(SQL.80).aspx
 
Old September 16th, 2009, 05:12 AM
Registered User
 
Join Date: Sep 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi..
I think you should check your ASP code and sure you can get much more better result.... Thanks for sharing the post....
 
Old September 16th, 2009, 04:12 PM
Friend of Wrox
 
Join Date: Jun 2008
Posts: 1,649
Thanks: 3
Thanked 141 Times in 140 Posts
Default

I disagree with Darren.

You should *NOT* do this in ASP code, if at all possible. You lose all the security and performance that you could get if you did it 100% in SQL Server.

ASP should be a last resort answer, ONLY.
 
Old September 16th, 2009, 06:06 PM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default

Thankyou for your input. I did view ASP as a last resort, after all getting SP's lognis etc makes for a complicated approach. Scripting seems to be the best way i have found....
__________________
Wind is your friend
Matt





Similar Threads
Thread Thread Starter Forum Replies Last Post
Upgrading to SQL Server 2008 from 2000 srotondo SQL Server 2008 0 August 17th, 2009 02:08 PM
SQL Server 2008 XML speedlearner SQL Language 1 March 22nd, 2009 12:32 PM
SQL Server 2000 and SQL Server 2000 CE dparsons SQL Server 2000 1 July 31st, 2006 12:59 PM
looking for access 2000 to sql server 2000 sql/que method SQL Server 2000 0 July 7th, 2005 12:46 PM
SQL SERVER 2000 AND ACCESS 2000 ckentebe SQL Server 2000 3 June 17th, 2004 08:50 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.