hi,
currently i'm using a SQL mdf file that i connect using a connection string.
the connection string looks like this
"Data Source=.\SQLEXP RESS;AttachDbFi lename="c:\data basename.mdf;In tegrated Security=True;C onnect Timeout=30;User Instance=True"
im installing the software in a company that has alot of computers.
each computer will have the software installed
however the database will be on one computer or on a network drive e: or f:
how can i create a secure SQL server?
how should the connection string be like to connect to this SQL server?
currently i'm using a SQL mdf file that i connect using a connection string.
the connection string looks like this
"Data Source=.\SQLEXP RESS;AttachDbFi lename="c:\data basename.mdf;In tegrated Security=True;C onnect Timeout=30;User Instance=True"
im installing the software in a company that has alot of computers.
each computer will have the software installed
however the database will be on one computer or on a network drive e: or f:
how can i create a secure SQL server?
how should the connection string be like to connect to this SQL server?
Comment