Can we still run our DTS package on SQL 2000 to pull data from a SQL 2005 database with compatibility level set to "SQL Server 2005 (90)" ??

link|improve this question

40% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Yes, you can.

That said, there were some new datatypes introduced in 2005 (off the top of my head, XML and VARCHAR(MAX), plus user defined types) - so you'll have to look out for those as they would cause a problem.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.