In this article http://download.microsoft.com/download/f/1/0/f10c4f60-630e-4153-bd53-c3010e4c513b/ReadmeSQLEXP2005.htm , it explains that you must fully enable the security settings to allow use of transaction processing for a SqlExpress database. Is there a way to set these option in a setup? Or is there another way to use transaction processing without setting these options?
Thanks
Dave T
I'm not aware of any way to control this using the SQL setup program. You could always write a wrapper that programmatically makes these changes to the MSDTC service security settings, but that's outside the scope of this forum. (And my knowledge!)
Mike
No comments:
Post a Comment