Viewing 2 posts - 1 through 3 (of 3 total)
Hi!
There are lots of ways to do that. Look in this article for samples and comparison.
http://www.sqlservercentral.com/columnists/jwiner/moreonreturningasubsetofarecordset_1.asp
Good Luck
September 14, 2006 at 1:22 am
#660298
Hi there, had the same problem and the aspnet_regiis.exe also didn't work for me.
Try changing the machine.configs procesModel from
<processModel autoConfig="true" />
to ..
<processModel userName="SYSTEM" />
worked for me...
April 3, 2006 at 10:23 am
#630461