Viewing 15 posts - 811 through 825 (of 9,643 total)
The solution pointed to by Piet is a good starting point. I'd modify it to do something more along these lines:
SELECT
Catalog.Type,
Catalog.Name,
...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 15, 2014 at 10:33 am
paul.knibbs (8/15/2014)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 15, 2014 at 6:46 am
Glad I could help. That UPDATE() function is a pain because it doesn't do what you think it should.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 13, 2014 at 11:23 am
I didn't delve deeply into the data, but I generally avoid using BETWEEN when working with datetimes. For example a query with DateTimeColumn Between '2000-01-01' and '2000-12-31' does not...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 13, 2014 at 11:17 am
There are so many variables in play. Server load, network load, locking and blocking that it is hard to be sure what is causing the problem.
Is the...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 13, 2014 at 10:57 am
I agree with Koen and Phil, if this is a complete "wipe and load" then I wouldn't bother with partitioning since it just adds complexity. The Load and rename...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 13, 2014 at 10:51 am
Not that I'm aware of. When you do export from a report, it exports the entire report.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 13, 2014 at 10:49 am
Let's talk some basics. There are 2 types of data sources in SSRS, shared and embedded. A shared data source is a an XML file with a data...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 13, 2014 at 10:47 am
Kevin and Sean both hit on one part of your problem, you are never referencing the virtual inserted or deleted table so you are getting every row in Users where...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 13, 2014 at 10:16 am
LutzM (8/8/2014)
the biggest...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 11, 2014 at 7:00 am
Jeff Moden (8/8/2014)
kherald69 (8/8/2014)
You can use a recursive common table expression to achieve this.
That's a recursive CTE that counts. Please see the following article for why that's a bad...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 8, 2014 at 10:40 am
Steve has posted what is probably the answer, but it would be much easier to help if you posted an example of the query.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 8, 2014 at 10:22 am
It sounds like you have cascading parameters and PPCQuery is a dataset that populates a parameter that is dependent on the value(s) in you are selecting in the Division parameter....
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 8, 2014 at 10:20 am
kherald provided a solution. Here's my take which still lets you use 0 for Sunday instead of 1 and also takes into account the Language setting of your SQL...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 8, 2014 at 10:14 am
sumith1andonly1 (8/7/2014)
Any tools available for this ?
Tools for which option?
I believe you can find some scripts in the scripts section of this site that will automatically generate audit triggers for...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
August 8, 2014 at 6:40 am
Viewing 15 posts - 811 through 825 (of 9,643 total)