Re: Secure data in SQL Server 2005 Mobile Edition
- From: "Ginny Caughey [MVP]" <ginny.caughey.online@xxxxxxxxxxxxxx>
- Date: Mon, 16 Jul 2007 07:19:57 -0400
The size is the same whether it's encrypted or not. I used the Northwind database for my tests but the larger AdventureWorks one might also make an interesting test.
I think the best way to get answers for your specific case would be to build encrypted and non-encrypted databases with the schema you need and run a few simple tests for yourself. Frankly the reason I didn't spend more time doing thorough testing was that I think if you need encryption, then you neeed it and whatever the perf hit, well that's the price you pay. Still I was pleased to find the hit was a small one in my tests.
--
Ginny
"AimlessZombie" <AimlessZombie@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:2B849C1A-0785-4C8B-BD52-9DFDB4359A80@xxxxxxxxxxxxxxxx
What about the database size?
"Ginny Caughey [MVP]" wrote:
I didn't test it with different schemas. The hit on the device was between
8-10% for most operations. On the desktop it was barely measurable.
--
Ginny
"AimlessZombie" <AimlessZombie@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:428B5E6D-B41C-428A-BC94-9BF040568FDE@xxxxxxxxxxxxxxxx
> Thanks for your reply.
>
> Not exactly that I wanted a more complicated encryption, but i was > worried
> about the performance hit for encrypting the whole database.
>
> Can I ask what is the size of the database you tested with? Also, would
> the
> performance hit be affected by the database schema?
>
> "Ginny Caughey [MVP]" wrote:
>
>> Encryption in SQL Mobile is at the database level only. In my testing >> the
>> performance hit for using encryption is quite low, and using an >> encrypted
>> database is as easy as providing a password in the connection string, >> so
>> I'm
>> not sure why you'd want something more complicated than that.
>>
>> -- >> Ginny
>>
>>
>> "AimlessZombie" <AimlessZombie@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
>> message
>> news:721B8943-84FA-41DF-8AFB-633C0A85F1DA@xxxxxxxxxxxxxxxx
>> >I understand that it is possible to encrypt a database in SQL Server
>> >2005
>> > Mobile Edition. But I do not want to encrypt the entire database.
>> > Instead
>> > I
>> > just want to encrypt only selected data in the database.
>> >
>> > Can this be done in Mobile Edition? If yes, how to do it and is >> > there
>> > any
>> > reference sites?
>> >
>> > Many thanks.
>>
.
- Follow-Ups:
- Re: Secure data in SQL Server 2005 Mobile Edition
- From: AimlessZombie
- Re: Secure data in SQL Server 2005 Mobile Edition
- References:
- Re: Secure data in SQL Server 2005 Mobile Edition
- From: Ginny Caughey [MVP]
- Re: Secure data in SQL Server 2005 Mobile Edition
- Prev by Date: Re: Secure data in SQL Server 2005 Mobile Edition
- Next by Date: Both SQL Server CE 2.0 and SQL Server Mobile clients to SQL Server 2000 SP3a - Initial snapshot problem
- Previous by thread: Re: Secure data in SQL Server 2005 Mobile Edition
- Next by thread: Re: Secure data in SQL Server 2005 Mobile Edition
- Index(es):
Relevant Pages
|
Loading