Viewing 5 posts - 1 through 5 (of 5 total)
Thank you everyone for coming to the rescue! There's just so much to juggle during the holiday season that, inevitably, something falls to the ground. This year it just happened...
December 18, 2013 at 7:53 am
My tables are pretty simple:
create table table1
(
col1 int,
_when datetime default getDate()
)
create table table2
(
col1 int,
_when datetime default getDate()
)
create table table3
(
col1 varchar(10),
...
December 16, 2013 at 9:28 am
Thanks for the quick reply!
Do I need the open symmetric key and decrypt by certificate statements, like:
Bulk Insert ...
open symmetric key SOCIAL_SECURITY_NUMBER_KEY
decryption...
November 14, 2013 at 8:02 am
That makes sense. Too bad I don't have any!
Thanks a million!
John
September 4, 2013 at 9:09 am
These are wonderful recommendations!
It always amazes me how the thinking processes of the various specialties differ: as a "regular" programmer, my thinking is nitty-gritty cursor based I/O (you know, open...
July 1, 2013 at 7:31 am
Viewing 5 posts - 1 through 5 (of 5 total)