Viewing 4 posts - 1 through 4 (of 4 total)
After much searching I found the solution. When I install my application I need to give the system user "Network Service" permissions to the data directory where the databases are...
January 2, 2014 at 1:36 pm
I tried to change the connection string for xp to have no user login, but it then fails if another user (even with admin permissions) tries to run the application...
December 30, 2013 at 8:40 am
If I am reading the bootstrap statement correctly, this should be mixed mode:
Arguments='/q /hideconsole /action=Install /features=SQL /instancename=SQLEXPRESS
/enableranu=1 /sqlsvcaccount="NT Authority\NetworkService"
/AddCurrentUserAsSqlAdmin /skiprules=RebootRequiredCheck
/IAcceptSQLServerLicenseTerms /SECURITYMODE="SQL" /SAPWD="xxxx"'
December 30, 2013 at 6:26 am
First off, I have started doing some testing and have found that if I don't use the user "sa" and password in the connection string on XP it allows my...
December 30, 2013 at 5:46 am
Viewing 4 posts - 1 through 4 (of 4 total)