Viewing 15 posts - 5,206 through 5,220 (of 26,490 total)
krypto69 (5/18/2015)
I have this query that produces duplicates. I am trying to filter out based on the duplicate 'member address id' .
I tried using max(member address id) but that isn't...
May 18, 2015 at 9:40 am
briancampbellmcad (5/18/2015)
How do I discover the drives on this \\belmont server?
Ask the system administrator?
May 18, 2015 at 9:35 am
naga.rohitkumar (5/18/2015)
[ the servers is " 10.50.4000.0SP2Standard Edition (64-bit)] in version.
USE [database]
GO
SELECT...
May 18, 2015 at 9:04 am
Michael L John (5/18/2015)
Jeff Moden (5/18/2015)
andrew gothard (5/18/2015)
Jeff Moden (5/14/2015)
Me, the interviewer: As the Lead Developer on this project, we're very interested in someone that...
May 18, 2015 at 9:01 am
naga.rohitkumar (5/16/2015)
our environment has 2008 and 2005 sqlservers and they are standard versions in that case how can...
May 17, 2015 at 7:06 pm
Eirikur Eiriksson (5/17/2015)
😎
USE Test;
GO
SET NOCOUNT ON;
/*
For fun only,...
May 17, 2015 at 6:59 pm
Jeff Moden (5/16/2015)
May 17, 2015 at 2:54 pm
Jeff Moden (5/16/2015)
May 17, 2015 at 12:42 pm
Jeff Moden (5/15/2015)
Lynn Pettis (5/15/2015)
Jeff Moden (5/14/2015)
Luis Cazares (5/14/2015)
May 15, 2015 at 6:11 pm
Jason A. Long (5/15/2015)
Just tetested with this...
DECLARE
@BegDate DATE...
May 15, 2015 at 5:29 pm
ScottPletcher (5/15/2015)
Lynn Pettis (5/15/2015)
Jason A. Long (5/15/2015)
May 15, 2015 at 5:21 pm
Jason A. Long (5/15/2015)
WHERE CAST(t.SomeDateTime as DATE) BETWEEN @BegDate and @EndDate
Actually... I should say "Never do again" category... I have...
May 15, 2015 at 4:08 pm
Jason A. Long (5/15/2015)
Both good points... Although I'd still put this in the "good idea not to do this" category as opposed to the "never do this" category...
Some people are...
May 15, 2015 at 3:02 pm
briancampbellmcad (5/15/2015)
May 15, 2015 at 2:46 pm
Jason A. Long (5/15/2015)
ScottPletcher (5/15/2015)
Never use BETWEEN on dates or datetimes;
Out of curiosity, why do you say this?
I could see it it you were talking about DATETIME data...
May 15, 2015 at 2:44 pm
Viewing 15 posts - 5,206 through 5,220 (of 26,490 total)