Viewing 15 posts - 586 through 600 (of 893 total)
KoldCoffee (2/4/2015)
Answers:
There are 14 files daily which translates to 14 tables. I will give numbers for the three biggest tables (settings_dimension/keyword/group).
How many rows...
February 5, 2015 at 7:45 am
cstg85 (2/4/2015)
I typically like to have a separate staging database, because you really don't need a backup of the data...only the ddl of your staging tables are important to...
February 5, 2015 at 7:40 am
cstg85 (2/4/2015)
The column names will not change, I will read that Stairways article and give it a shot, thank you for the link. I guess my first thought was to...
February 4, 2015 at 3:23 pm
My recommendation would be to stage the data on Server 2. It would then be very easy to execute a merge (or insert/update) statement on your target table. You can...
February 4, 2015 at 2:50 pm
I'll add one more question, if I may 🙂
Are you using the merge component in SSIS (I hope not), or a merge statement in T-SQL?
February 4, 2015 at 10:42 am
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
Viewing 15 posts - 586 through 600 (of 893 total)