Viewing 15 posts - 586 through 600 (of 887 total)
KoldCoffee (2/4/2015)
February 4, 2015 at 10:18 am
KoldCoffee (2/4/2015)
February 4, 2015 at 9:09 am
Mike49 (1/23/2015)
January 23, 2015 at 2:27 pm
skaggs.andrew (1/23/2015)
January 23, 2015 at 11:48 am
skaggs.andrew (1/23/2015)
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...
January 23, 2015 at 11:30 am
skaggs.andrew (1/23/2015)
January 23, 2015 at 10:50 am
skaggs.andrew (1/23/2015)
I am running into an issue where I have created a data flow, source to target, with mainly just look-up transformations. When I execute the dataflow, it...
January 23, 2015 at 10:23 am
A few things I can think of or recommend:
1. What is your MaxInsertCommitSize set to?
2. If you are doing a select * from the source, then the source...
January 20, 2015 at 11:13 am
vick12 (10/24/2012)
I want to know if there is any automated tool which can be used to for post migration ETL testing? The ETL has been written using sql scripts...
October 25, 2012 at 8:35 am
robert.gerald.taylor (10/25/2012)
In SSMS, I have the partitions as well. See attached screen capture.It makes me think that this changed since SSAS 2005 to allow for partitions in Standard edition.
Rob
Not...
October 25, 2012 at 8:30 am
robert.gerald.taylor (10/25/2012)
But my situation is that I have 2008 R2 Standard edition on the production server, but when I open the production SSAS database directly through BIDS/VS I see partitions...
October 25, 2012 at 8:08 am
Excel needs unicode data. Insert a data conversion task between your source query and Excel destination, converting all fields to unicode. That should work...
October 23, 2012 at 10:06 am
I would start with one fact table at the highest level of granularity (features in your case). It will be easy enough to create a summarized fact table at the...
October 23, 2012 at 8:52 am
RenzoSQL (5/30/2012)
I have a little question on what would be the best solution for the following scenario I am facing:
I have an ETL job that needs to run every...
May 30, 2012 at 3:36 pm
eobiki10 (5/29/2012)
I have a date field from 01/08/2010 - 06/06/2011. In my report, I want this date to show as 2010 August or 2011 June respectively based on...
May 29, 2012 at 10:04 am
Viewing 15 posts - 586 through 600 (of 887 total)