Viewing 15 posts - 226 through 240 (of 557 total)
Eric M Russell (8/11/2016)
"If you break a few eggs, then make an omelet."
Christopher Columbus,... challenges his critics to make an egg stand on its tip. After his challengers give...
August 11, 2016 at 6:22 am
At the time of Columbus there was no Gregorian calendar, so Columbus does/did not have to account for this.
For the last 3000 years the days of the week have followed...
August 11, 2016 at 4:16 am
ThomasRushton (8/2/2016)
That's to maintain compatibility with Lotus 1-2-3.
As often within software errors, once introduced are very difficult to eliminate. We rather define the reality as wrong and keep software 'bug'...
August 2, 2016 at 10:13 am
There were still some questions asked, I'll try to anwser them briefly.
Sergiy (7/26/2016)
August 2, 2016 at 10:00 am
John Mitchell-245523 (8/2/2016)
* This is of far more interest to us than it is to the original poster, who hasn't been seen here...
August 2, 2016 at 8:37 am
Sergiy (8/1/2016)
ben.brugman (7/21/2016)
spaghettidba (7/21/2016)
Dates have no format when they are stored in the databaseDates definitively have a format when they are stored in the database.
Dates do not have format stored...
August 2, 2016 at 7:51 am
Luis Cazares (7/22/2016)
ben.brugman (7/22/2016)
Luis Cazares (7/21/2016)
Similar logic, shorter version.
SELECT DATEADD(month,12*(YEAR(GETDATE())-1902)+3,0)
This is a bit 'short' I would guess:
SELECT DATEADD(month,12*(YEAR('20160401')-1902)+3,0) -- Result 2014-04-01 00:00:00.000
SELECT DATEADD(month,12*(YEAR('20160331')-1902)+3,0) ...
August 1, 2016 at 5:47 am
Luis Cazares (7/21/2016)
Similar logic, shorter version.
SELECT DATEADD(month,12*(YEAR(GETDATE())-1902)+3,0)
This is a bit 'short' I would guess:
SELECT DATEADD(month,12*(YEAR('20160401')-1902)+3,0) -- Result 2014-04-01 00:00:00.000
SELECT DATEADD(month,12*(YEAR('20160331')-1902)+3,0) -- Oops...
July 22, 2016 at 1:16 am
spaghettidba (7/21/2016)
Dates have no format when they are stored in the database
Dates definitively have a format when they are stored in the database.
This format partly determines what you can do...
July 21, 2016 at 8:52 am
GSquared (7/20/2016)
July 21, 2016 at 6:27 am
Sergiy (7/19/2016)
Been there, done that.
Exactly that.
So then I have some questions, because I am still strugling with parts of the code.
How do you handle EOL within fields? (Or a bit...
July 21, 2016 at 6:12 am
GSquared (7/19/2016)
For most of those, you need to have the file definition already in-place.
If you're pulling data...
July 19, 2016 at 10:03 am
Sergiy (7/19/2016)
Because a process can be delayed, another file can arrive before the previous one is done.
Because - see your starting topic.
You listed there several...
July 19, 2016 at 9:41 am
Sergiy (7/18/2016)
Create and delete static tables on fly is one of the worst possible ways to do things in SQL Server.
Why ?
One of the obvious ones - create static tables...
July 19, 2016 at 2:39 am
Viewing 15 posts - 226 through 240 (of 557 total)