Viewing 15 posts - 7,996 through 8,010 (of 13,882 total)
Jayanth_Kurup (10/23/2015)
No; its not in memory its create a local cache file on the same server as SSIS so it improves the speed with which the lookup happens.
You are wrong...
October 23, 2015 at 4:37 am
Hawkeye112 (10/23/2015)
I have a really simple Data Flow Task with a Lookup Task in it. If I run the Task with Full Cache (inmemmory) all my records will be directed...
October 23, 2015 at 2:57 am
I am definitely in the 'IsActive', 'IsCurrent' camp.
October 23, 2015 at 1:54 am
dbman (10/22/2015)
Hi Can anyone point me to some examples of these solutions?
Have a look here for the general principle.
Your outputs would, of course, each contain different columns, depending on the...
October 22, 2015 at 3:09 pm
I suspect that the package protection level has been set to EncryptAllWithUserKey. That is where I would start looking.
October 22, 2015 at 12:50 pm
I'd be tempted to use an asynchronous Script Component Transformation with five (or however many tables you have) outputs.
--Edit: changed 'asymmetric' to 'asynchronous', oops 🙂
October 22, 2015 at 9:57 am
pete.olding (10/22/2015)
October 22, 2015 at 9:52 am
It's right there in my first post on this thread.
October 22, 2015 at 9:46 am
pete.olding (10/22/2015)
Trying to set up new SSIS packages on a SQL 2005 machine to replace all my DTS packages on a previous SQL box. The packages are mostly transferring...
October 22, 2015 at 8:42 am
And why are you converting the dates to VARCHARs?
October 21, 2015 at 10:31 am
Looks to me like this would be simpler, faster and easier to maintain as one query, rather than a bunch of UNIONs. Are you open to a rewrite?
October 21, 2015 at 10:29 am
Minnu (10/21/2015)
i Know Joins, but wants to know the syntax to replace below query with value in another table..+ISNULL(u.code,'')+' '
+ISNULL(x.code,'')+' '
Where x is the alias of the joined table.
I'm 99%...
October 21, 2015 at 4:31 am
Minnu (10/21/2015)
id desc code
1 HSBOM 002
table 'JKS'
code | Desc
-------------
001 | LCC
002 |...
October 21, 2015 at 2:41 am
Minnu (10/21/2015)
SELECT
u.id,
(...
October 21, 2015 at 2:12 am
reddychaitanyakrishna (10/21/2015)
Getting an error while connecting to SQL Server Management Studio (SSMS) i.e connecting via Database Engine.
Please check the first Screenshot for error. (1)
I tried to start SQL Server...
October 21, 2015 at 1:04 am
Viewing 15 posts - 7,996 through 8,010 (of 13,882 total)