Viewing 15 posts - 196 through 210 (of 452 total)
Sathish Kumar. Rajaram (4/15/2013)
I am a newbie currently trying handson on desinging SSIS and Star schema.
I have 2 tables Location (LocID, LocName) and Center (CenterID, CenterName, LocID). I have designed...
April 16, 2013 at 6:09 am
rka (4/14/2013)
- Atomic
- 3rd NF
- Relational
But I disagree. I always considered DW models to be:
- Dimensional
-...
April 15, 2013 at 3:05 pm
Looks like a homework question, but lookup UNION and UNION ALL in books online.
http://msdn.microsoft.com/en-US/library/ms180026(v=sql.105).aspx
HTH,
Rob
March 26, 2013 at 6:15 am
demin99 (3/25/2013)
Iam trying to access Sharepoint data from SSIS. Iam not able to use the sharepoint adapters because I don't have enough privileges to install on my client...
March 26, 2013 at 6:11 am
astrid 69000 (3/18/2013)
thanks!the second question was if i want different dates on different columns.
first column yesterday, the second column the day before yesterday, etc etc.
I guess you could create a...
March 20, 2013 at 2:56 pm
astrid 69000 (3/15/2013)
i have another question (or two) 🙂
1) i want the mdx to always return the data from yesterday without choosing the data, can someone please tell me how...
March 18, 2013 at 6:34 am
Mackers (3/14/2013)
You need to define your set as a set as below - a set...
March 18, 2013 at 6:19 am
I'm sure there must be a better way, but I did get this to work by:
MEMBER [Measures].[Yearly Adv Req] AS
(
Ancestor( [Date].[Calendar].CurrentMember, [Date].[Calendar].[Year]...
March 10, 2013 at 10:53 am
Just a couple of ideas:
For naming conventions I go with the suggestions in Jamie Thomson's blog: http://consultingblogs.emc.com/jamiethomson/archive/2006/01/05/SSIS_3A00_-Suggested-Best-Practices-and-naming-conventions.aspx
You might also want to have some type of standards for auditing/logging fields on...
March 7, 2013 at 8:09 pm
Reading this thread: http://www.sqlservercentral.com/Forums/Topic836951-146-1.aspx,
the packages are stored in the [font="Courier New"]sysdtspackages90[/font] in the msdb database. You can take the xml and store it in a .dtsx file and have...
February 28, 2013 at 6:49 am
manibad (2/27/2013)
I need to convert date into string literal in SSIS in derived column.How is it possible.Example:
Input-2013-01-07 00:00:00.000
Output-07012013
Please guide me in achieving this in SSIS.
Thanks in advance
Just off the top...
February 27, 2013 at 3:00 pm
chess-288252 (2/25/2013)
I was wondering what do you guys use to map the data flow in ETL. I am looking at the field level flow of data. By this, I mean...
February 27, 2013 at 2:54 pm
You can't use the T-SQL in SSIS until you get it working in SSMS (as I'm sure you know). I don't have the DDL for your tables, but double...
January 25, 2013 at 6:21 am
Apparently not.
January 24, 2013 at 11:26 am
Let me restate to see if I understand:
It sounds like you're asking if you can use SSIS to take data from your source and transform/convert it into a flat file....
January 24, 2013 at 6:59 am
Viewing 15 posts - 196 through 210 (of 452 total)