HiJust looking for any observations of best practice.. We're planning to put the State database on a server in the same tier as the web servers - the reason being to cut the traffic through the main firewall between the web farm and the sql cluster which currently holds the state database.I'm not planning to use in memory.It appears I should make sure the connection string ( or the connections ) from the web servers to the database server is encrypted .. being a DBA I have to admit this isn't an area I'm very strong in. Normal paranoia about data security etc. etc. so any observations or advice would be appreciated.It's SQL 2014 STDthanks
↧