M
mickieparis
Hello,
I’m creating a component (dll) that will run on a component server
that needs to connect to MS SQL server and retrieve data. The
connection needs to be made via Integrated Security. I’ve created
components in the past that used a connection string that specified
the user name and password but never Integrated Security. With the
user name/pw conn string I just needed to make sure that user had
access to the sql server and the database and all worked well. Now
with SSPI do I need to create a windows account in the domain just for
the component and give that account access to sql sever and the db? I
don’t want the component to run under my account or any real person’s
account. Is that how most firms setup components that need to use
SSPI? Also, how do setup the dll to make sure it runs under that
account?
Thanks.
Michelle
I’m creating a component (dll) that will run on a component server
that needs to connect to MS SQL server and retrieve data. The
connection needs to be made via Integrated Security. I’ve created
components in the past that used a connection string that specified
the user name and password but never Integrated Security. With the
user name/pw conn string I just needed to make sure that user had
access to the sql server and the database and all worked well. Now
with SSPI do I need to create a windows account in the domain just for
the component and give that account access to sql sever and the db? I
don’t want the component to run under my account or any real person’s
account. Is that how most firms setup components that need to use
SSPI? Also, how do setup the dll to make sure it runs under that
account?
Thanks.
Michelle