Viewing 15 posts - 5,656 through 5,670 (of 11,678 total)
This is going to be a very long expression.
First check on which day the Starttime falls using the DAY function. If it is a monday, decrement it with 3 using...
July 4, 2013 at 11:57 pm
First you need to create a credential.
This will typically map to a domain account.
Next you create a proxy account and you link this to the credential you just created.
You also...
July 4, 2013 at 2:50 pm
amadeu_j (7/4/2013)
So I can not put any parameter by default?
You can put a default on a parameter. You just need to make the dataset that calculates motherday dependend on the...
July 4, 2013 at 1:14 pm
amadeu_j (7/4/2013)
Only now I have a problem, I can not update the date
I will explain
I have a parameter with years....
July 4, 2013 at 10:39 am
michaeleusebio721 (7/3/2013)
Thanks for your response!
I did try your suggestion and it worked! I used a concatination of the 2 keys and some other character to make sure every key...
July 4, 2013 at 6:56 am
Allright, glad that you found the issue and thanks for posting back.
July 4, 2013 at 6:55 am
Christopher Ware (7/4/2013)
July 4, 2013 at 6:54 am
Make sure SSRS is not using cached data.
Go to the folder where the report is stored and delete any .DATA files.
July 4, 2013 at 3:50 am
Simply add the month column in the GROUP BY clause.
By the way, using HAVING on a column on which you group - thus not an aggregate - is the same...
July 4, 2013 at 3:39 am
Simply add an IDENTITY column to your table (if you haven't one already).
Give each row the same value for OrderDate: 2013-07-04. Then simply distract the identity value from the OrderDate...
July 4, 2013 at 3:35 am
You probably need a date table for this, which for example stores all the dates between 2000 and 2050.
An example on how to generate such a table can be found...
July 4, 2013 at 3:26 am
You can write a SQL query that calculates this value and use this query to populate a default value for the parameter.
July 4, 2013 at 12:50 am
You need to create an expression on the Excel connection manager.
You can find an example in this article:
SSIS: How to add a timestamp to a Excel File output path.[/url]
July 4, 2013 at 12:49 am
akamorse (7/3/2013)
Im trying to create a view, and im having trouble doing one function. I have a table with the following
ID ...
July 4, 2013 at 12:46 am
Viewing 15 posts - 5,656 through 5,670 (of 11,678 total)