Viewing 15 posts - 7,561 through 7,575 (of 11,678 total)
PradeepVallabh (3/19/2012)
Yes it does have header excel sheet. Also i m running the package in a 32 bit machine but i did set the runtime to 64 bitThanks
Do not do...
March 19, 2012 at 8:29 am
Grant Fritchey (3/19/2012)
March 19, 2012 at 7:23 am
If you open an SSIS project in BIDS, you can select "Work Offline" in the SSIS menu.
I don't know if it really works though...
March 19, 2012 at 7:19 am
At first sight that's because you have a correlated subquery in your SELECT statement.
For every row, the SELECT MAX(createddate) query is executed.
You can try to create a CTE that has...
March 19, 2012 at 7:16 am
pacioaga.alisia (3/19/2012)
So to understand correctly sql server is to store important companies info for do not loose it.
In a nutshell, yes.
But as Gail mentioned, there are other reasons as well.
You...
March 19, 2012 at 3:56 am
GilaMonster (3/19/2012)
March 19, 2012 at 2:49 am
weston_086 (3/19/2012)
i am using code1 as business key ,name as type 2 and code as type 1 .
I mean, did you implement it using TSQL or using the SCD component...
March 19, 2012 at 1:28 am
Elliott Whitlow (3/16/2012)
What version of SQL are you using, if its 2008...
March 19, 2012 at 1:25 am
I wouldn't use an identity column as a business key.
An identity column doesn't have a "real" value to uniquely identify a row.
For example.
Table A has two records containing client info.
1,...
March 19, 2012 at 1:20 am
Elliott Whitlow (3/16/2012)
March 19, 2012 at 1:16 am
March 19, 2012 at 1:14 am
So the sheet called Header exists in your Excel file?
Did the design change? (columns added or removed?)
Are you running the package in 32-bit?
March 19, 2012 at 1:13 am
pacioaga.alisia (3/17/2012)
(why not stocking that datas on our own pc?)
Because enterprise data usually takes more then just a few gigabytes.
And it needs to be available 24/7. If you store it...
March 19, 2012 at 1:10 am
You can specify the connection options at the server level.
Right-click on your server in the Object browser and select properties.
Go to Connections and you'll see Implicit Transactions in the list.
March 19, 2012 at 1:03 am
Viewing 15 posts - 7,561 through 7,575 (of 11,678 total)