Viewing 15 posts - 331 through 345 (of 557 total)
First of all thanks Jacob and Mister Magoo, for your time and attention.
The solution method for both and mine (see below) are the same, but I allready learned something from...
September 29, 2015 at 2:30 am
First of all see the code below.
I have made a number of assumptions.
Because of the constructs you have used I assume that days are important.
So I assumed that I could...
September 22, 2015 at 3:03 am
Hello Luis
(and ITU_dk2012)
The first time I anwsered, the anwser got lost because my regular work interrupted and when 'posting the anwser' this was 'too late'. Second time I shortened the...
September 22, 2015 at 2:14 am
Depending on the query there is a processing order of the rows of a table. It is not determined which is the first row to be processed and which is...
September 21, 2015 at 9:00 am
John Mitchell-245523 (9/3/2015)
September 3, 2015 at 4:13 am
Lynn Pettis (9/1/2015)
Best thing, store date and datetime values using the proper date or date/time data type, then you don't have the conversion issues.
"Proper date/time data".
Problem is that there is...
September 3, 2015 at 2:34 am
Thanks Scott,
More elegant, more compact and it did uncover a mistake in my solution.
(My parent_column was not correct, I had not noticed that yet.).
Thanks,
Ben
Edit:
Second check,
, COL_NAME(parent_object_id, parent_column_id) as Parent_column
Does appear...
September 3, 2015 at 1:50 am
Another possibility,
I hijacked the code from Luis for the generation of the table.
Test for correct date is ommitted. (To keep it simple).
I reformatted the data in such a format that...
September 1, 2015 at 9:54 am
Hello All,
Allthough not completely elegant, I think I found a solution (???) to the stated problem.
What I do not understand is who is the parent and who is the child.
With...
September 1, 2015 at 9:00 am
It is possible to set Language for a connection.
Or you can also set Language for an account.
But from experience I am familliar with a lot of problems when the format...
September 1, 2015 at 5:27 am
See :
http://www.karaszi.com/sqlserver/info_datetime.asp
The ultimate guide to the datetime datatypes.
This explains the datetime datatypes very extensively. Far better than I could anwser your question.
Ben
September 1, 2015 at 2:00 am
Used to generate a large number of rows.
L0..L9 are used to generate a large number of rows.
The lower parts are used to generate a specific 'code' in this case a...
August 24, 2015 at 5:30 am
A sepperate thread has been created, to 'continue' the discussion about how constraints can prevent certain actions to be performed.
See:
Ben
August 14, 2015 at 8:05 am
Luis Cazares (8/13/2015)
My condolences go out to you and your family. I hope that you find comfort and peace.
Thank you, Ben
August 13, 2015 at 7:05 am
Hello All, I have had a rough week*) and not the oppertunity to reply.
Sorry for that.
The original question how to delete a duplicate row has been answered extensively enough. In...
August 13, 2015 at 6:46 am
Viewing 15 posts - 331 through 345 (of 557 total)