Viewing 14 posts - 1 through 14 (of 14 total)
mmcclure (11/4/2008)
/* create the basic table structures needed */
CREATE TABLE [X_DIMENSION]
( [LOC] [int] NULL...
November 4, 2008 at 2:33 pm
The first example is just wrong. It has a table for one item per row, a table for one item for each column, and a seemingly pointless x_y index table....
November 4, 2008 at 1:54 am
We cant both be right.
From BOL:-
Setting Variables and Columns
Variable names can be used in UPDATE statements to show the old and new values affected. This should only be used when...
May 21, 2007 at 2:59 am
Can you point me at the documentation that guarantees that behaviour?
May 21, 2007 at 2:27 am
> update MyTable
> set NewZip = ZipCode,
> @LastKey = NameKey
That may well work in this example, but...
May 21, 2007 at 1:37 am
"Moore's law may be nearing the end for single core chips, but it"
Did you forget to write the rest of that sentance?
April 1, 2007 at 5:25 am
The images to illustrate Query tabs and tab groups dont seem very clear, is there something missing from the left hand side of the first two images?
July 7, 2005 at 2:54 am
From BOL :-
"The results of an UPDATE statement are undefined if the statement includes a FROM clause that is not specified in such a way that only one value is...
September 20, 2004 at 7:26 am
mccork is correct. The correct answer may be right if the question has specified that you were using Enterprise manager. I dont want to rely on EM working in a...
February 25, 2004 at 3:49 am
Interesting article, but as someone else mentioned, it has the disadvantage of needing to modify all occurences of where the stored procedure name is used.
An alternative is something like :-
create...
May 9, 2002 at 1:16 pm
quote:
In addition when I need to drop them from my system I just call by the name of the procedure group and...
May 9, 2002 at 1:00 pm
quote:
Are you connected with the author?
No, in fact I haven't even tried using it myself...
August 9, 2001 at 10:36 am
I'm suprised noone has mentioned xp_crypt :-
August 7, 2001 at 3:49 am
Viewing 14 posts - 1 through 14 (of 14 total)