Viewing 15 posts - 196 through 210 (of 210 total)
Steve, a EULA is not going to keep your common DBA from opening up a stored proc and messing with it. If there are having problems most likely the...
May 17, 2010 at 9:49 am
You know, part of what I don't like about Steve's argument is some protection even easily broken is worth some value. For example: A chain link fence. ...
May 17, 2010 at 9:37 am
I think you have the wrong perspective here. My company has been encrypting all of their stored procs since the beginning. I am talking hundreds of stored procs....
May 17, 2010 at 5:23 am
The reason we decided the rewrite is necessary is that the performance is poor even with very little data in the test database. It is surprising how sluggish the...
May 12, 2010 at 8:13 am
I think it depends on what your project needs are. If you have a more simple project with a simple db design something like the entity framework can work....
May 12, 2010 at 5:24 am
Hey Tom,
You make a lot of good points. Thanks for you comments.
Ben
February 17, 2010 at 5:03 am
Well Paul, sorry you didn't like the article. Sometimes you just find yourself in a situation and you have to make the best of it. This was my...
February 3, 2010 at 7:42 pm
Do you live in San Diego? I grew up there. Or perhaps you live in Orlando.
Ben
February 3, 2010 at 1:20 pm
I have yet to see one of their shows "live." I like very much what they do/achieve. I thought it was fitting with location and job.
Jason,
I had the opportunity...
February 3, 2010 at 1:04 pm
Hey Jason,
I am glad you liked the article. By the way I like your sqlservercentral name. CirquedeSQLeil is very clever. I have seen their show, it was...
February 3, 2010 at 12:38 pm
Thanks for your suggestions on the replace. I did feel that part of the code was a little weak. Perhaps your suggestions will be in version two of...
February 3, 2010 at 8:32 am
Hey James, glad you liked the article. I was pretty happy when I figured this out. I had been thinking about a solution to this for some time....
February 3, 2010 at 8:29 am
Sql 2005 only has a max of 250 indexs for a table. The link points to sql server 2008. Where the max indexes for a table is 1000.
January 19, 2010 at 5:44 am
There is an issue with your proc. You use varchar(1000) and varchar(2000), the problem with this is with large tables this is not large enough. I changed all...
July 23, 2009 at 8:03 am
We encrypt our sql stored procs. One of the main reasons is so that we don't have a support nightmare. For the causal client, they might try to...
April 10, 2009 at 6:03 am
Viewing 15 posts - 196 through 210 (of 210 total)