Viewing 15 posts - 316 through 330 (of 417 total)
In the '90s, I worked for a company where the fiscal year started on the founder's birthday, March 23.
May 6, 2015 at 10:33 am
SQLRNNR (5/5/2015)
Revenant (5/5/2015)
Ed Wagner (5/5/2015)
TomThomson (5/5/2015)
SQLRNNR (5/5/2015)
skaarhulk
Hogan
Champ
CHUMP
Chimp
May 5, 2015 at 2:50 pm
Just to be clear, the entire world would be way better off if everybody, always used, spoke and thought in YYYYMMDD. Is it the 1st of April or April...
May 1, 2015 at 4:56 pm
Luis Cazares (4/29/2015)
chgn01 (4/29/2015)
-- Q3
SELECT
*
FROM
#abc a
...
April 29, 2015 at 9:39 am
Lynn Pettis (4/23/2015)
Also, since you are so picky about using the correct terms, distance divided by time equals velocity!Maybe you should brush up on your math/science terms.
Not true, it equals...
April 27, 2015 at 2:48 pm
DennisPost (4/24/2015)
LOL Jeff.RBAR is good when reading posts. 😛
+1 :hehe:
April 24, 2015 at 5:55 pm
Alan.B (4/21/2015)
Minnu (4/21/2015)
The solution provided by are working fine..
but there is a change in my result.
my request is
if a record_1 is in Table_A and Table_B, then
output :...
April 22, 2015 at 3:26 pm
djj (4/21/2015)
I do not use 2014 but my guess was correct. I thought it would be silly to not allow the others.
+1
April 21, 2015 at 1:50 pm
Hugo Kornelis (4/17/2015)
The difference between the two functions is caused by some pretty non-standard behaviour of the ISNULL function. (Which is...
April 17, 2015 at 10:49 am
Here's an alternative that uses a tally table:
;with dataLen as (select len(@inputString) i, len(@searchString) s)
select
'POSITION OF THE SEARCH STRING >> "' + @searchString + '" IS AT :'...
April 6, 2015 at 2:52 pm
Grant Fritchey (4/6/2015)
April 6, 2015 at 12:21 pm
Koen Verbeeck (3/5/2015)
Hany Helmy (3/5/2015)
Jostein Saethern (3/4/2015)
The "delete table BBB;" statement in d) will fail.Its just a typo.
That's not a typo, that is a mistake.
DELETE FRAM BBB, that is a...
March 5, 2015 at 10:07 am
TomThomson (3/1/2015)
siggemannen (2/28/2015)
Hello,I have encountered some weird behaviour. Code that has been working for "eternities" suddenly started to fail.
Alas, i couldn't recreate it on any other machines.
I'm afraid that this...
March 2, 2015 at 11:11 am
Jeff Moden (2/23/2015)
So, let me ask... do you have an Employee table or an Employees table?...
February 24, 2015 at 2:29 pm
patrickmcginnis59 10839 (2/19/2015)
dwain.c (2/19/2015)
CELKO (2/18/2015)
I need to create random alphanumeric characters as primary key values when inserting a record [sic]. .. I don't want to use GUID or...
February 20, 2015 at 4:05 pm
Viewing 15 posts - 316 through 330 (of 417 total)