Viewing 15 posts - 451 through 465 (of 902 total)
what scale is the int in SSIS, there are 5 maintypes INT16, INT32 and INT64 plus the Unsighed versions (UINT32 and UNIT64)
An Int16 can only hold numbers upto +/- 32767,...
December 18, 2012 at 4:51 am
I have no Idea why a rebuild would do this, as I would have thought the addtionaltwo entries for the the IN_ROW and LOB data would be there as soon...
December 18, 2012 at 4:39 am
What Data type is the SSIS variable TeraDatacount, and how many rows are you pulling through.
December 18, 2012 at 4:29 am
Hi,
I would start by reading this article first, http://www.sqlservercentral.com/articles/Tally+Table/72993/
Its got a great String splitter function.
December 18, 2012 at 4:20 am
ColdCoffee,
I like your solution.
I pushed it to run over the largest dataset I could think of with every month between 1753 and 9999 and it returned in about 2...
December 18, 2012 at 3:34 am
Glad to Help, and best of luck, if you have any questions drop them into SSC I'm sure people will be happy to help.
December 17, 2012 at 5:52 am
By any chance did you update one or more of the XML columns, as these (from memory) are stored as LOB's so pointers would be created to them hence the...
December 17, 2012 at 5:47 am
ambarishan.purushothaman (12/17/2012)
Initially there will be data more than 2Lakhs, out of which the changes might be on few thousands during the next load.
So we're talking about 200,000 rows of data,...
December 17, 2012 at 4:17 am
Thats a tricky one, as anthony says youll probably need a full extract to do the deletes.
Out of curiosity how many rows of data are we considering here in the...
December 17, 2012 at 3:09 am
Personally I would have a preload Table that gets truncated at the start of every load, then once the file is loaded into this table its is merged into the...
December 17, 2012 at 2:50 am
Sorry I got end of the wrong end of the stick. I thought you were new to DW's.
I'll have to read up on MDW as it looks pretty interesting.
December 14, 2012 at 9:19 am
I would first suggest reading up on Data warehouses and Star Schemas.
then write down what you want to measure and how you want to analyse it.
December 14, 2012 at 8:44 am
I used to Use DBCC SHOWCONTIG quite a bit for looking at fragmentation but have replaced that with the SQL statements against DMV tables and functions, especially for partitioned tables.
DBCC...
December 14, 2012 at 7:56 am
Koen Verbeeck (12/14/2012)
Jason-299789 (12/14/2012)
Also the SCD will not recognise Primary keys on the desitination table as Business Keys as they are not guaranteed to...
December 14, 2012 at 6:55 am
What exactly are you trying to do?
Also the SCD will not recognise Primary keys on the desitination table as Business Keys as they are not guaranteed to be identical, where...
December 14, 2012 at 5:13 am
Viewing 15 posts - 451 through 465 (of 902 total)