Viewing 15 posts - 2,401 through 2,415 (of 10,143 total)
paul.howard.raines (6/22/2015)
I broke down my query to remove that "firstname and lastname" nonsense.
Now, my query is running based on criteria like :...
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
June 24, 2015 at 2:07 am
sqlinterset (6/23/2015)
I have attached the file above to show what i need. Hope this helps. Thanks
Yes I know, I saw it. You need the year as well as the month...
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
June 23, 2015 at 9:30 am
Being neither big nor an engineer I'm not really qualified to play with any data, but I do, and there are plenty of tables under the roof here which are...
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
June 23, 2015 at 9:03 am
sqlinterset (6/22/2015)
from 1 month to current...
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
June 23, 2015 at 8:59 am
Alvin Ramard (6/22/2015)
GilaMonster (6/22/2015)
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
June 22, 2015 at 8:54 am
djj (6/22/2015)
I have actually run across something similar some place but I did not...
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
June 22, 2015 at 8:46 am
lmarkum (6/19/2015)
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
June 22, 2015 at 7:50 am
Sean Lange (6/19/2015)
Anybody have the mind reading apparatus? I have misplaced mine and could use it over here. http://www.sqlservercentral.com/Forums/Topic1696091-2799-1.aspx
I'm with Alvin on this one Sean - walk away. The OP's...
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
June 19, 2015 at 10:03 am
Alan.B (6/18/2015)
ChrisM@Work (6/18/2015)
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
June 19, 2015 at 2:06 am
paul.howard.raines (6/18/2015)
ChrisM@Work (6/18/2015)
SELECT
RES.method,
payment_id = SUM(CASE WHEN Filter = 1 THEN 1 ELSE 0 END),
[status] =...
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
June 19, 2015 at 1:54 am
Sean Lange (6/18/2015)
Ed Wagner (6/18/2015)
Eirikur Eiriksson (6/18/2015)
Sean Lange (6/18/2015)
Eirikur Eiriksson (6/18/2015)
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
June 19, 2015 at 1:45 am
sqlinterset (6/18/2015)
Thank You all. problem got solved. I removed the database name that i was using like "Use DDDD". Once i removed it, data was fetched in excel Thanks.
GilaMonster (6/18/2015)
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
June 18, 2015 at 8:16 am
sqlinterset (6/18/2015)
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
June 18, 2015 at 8:05 am
sqlinterset (6/18/2015)
1)Changed database context to XXXXX
2) Problems obtaining data
3) A pivot table using connection 'YYYY' has...
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
June 18, 2015 at 7:16 am
vceklic (6/18/2015)
Can someone help me solve this:
I have 2 tables that look something like this:
Table Price:
id - int
price - varchar
validFrom - datetime
validTo - datetime
itemId - int
....
Table sales:
id - int
price...
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
June 18, 2015 at 5:48 am
Viewing 15 posts - 2,401 through 2,415 (of 10,143 total)