Viewing 15 posts - 46 through 60 (of 139 total)
SQL injection is an issue any time you are accepting information that the user can enter (whether through form fields, or through constructing their own POST or GET command and...
R David Francis
February 8, 2005 at 1:20 pm
I would disagree with the contention that STATIC cursors should be avoided. Obviously, there are instances where this is true, and yes, this does cause the result set to...
R David Francis
January 31, 2005 at 11:58 am
David.Poole said:
Analyst/xxxxxx implies that the role is not a progamming drone role to my way of thinking. You get a spec but are allowed to question requirements.
The analyst role can...
R David Francis
January 27, 2005 at 4:41 pm
1) I recommend cash and a handgun.
2) Google ACID transaction
3) Master (or Yale, but never Harvard)
4) Invalid command "sql text"
5) Always pull the plug, unless...
R David Francis
January 17, 2005 at 6:27 pm
As the originator of this thread, I thought i should bring it to some closure.
We have not had a repeat of the symptoms we saw that day. I have...
R David Francis
July 20, 2004 at 7:17 am
I have not found out what was wrong. A number of people have suggested that the problem was a single bad query (since many queries do not allow for...
R David Francis
July 8, 2004 at 10:55 am
Yes, I have done that - "Use all available processors" is selected, as it should be. Thanks for the suggestion, though.
That may actually be the problem/solution I'm thinking of,...
R David Francis
July 6, 2004 at 2:53 pm
Double hurm. Typed up a response, and it got eaten. Let's try again....
First, I'll mention that, with an expectation of million of rows, I'm inclined to question how...
R David Francis
April 12, 2004 at 1:21 pm
For me, the first thing to consider is if I need the values to be stored in their native datatypes within SQL Server. If you do not need to...
R David Francis
April 12, 2004 at 9:59 am
I'm curious as to why you say this. Of course, I am making the assumption that the mechanism used to identify which rows should be updated is essentially static,...
R David Francis
March 29, 2004 at 5:05 pm
Actually, there are other solutions; they just aren't necessarily any better, and might even be worse.
Note, pseudo-code ahead:
create procedure take1 @field_to_update, @value
update table A
set field1 = case...
R David Francis
March 29, 2004 at 1:30 pm
Oracle uses SEQUENCE to generate new, unique ID numbers for rows.
SQL Server most commonly uses the IDENTITY feature to accomplish this. Look in SQL Books Online for details. ...
R David Francis
March 26, 2004 at 11:14 am
OK, let's generalize the question: Does anyone know of a way to generate requests to (and consume responses from) web services via T_SQL, DTS, etc.?
R David Francis
March 16, 2004 at 8:34 am
Well, I can see multiple lines, and...
...if there's a blank line there (and now that I've previewed it, I know there is!), don't have to use <br /> to format...
R David Francis
February 26, 2004 at 9:48 pm
I use Mozilla 1.6, and I still get just the one line instead of a true TEXTAREA. Windows XP Pro
R David Francis
February 24, 2004 at 9:04 am
Viewing 15 posts - 46 through 60 (of 139 total)