Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Safety of sql on website host or buy private sql server

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-02-14 : 09:28:04
Ann writes "Our travel nurse company needs a safe sql server for sensitive employee information. One database developer tells us we must have our own private server and another said we can use the sql server provided by our website host, IPowerWeb. As their web designer I am concerned about the cost of mantaining a private sql server, power outages, and repairs. This business is just starting out and can't afford a lot. They aren't very tech savy either. Please advise us in which way to go.
Thank you, Ann Yearsley"

activecrypt
Posting Yak Master

165 Posts

Posted - 2006-02-15 : 03:41:30
Hi,
as security is concern , their are some points to be noted :
1). File System of the Server must be NTFS
2). Strengthen Password Mechanism
3). Port no should be different then regular 1433 etc.

if you are planning to buy a sql server you have to ask to your software vendor for its price.


Andy Davis
Sql Shield Team
--------------------------------------------
SQL Server Encryption Software
http://www.sql-shield.com
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2006-02-15 : 04:22:44
If you have a managed server the provider will [probably!] still have enough access to the see database.

If you have a NON managed server you will have to take care of all windows vulnerability patches etc.

We have all our SQL boxes with a Big Hosting Company, as managed servers, as we can then stop worrying about security! However, we do have to trust them, and our contract with them does include that requirement (although I realise that the greater the abstraction the greater the risk)

Kristen
Go to Top of Page
   

- Advertisement -