Showing posts with label executexmlreader. Show all posts
Showing posts with label executexmlreader. Show all posts

Friday, March 30, 2012

MSDE and ExecuteXmlReader()

Is it possible to use ExecuteXmlReader() with MSDE, I've eard tis method was only available with SQLServer...
JeffMSDE includes jutst about all of the functionality of the Standard Edition but with a special development and test end-user license agreement (EULA) that prohibits production deployment.

So, just about anything you can do with the Standard Edition you can do with MSDE.

Check out theChoosing an Edition of SQL Server 2000 whitepaper.

Terri