Dear Experts,
we are facing in our organization an audit issue with excel as most of our reports are connected directly to SQL server.
the risk that has been raised by audit is that in the connection string and the user name and password are visible.
we are following this method for our automation reports as when we generate a report and we connect this report to SQL the user will be able to refresh it once the data in SQL is refreshed.
the message in connection string is shown as below:
PS: i will put fake user id and IP
connection string:
Provider=SQLOLEDB.1;Password=FAKEPASSWORD;Persist Security Info=True;User ID=xx_fake ;Initial Catalog=BI;Data Source=100.10.65.85,8966;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=W1111111;Use Encryption for Data=False;Tag with column collation when possible=False
my question is there a way that we can keep this connection but either hide it or encrypted.
thank in advance.
Regards,
Nader
we are facing in our organization an audit issue with excel as most of our reports are connected directly to SQL server.
the risk that has been raised by audit is that in the connection string and the user name and password are visible.
we are following this method for our automation reports as when we generate a report and we connect this report to SQL the user will be able to refresh it once the data in SQL is refreshed.
the message in connection string is shown as below:
PS: i will put fake user id and IP
connection string:
Provider=SQLOLEDB.1;Password=FAKEPASSWORD;Persist Security Info=True;User ID=xx_fake ;Initial Catalog=BI;Data Source=100.10.65.85,8966;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=W1111111;Use Encryption for Data=False;Tag with column collation when possible=False
my question is there a way that we can keep this connection but either hide it or encrypted.
thank in advance.
Regards,
Nader