Viewing 15 posts - 811 through 825 (of 9,641 total)
Glad I could help. That UPDATE() function is a pain because it doesn't do what you think it should.
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...
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...
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...
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.
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...
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...
August 13, 2014 at 10:16 am
LutzM (8/8/2014)
the biggest...
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...
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.
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....
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...
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...
August 8, 2014 at 6:40 am
simpson213 (8/7/2014)
August 7, 2014 at 1:29 pm
Solution = Container for projects. For example I have a solution that has an SSIS project, a database project, and an SSRS project that all relate to one...
August 7, 2014 at 1:28 pm
Viewing 15 posts - 811 through 825 (of 9,641 total)