Viewing 15 posts - 18,301 through 18,315 (of 59,070 total)
First of all, apologies to Lynn Pettis. He's spot on for the solution to this problem but I missed looking at his code. Nice job for realizing that...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2016 at 7:46 pm
sharonsql2013 (2/24/2016)
This helped me..SELECT DATEADD(s,-1,DATEADD(mm, DATEDIFF(m,0,GETDATE())-n,0))
FROM (VALUES(0),(1),(2))x(n)
SELECT DATEADD(s,-1,DATEADD(mm, DATEDIFF(m,0,GETDATE())+1,0))
SELECT DATEADD(s,-1,DATEADD(mm, DATEDIFF(m,0,GETDATE()),0))
SELECT DATEADD(s,-1,DATEADD(mm, DATEDIFF(m,0,GETDATE())-1,0))
SELECT DATEADD(s,-1,DATEADD(mm, DATEDIFF(m,0,GETDATE())-2,0))
That's what I was afraid of. A second less than the...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2016 at 6:48 pm
MMartin1 (2/24/2016)
sharonsql2013 (2/23/2016)
Jan 2016 (2016-01-31 23:59:59.000)
, Dec 2015
and Nov. 2015
Need to be dynamic as it will change...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2016 at 6:36 pm
Sean Lange (2/24/2016)
I don't understand the logic here. Can you try to explain what you are trying to do?
It's an adjacency list and he simply wants to display the adjacency...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2016 at 4:53 pm
SQLRNNR (2/24/2016)
GilaMonster (2/24/2016)
SQLRNNR (2/24/2016)
GilaMonster (2/24/2016)
jasona.work (2/24/2016)
/Me leans back, grabs bucket of popcorn
Sure sounds like Gail answered the original question, yet for some reason the OP decided to focus on the...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2016 at 2:51 pm
bark stuff (2/24/2016)
You need to read questions properly before answering. Three times I stated the question and three times you have gone off on a tangent.
Heh... you should...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2016 at 2:19 pm
MMartin1 (2/24/2016)
We cannot use extra columns in file.
Maybe the person or persons that made this decision and decided to put you as the implementer should take on the task themselves....
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2016 at 1:31 pm
pg 93049 (2/24/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2016 at 1:28 pm
I definitely wouldn't use XML for anything even close to this. Also, computers don't "easily" read XML. There are programs that make it easy for Developers to incorporate...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2016 at 8:22 am
Please identify the banks you're doing this for so we can make sure that none of us will be affected by this. 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2016 at 3:13 pm
Sergiy (2/23/2016)
Loner (2/19/2016)
As I said before, the database is created from the software company, I cannot create any index.
When a faulty part or design fault is discovered in certain model...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2016 at 3:10 pm
sharonsql2013 (2/23/2016)
Just past 3 months. I am not building a table
Two way street here, Sharon... please post the code you ended up with.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2016 at 3:07 pm
Luis Cazares (2/23/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2016 at 1:13 pm
Sean Lange (2/23/2016)
Alan.B (2/23/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2016 at 12:27 pm
ramana3327 (2/23/2016)
I can see the linked server is created and when I tested it is working fine.
But when I tried to run the...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2016 at 12:22 pm
Viewing 15 posts - 18,301 through 18,315 (of 59,070 total)