Viewing 15 posts - 1,666 through 1,680 (of 11,676 total)
Glad you found it. Thanks for posting the solution.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 10, 2014 at 3:47 am
santoshkal (10/10/2014)
so can u suggest me to create indexes on that table to improve performance
How are we supposed to do that when we don't know the table schema and what...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 10, 2014 at 3:22 am
First of all you have to be 100% sure the reports are correctly configured.
If they are, my next step would be to check the SSRS logs.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 10, 2014 at 3:21 am
riteshk123 (10/10/2014)
... or else create a user function.
That's kind of vague advice.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 10, 2014 at 3:18 am
balasundar.sp (10/10/2014)
Koen, i am not very familiar with windowing functions. If you could give me the select query would be of great help..
You should see this as an opportunity to...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 10, 2014 at 1:57 am
Bob Cullen-434885 (10/10/2014)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 10, 2014 at 1:35 am
First I would remove the data I don't need using a conditional split.
Check for KB and bytes and sent those rows to an output you don't use.
Next I would use...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 10, 2014 at 1:17 am
Abhijit More (10/10/2014)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 10, 2014 at 1:03 am
A common mistake is to plot data onto a map without normalizing the data first.
This basically just plots a population map.
This XKCD cartoon explains it better than I ever can...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 10, 2014 at 12:58 am
I just changed a query where there was an ISNULL function to the "column IS NULL" function so that an index could be used.
So no, I haven't encountered a case...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 10, 2014 at 12:47 am
I guess you are trying to use CampaignCode as a type of relationship between the two fact table.
However I guess this is not a true PK-FK relationship, meaning this is...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 10, 2014 at 12:43 am
Is the single quote present right before you sent the data to the Excel destination?
If yes, remove it using a derived column.
If no, this means Excel has put it there...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 10, 2014 at 12:39 am
What do you mean with "fetch reports"?
The error seems clear to me: there are issues with the data source.
Are the reports using shared data sources?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 10, 2014 at 12:36 am
fokkol (10/9/2014)
Did not know about that, thanks koen.But the problem here isn't really the mapping 'in' SSIS, but SSIS detecting the source column as NUMERIC(38,4).
Is it possible to just change...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 10, 2014 at 12:28 am
Hmmmm, I had to guess the intent of the question.
As stated in the MSDN page the explanation linked to:
Because the THROW statement does not allow for substitution parameters in the...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 10, 2014 at 12:23 am
Viewing 15 posts - 1,666 through 1,680 (of 11,676 total)