Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Wikipedia:Reference desk/Archives/Computing/2019 March 13

From Wikipedia, the free encyclopedia
Computing desk
< March 12 << Feb | March | Apr >> March 14 >
Welcome to the Wikipedia Computing Reference Desk Archives
The page you are currently viewing is a transcluded archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages.


March 13

[edit]

Encrypting SQL Server database

[edit]

I have a large SQL Server Database in my PC. I feel it is time to start encrypting it. Any suggestions? Thanks, - AboutFace 22 (talk) 19:59, 13 March 2019 (UTC)reply

@AboutFace 22: Check out Whole disk encryption and also this article from Microsoft on the topic: . RudolfRed (talk) 20:32, 13 March 2019 (UTC)reply
The easy way is to use Veracrypt to create an encrypted volume, and keep your database on that encrypted volume. --Guy Macon (talk) 06:36, 14 March 2019 (UTC)reply