Viewing 15 posts - 2,356 through 2,370 (of 2,567 total)
Really vague so hard to tell what the issue really is.
No need to change to SSIS - but you may need to change your process a bit depending on...
November 1, 2017 at 3:35 pm
November 1, 2017 at 3:27 am
October 31, 2017 at 3:50 am
from my own experience with a few Tabular projects performance will depend mostly on the volume, type of data and cardinality of the data (which also affects compression).
October 30, 2017 at 2:14 pm
You may be able to get around it on SSRS reports (and eventually powerbi but not sure as Tabular requires Windows Authentication)
1 - Do not grant users access...
October 23, 2017 at 2:58 pm
using the ACE driver (2010 or 2016) it seems to work fine.
If that isn't what you are using give it a try
https://www.microsoft.com/en-ie/download/details.aspx?id=10910
https://www.microsoft.com/en-us/download/details.aspx?id=50040
Also note that some...
October 19, 2017 at 3:59 pm
October 19, 2017 at 3:45 pm
Unless your package is executing a sql statement using linked servers against either A or B with no data flow present then yes it is flowing from A => C...
October 19, 2017 at 11:01 am
file seems to be missing a valid value for customerkey - when you preview the data on the source component does it show you values for the customerkey column?
If...
October 12, 2017 at 1:45 pm
Partitioning will most likely not help here.
where exactly is the contention happening?
And are server specs up to scratch? sometimes performance is due to server either being too...
October 9, 2017 at 1:49 pm
create one foreach loop for the folders based on a record set created by a script
then within the foreach do another foreach for each file within that folder.
October 7, 2017 at 10:34 am
If you can't do explain plans better ask your DBA's to give you that - it is a must for any developer and there is no reason not to be...
October 3, 2017 at 3:52 pm
In order to allow us to help you we will need the explain plan of the execution of the query.
tables DDL and indexes will also help.
In...
October 3, 2017 at 3:05 pm
As Phil mentioned IDENTITY and SEQUENCE are the most common and easier to work with .
If not feasible something like this will be the next best thing e.g....
September 29, 2017 at 2:17 pm
September 26, 2017 at 11:21 am
Viewing 15 posts - 2,356 through 2,370 (of 2,567 total)