Viewing 15 posts - 16 through 30 (of 208 total)
Depends.
From info you posted it appears you have a denormalized entity with property names and activity => no activity means no record in table, so right join to a calendar...
September 23, 2014 at 9:50 am
Definitely agree.
Writing tests (and documentation) is also a "simplicity test". If a feature can't be tested in a simple way, it's probably a good moment to rethink and redesign the...
August 25, 2014 at 3:43 am
webrunner (9/3/2013)
September 4, 2013 at 4:04 am
There is no resultset. Procedure returns just an integer. There is a huge difference between no resultset and empty resultset. Since there was no such answer, all answers are wrong....
August 19, 2013 at 5:43 pm
Well, nice one.
To all those complaining about losing points... If you answer correctly, you just get the confirmation about your knowledge and are awarded with a point, if you fail,...
May 7, 2013 at 6:54 am
L' Eomot Inversé (4/30/2013)
May 7, 2013 at 5:23 am
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.
There are a lot of...
April 30, 2013 at 7:44 am
BLOB can store anything, CLOB stores char data, some additional info like charset and supports some char operations like search, so it's subset of BLOB.
I've worked with CLOBs on oracle...
April 15, 2013 at 1:31 pm
Lynn Pettis (4/15/2013)
I think you are thinking of BLOB - Binary Large OBject or CLOB - Complex Large OBject.
I have used the term LOB - Line Of Business for many...
April 15, 2013 at 12:05 pm
The statement is ok, but using identifiers (column names) with spaces and braces usually brings a lot of troubles.
April 15, 2013 at 9:40 am
First choice with such questions is in most cases google, then wiki, then forums, just because you have a high probability to get an accurate answer immediately.
OLTP = On-line Transaction...
April 15, 2013 at 9:24 am
Sergiy, you made my day lighter 😀
April 8, 2013 at 5:10 am
SQL Kiwi (12/3/2012)
Jaroslav Pfauser (12/3/2012)
(0 row(s) affected)SQL2008 (64-bit) SP2
It seems you wrote a test script that did not cover the full range of possibilities. Include CHAR(198) and CHAR(230) in...
December 3, 2012 at 8:51 am
I checked this: @@version=
Microsoft SQL Server 2008 R2 (SP1) - 10.50.2811.0 (X64) Apr 6 2012 01:59:29 Copyright (c) Microsoft Corporation Data Center Edition (64-bit)...
December 3, 2012 at 2:46 am
It's a lot more complex problem.
In a well designed database there should be no duplicates.
The simplest solution is to have proper constraints (primary, unique key) and have trigger validation on...
November 20, 2012 at 7:40 am
Viewing 15 posts - 16 through 30 (of 208 total)