Viewing 15 posts - 691 through 705 (of 1,246 total)
Get me? (11/24/2015)
----------------------------------------------------
December 3, 2015 at 5:24 pm
Just curious, to move on to the next step... the default behavior is for the current job step to complete reporting success. Are these steps you refer to in the...
----------------------------------------------------
December 3, 2015 at 4:58 pm
The log message that you posted are from the job itself and not the SSIS Package. Do you have, if not you should, logging enabled within the SSIS package? If...
----------------------------------------------------
December 3, 2015 at 4:36 pm
No matter how the package is invoked or from where, it will run on the machine it is saved in. What exactly are you aiming for ? The fact that...
----------------------------------------------------
December 3, 2015 at 4:31 pm
Ok thank you Jack, I shall read up on that article
----------------------------------------------------
December 3, 2015 at 2:01 pm
Jack Corbett (11/24/2015)
----------------------------------------------------
December 3, 2015 at 1:22 pm
I'm with Jack on this one. A duplicate to me is where all column values are equal, if you mean duplicate key fields... then the issue is which is the...
----------------------------------------------------
December 3, 2015 at 1:15 pm
You can have your main query in the form of ::
SELECT /* your columns */
FROMyour table
WHEREdateField>= @startDate and dateField < @endDate
Set startDate ,@endDate default to the value of...
----------------------------------------------------
December 3, 2015 at 1:07 pm
Inside of the SSRS development environment you can create a data set that has this information, that is, the calendar months that Jeff Mentioned. You want that table/dataset to...
----------------------------------------------------
December 3, 2015 at 12:21 pm
I've seen this issue when the report itself dumps tons of possible values for the parameter. Can the values be grouped somehow and chosen through a cascading relationship between the...
----------------------------------------------------
December 2, 2015 at 7:30 pm
The purpose of a shared/common data source is that when you need to redirect to a new database, you only need to change the configuration at one place rather than...
----------------------------------------------------
December 2, 2015 at 7:22 pm
Even if it is a valid user at the database, do you have the select permission on the objects that you need or are you calling a stored procedure that...
----------------------------------------------------
December 2, 2015 at 7:15 pm
You need to make sure that the credential configured at the data connection is valid for the database you are getting on your new server. Is this a SQL login...
----------------------------------------------------
December 2, 2015 at 7:13 pm
Also for safe measure, make sure you do not have the file open or the package in an open BIDS window locking it at the same time. Likely though, as...
----------------------------------------------------
December 1, 2015 at 6:27 pm
Our storage admin has begun with disk performance monitoring. As I do not want to throw this over the fence, I would still like to check any and...
----------------------------------------------------
December 1, 2015 at 6:00 pm
Viewing 15 posts - 691 through 705 (of 1,246 total)