Re: Security violation by my host
- From: "Mike" <no@xxxxxxxxx>
- Date: Wed, 18 Apr 2007 11:47:41 +0100
Hi,
Cannot answer your question directly as you need legal advice however in the
mean time I would sugest adding encryption to you stored procedure as
follows:
CREATE PROCEDURE MyProcedure @Pramr1 int, @AnotherParam nvarchar(10), ....
WITH ENCRYPTION
AS
.SQL code
GO
This will encrypt the SP in the database so if anyone opens it will be
unreadable. A word of warning make sure you have the SP code some where
safe.
- Mike
---------------------------------------------------------------------------------
<a href="http://www.cogitar.net"> Cogitar Software. (
http://www.cogitar.net ) </a>
http://www.cogitar.net Cogitar Software. (Software Development and Managment
Systems)
http://www.web-dominion.co.uk Web-Dominion. (Web Design and hosting )
http://shop-dominion.com (senery landscape pictur gallery)
---------------------------------------------------------------------------------
"Jenny" <barroli@xxxxxxxxxx> wrote in message
news:evmGLKdfHHA.4636@xxxxxxxxxxxxxxxxxxxxxxx
Hi!
Can somebody tell me if I have the right to sue my hosting company that is
keeping my SQL Server DB on one of its shared servers as I found out that
all other clients that are hosted on the same server as me have access to
my stored procedure codes and tables structures.
They can't actualy see inside all my tables I think but I can't be sure as
I could actually open one of other user's tables (just 1 in the whole DB)
to see if they set any permissions.
Isn't my sp code supposed to be protected?
And I'm not even sure what else the other users can do to my DB as I
haven't tried much to penetrate other users' property but I'm sure that a
skillful SQL Server admin can access what he wants in a DB like this.
I stored hundreds of credit cards in one of my tables (not anymore as I
hashed them) and I don't even know if they had been already stolen or not.
There should be a law against all that or am I mistaking.
Thank you.
Jenny
.
- Follow-Ups:
- Re: Security violation by my host
- From: Erland Sommarskog
- Re: Security violation by my host
- References:
- Security violation by my host
- From: Jenny
- Security violation by my host
- Prev by Date: Re: How secure is the 2005 Management Studio?
- Next by Date: Re: How secure is the 2005 Management Studio?
- Previous by thread: Re: Security violation by my host
- Next by thread: Re: Security violation by my host
- Index(es):
Relevant Pages
|