Page 16 of 20 FirstFirst ... 61415161718 ... LastLast
Results 151 to 160 of 197

Thread: IT Professionals

  1. #151
    Senior Member Diamond Hubber PARAMASHIVAN's Avatar
    Join Date
    May 2009
    Location
    Kailash
    Posts
    5,541
    Post Thanks / Like
    Quote Originally Posted by ramdas2005 View Post
    Hi Paramashivan,
    A datawarehouse/data mart contain fact and dimension tables. I am attaching couple of documents which explains fact and dimension tables. The document has sample fact and dimension tables. It also has an image describing Fact and Dimension table relationship. This should give you a good starting point.

    Fact and dimension tables are usually populated through Stored procedures/SSIS packages with the source data coming form OLTP relational systems. The SP's and SSIS denormalise the data and populate the fact and dimension tables. Usually the databases for a datawarehouse would be on a different server. The SSIS package would grab data from different source tables in OLTP transfer it to staging tables on datawarehouse database. From the satging tables Stored procedures would transform the data into denormalise form and load them into fact and dimension tables.

    Fact Table:
    A key characteristic of a fact table is that it contains numerical data (facts) that can be summarized to provide information about the history of the operation of the organization. Each fact table also includes a multipart index that contains as foreign keys the primary keys of related dimension tables, which contain the attributes of the fact records.

    Also if you could give me you e-mail id we can correspond better for explanation of concepts.

    On a lighter note : Rajini fan / kamal fan/?
    Many thanks , I just re called the Staging database stuff, I have used SSAS before, but not much. I am PMing you my email ID

    On a Lighter Note, I have a huge Fan list
    Shivaji +SPB +Rajni >Kamal +KJY+TMS+PJ+PBS+PS+SJ+KSC +Raghuvaran>Karthik Heroine lis is bigger , So I wont post here
    Om Namaste astu Bhagavan Vishveshvaraya Mahadevaya Triambakaya Tripurantakaya Trikalagni kalaya kalagnirudraya Neelakanthaya Mrutyunjayaya Sarveshvaraya Sadashivaya Shriman Mahadevaya Namah Om Namah Shivaye Om Om Namah Shivaye Om Om Namah Shivaye

  2. # ADS
    Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many
     

  3. #152
    Member Regular Hubber
    Join Date
    Mar 2005
    Posts
    43
    Post Thanks / Like
    Hi paramashivan,
    What is PMing, is it the e-Mail set in my profile or Instant Messaging...
    Thank you

  4. #153
    Senior Member Diamond Hubber PARAMASHIVAN's Avatar
    Join Date
    May 2009
    Location
    Kailash
    Posts
    5,541
    Post Thanks / Like
    Ramdas

    I meant Private Message
    Om Namaste astu Bhagavan Vishveshvaraya Mahadevaya Triambakaya Tripurantakaya Trikalagni kalaya kalagnirudraya Neelakanthaya Mrutyunjayaya Sarveshvaraya Sadashivaya Shriman Mahadevaya Namah Om Namah Shivaye Om Om Namah Shivaye Om Om Namah Shivaye

  5. #154
    Member Regular Hubber
    Join Date
    Mar 2005
    Posts
    43
    Post Thanks / Like
    Hi Raghu,
    Thanks for the e-mail, sent my e-mail id.

  6. #155
    Senior Member Diamond Hubber PARAMASHIVAN's Avatar
    Join Date
    May 2009
    Location
    Kailash
    Posts
    5,541
    Post Thanks / Like
    Hi all

    Has anyone used inserted and deleted tables in SQL, regarding triggers.
    Om Namaste astu Bhagavan Vishveshvaraya Mahadevaya Triambakaya Tripurantakaya Trikalagni kalaya kalagnirudraya Neelakanthaya Mrutyunjayaya Sarveshvaraya Sadashivaya Shriman Mahadevaya Namah Om Namah Shivaye Om Om Namah Shivaye Om Om Namah Shivaye

  7. #156
    Senior Member Senior Hubber kirukan's Avatar
    Join Date
    Nov 2004
    Location
    udal koodu
    Posts
    600
    Post Thanks / Like
    Yes Param...

  8. #157
    Senior Member Diamond Hubber PARAMASHIVAN's Avatar
    Join Date
    May 2009
    Location
    Kailash
    Posts
    5,541
    Post Thanks / Like
    Thanks Kirukun, I managed to resolve the matter
    Om Namaste astu Bhagavan Vishveshvaraya Mahadevaya Triambakaya Tripurantakaya Trikalagni kalaya kalagnirudraya Neelakanthaya Mrutyunjayaya Sarveshvaraya Sadashivaya Shriman Mahadevaya Namah Om Namah Shivaye Om Om Namah Shivaye Om Om Namah Shivaye

  9. #158
    Senior Member Veteran Hubber 19thmay's Avatar
    Join Date
    Sep 2009
    Location
    South Chennai
    Posts
    2,039
    Post Thanks / Like
    Hi,

    I have a question.

    How to select (SQL) all the values (numbers) in the table which has 3 digit after decimal point.

    For example say A is the table it has following values

    200.24
    300.456
    123.22
    1234.344

    From this I need only

    300.456
    1234.344

  10. #159
    Senior Member Platinum Hubber
    Join Date
    Oct 2004
    Posts
    10,586
    Post Thanks / Like
    19thmay,
    What about doing a to_char and check for the fourth char starting from '.' (as to whether null)...just loud thinking...

  11. #160
    Senior Member Diamond Hubber PARAMASHIVAN's Avatar
    Join Date
    May 2009
    Location
    Kailash
    Posts
    5,541
    Post Thanks / Like
    Hi All

    I am trying to do this in SQL

    Select 1 / 2 as [answer]

    The result I get is 0

    I tried the cast function as follows

    select cast((1)/(2) as decimal (10,2)) as [answer]

    it is still not giving me a decimal result of 0.5, what should I do ?
    Om Namaste astu Bhagavan Vishveshvaraya Mahadevaya Triambakaya Tripurantakaya Trikalagni kalaya kalagnirudraya Neelakanthaya Mrutyunjayaya Sarveshvaraya Sadashivaya Shriman Mahadevaya Namah Om Namah Shivaye Om Om Namah Shivaye Om Om Namah Shivaye

Page 16 of 20 FirstFirst ... 61415161718 ... LastLast

Similar Threads

  1. IT Professionals
    By Raghu in forum Miscellaneous Topics
    Replies: 206
    Last Post: 19th July 2007, 09:09 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •