Viewing 12 posts - 46 through 58 (of 58 total)
perhaps these 2 can help getting you started:
SQL Server 2005 Books Online: How To: Encrypt a Column of Data
or a sql server central article:
http://www.sqlservercentral.com/articles/SQL+Server+2005+-+Security/sql2005symmetricencryption/2291/
September 15, 2009 at 8:46 am
i wondered about what i missed. i learned some time ago that you (as in me) can think you know a lot ... but later to learn you (me again)...
September 15, 2009 at 8:23 am
george sibbald (9/15/2009)
September 15, 2009 at 8:02 am
about the tempdb ... that's a "it depends". it mostly depends on how much your tempdb is used.
if your upgrading your sql box and the behaviour stays the same...
September 15, 2009 at 3:44 am
george sibbald (9/12/2009)
September 15, 2009 at 3:21 am
i wonder about which version of sql your talking about ? 2000 ? and if it's 2005/2008 how you got the db on the server.
cause for restores in sql 2005...
September 15, 2009 at 2:20 am
i read 2 types of books:
books that give you a "helicopter view"and books that dives deep into the material. the latter is the "inside sql server" series.
the issue with some...
March 23, 2009 at 10:10 am
And yes, the whole troubles arose from a severe disk problem, when two disks of a four disk RAID 5 system crashed within 24 hours
the application worked fine, and everybody...
July 1, 2008 at 8:15 am
did you only fix the msdb database or were you able to find out the cause of the corruption ?
else you may run into it again ... i have my...
July 1, 2008 at 7:43 am
what about:
select distinct to a temp table
truncate source table
get the temp table data back in
or
select distinct from a to b
drop a
rename b to a
?
there is no info about the size...
July 1, 2008 at 6:03 am
i learned one simple lesson:
everybody has his / her own opinion about things. i can think of things a dba should be able to do but who says the person...
June 25, 2008 at 9:09 am
we had a situation where a job on a server was performing in a couple of minutes while on a remote pc (wan connected) it took 30+ minutes. changing this...
December 11, 2006 at 8:17 am
Viewing 12 posts - 46 through 58 (of 58 total)