Viewing 15 posts - 1 through 15 (of 15 total)
James,
So you suggest having very hefty penalties for any data breach in order to solve the problem? Wouldn't that strongly encourage corporations experiencing such a breach to keep it secret,...
August 9, 2010 at 6:04 am
Rob Fisk (12/14/2009)
Pretty certain I found this based on another article here somewhere but cannot find it to give credit.
I believe that must be a Jeff Moden article, unless I'm...
December 14, 2009 at 7:23 am
Yeah, I've been thinking about it over the weekend, and had a flash monday evening in the shower that made me jump to my current version.
As of now, it works....
October 21, 2009 at 7:53 am
Garadin (10/16/2009)
October 16, 2009 at 9:00 am
First, Garadin, I'd like to thank you a lot for the effort you're putting in this problem. It looks like you went through a lot of trouble to make that...
October 16, 2009 at 7:09 am
The query is designed to be used by the front-end application to generate a data file. This part is the final portion, where I take the data I've compiled so...
October 14, 2009 at 6:51 am
Hi there,
An Identity column will indeed generate a new number, but by no means is it guaranteed to be unique. It is simply one higher than the last generated, and...
July 13, 2009 at 2:43 pm
This is my own little system to make dynamic SQL more readable.
When you design the query, you put placeholders in the form of |@value| where some dynamic part will be...
July 10, 2009 at 7:31 am
Hi,
Here's a way I developed to create dynamic SQL while maintaining some level of readability in the code. My example will create a test table and populate it with test...
July 9, 2009 at 2:43 pm
Hey there,
First a quick note : your example is actually 14 characters long. For 15 characters, it would be 'michael the gre'.
The idea is to look at the first space...
July 9, 2009 at 12:12 pm
Hi.
I'm not sure if I'm really answering your problem, but if you need a way to achieve the desired result, it's very simple to do so without any cursor. As...
July 8, 2009 at 8:25 am
Hi Glenn,
I indeed expanded the data file without touching the log file. Since the particular query is using the "INSERT INTO ... SELECT" syntax, your solution looked very promising....
February 19, 2009 at 8:12 am
There are some things you might want to change on your last snippet, even before Jeff gives his code back.
First off, your temp table shouldn't have the key as varchar(50),...
December 5, 2008 at 8:55 am
Viewing 15 posts - 1 through 15 (of 15 total)