Viewing 15 posts - 31 through 45 (of 78 total)
March 27, 2018 at 5:55 am
Hi Michael,
I just closed it and ran it as an administrator. I still get the same error message at the same step.
March 26, 2018 at 3:11 pm
I created a copy of the target table without the constraint, replaced my target table in my SSIS data flow with this new table and everything loaded in successfully with...
January 23, 2015 at 12:54 pm
Actually, I just recounted and the 16th column is School_Year_Key and the 16th value is 10
January 23, 2015 at 11:50 am
You are correct. That is weird. It's as if the records that are falling out are using the school_key as the school_year_key like the columns shifted or something....
January 23, 2015 at 11:44 am
Here is the constraint on my table:
ALTER TABLE [dbo].[APSB_FACT_SYK10] WITH NOCHECK ADD CONSTRAINT [CK_SCHOOL_YEAR_KEY_10] CHECK (([SCHOOL_YEAR_KEY]=(10)))
GO
ALTER TABLE [dbo].[APSB_FACT_SYK10] CHECK CONSTRAINT [CK_SCHOOL_YEAR_KEY_10]
GO
student_assessment_idassessment_idversion_idstudent_iddate_takenperformance_band_idpointspoints_possibleansweredpercent_correctnumber_of_questionsstudent_id_numSTUDENT_KEYSTUDENT_CURR_SCHOOL_IDSCHOOL_KEYSCHOOL_YEAR_KEYILL_ASSESSMENTS_KEYuser_idlocal_user_idlocal_user_id_charTEACHER_KEYILL_PERFORMANCE_BANDS_KEYILL_VERSIONS_KEYATT_CODE_KEYTERM_KEYTIME_KEYDISCIPLINE_KEYSTATE_TEST_KEYSTUDENT_ACTIVITY_KEYDIBELS_TEST_KEYDIBELS_CLASS_KEYHZ_EK_KEYHZ_STANDARD_KEYHZ_SUBJECT_COURSE_KEYHZ_TEST_KEYILL_REPORTING_GROUPS_KEYPERF_BAND_KEYPERIOD_KEYSECTION_COURSE_KEYErrorCodeErrorColumn
361040594058267162014-08-20 00:00:00.000450621.00000032.0000003265.6300003226716372733005271036864921782717827342880236974-9-9-9-9-9-9-9-9-9-9-9-9-9-9-9-9-10716076850
I already have several data flows...
January 23, 2015 at 11:06 am
I checked all of the look-ups and what I am doing is redirecting records where there is no match to a derived column, giving it a value -9 and then...
January 23, 2015 at 10:29 am
Ugh, that wasn't too bad 😀 Thank you for your help.
January 14, 2015 at 7:26 am
Just some food for thought, but I recently was working on updating my ETL process for building my fact table. We run a process every night. Incremental loading...
August 21, 2014 at 8:21 am
So I don't really know what is actually being fixed, but by rebooting the server, the ETL process now runs successfully when I run it manually and when run as...
August 21, 2014 at 8:00 am
I have 16 GB of RAM installed on this server with 4GB available. Also, there are no other users on this server. I run only SQL Server and...
August 20, 2014 at 7:40 am
I have 65 GB of free space. This data flow that is failing is very small in cache size and used to complete in roughly 30 secs.
August 20, 2014 at 7:27 am
Koen Verbeeck (7/11/2014)
Did you use SSIS to load the data? If yes, are check constraints enabled in the OLE DB Destination?
I am using SSIS and I literally just saw that...
July 11, 2014 at 7:22 am
I tried using "AAAAA" and I got an error message, so I guess that means the length of the field is too long. I was just curious if there...
June 18, 2014 at 6:33 am
Viewing 15 posts - 31 through 45 (of 78 total)