Viewing 15 posts - 331 through 345 (of 562 total)
GilaMonster (10/9/2015)
SQLPrompt does all the column generation for inserts and selects. It's not free, but it's well worth the price in my opinion.
Thanks, I do use this, but this is...
October 9, 2015 at 4:36 am
Progress update,
Sorry that I can not post the actual code and or situation.
As allready described the code has to be altered before it can be executed.
There were some suggestions how...
October 6, 2015 at 2:32 am
ben.brugman (10/2/2015)
... not obtainable. ...... I do not want to change the code itself, ...
Jason A. Long (10/3/2015)
ben.brugman (10/2/2015)
October 4, 2015 at 6:32 am
Sorry, I think I was asking for something which is not obtainable.
And I wasn't clear enough in my question.
Because I want the code to cut and paste between the SSRS...
October 2, 2015 at 11:53 am
WayneS (10/1/2015)
The quickest, most sure-fire way to reduce the code would be to use CTRL+A followed by CTRL+X. :w00t::w00t:
Good anwser.
I would like to make a little change.
Maybe it is...
October 2, 2015 at 6:04 am
Hello Luis Cazaras and others:
This afternoon I got a request for a Pivot 'script', which would adjust to changes in a table. So I remembered the given solution on the...
October 1, 2015 at 7:57 am
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
Viewing 15 posts - 331 through 345 (of 562 total)