Viewing 15 posts - 3,526 through 3,540 (of 7,484 total)
Evil Kraig F (5/2/2013)
SQLRNNR (5/2/2013)
This is sooo trueLOL, I know. I've actually printed it out and hung it on my cube wall.
Take care not to forget that this is...
May 2, 2013 at 3:29 pm
Ol'SureHand (5/2/2013)
No, they seem to be accepted still. Not a reason to "save" typing the extra 4 characters in WITH.
<PEDANTRY>It's 5 extra characters, not 4. Typing WITHFORCESCAN will get...
May 2, 2013 at 3:14 pm
Hugo Kornelis (5/2/2013)
Rune Bivrin (5/2/2013)
Hugo Kornelis (5/2/2013)
1. If I were to try this code on my system, I would get five errors. All system table (*)...
May 2, 2013 at 2:58 pm
Hugo Kornelis (5/2/2013)
May 2, 2013 at 2:55 pm
GilaMonster (5/1/2013)
CREATE TABLE TelephoneDigits (DigitID INT IDENTITY PRIMARY KEY,
Digit CHAR(1) NOT NULL UNIQUE -- todo. Check constraint to limit to 0..9, (, ) and +
);
CREATE TABLE TelephoneNumberDigits (
...
May 1, 2013 at 4:07 pm
jasona.work (5/1/2013)
1. A moving target. Every time a reasonable answer is proposed, "that won't...
May 1, 2013 at 1:05 pm
Using what MS calls schemas to separate different parts of the data is fine, but I don't think a hierarhic relation between schemas would make sense: SQLServer is a (nearly)...
May 1, 2013 at 11:31 am
ChrisM@Work suggested that I should revisit the complex many-to-many relationship thread, so I've done so. I found it quite difficult to avoid calling the OP an idiot, since several people...
May 1, 2013 at 11:13 am
Ganga-236835 (4/26/2013)
It is not necessary to query per device type, as only the parent ID and parent type can be supplied to return X amount of records of varying phone...
May 1, 2013 at 11:02 am
ChrisM@Work (4/26/2013)
May 1, 2013 at 9:25 am
Evil Kraig F (4/29/2013)
May 1, 2013 at 8:36 am
Sergiy (4/30/2013)
I saw extremely powerful servers brought down by improper use of this syntax.
Not...
May 1, 2013 at 3:02 am
Hugo Kornelis (5/1/2013)
As the explanation...
May 1, 2013 at 2:50 am
Robert-378556 (4/30/2013)
The idea for qotd is OK, but a script is too complicated to figure out the result within few minutes I'm willing to spend on it.
See earlier post...
April 30, 2013 at 5:26 pm
Viewing 15 posts - 3,526 through 3,540 (of 7,484 total)