Forum Replies Created

Viewing 15 posts - 12,406 through 12,420 (of 26,486 total)

  • RE: Create a database from a SQL Server 2000 .bak file

    Have you tried doing a RESTORE DATABASE?

    A *.BAK file is usually a full backup (not always, but usually).

  • RE: Kimbal Fact Table Type - Transactional Type Issue

    ppcentral (4/26/2012)


    Thank you for the reply!

    Ok... I missed the quantity sold, but the doubt still present.

    CASE 02

    Date Customer TransactionIDProductIDQuantitySales Ammount

    20120101CLI01FAC0005PROD013300 €

    20120101CLI01FAC0005PROD022500 €

    20120101CLI01FAC0006PROD011100 €

    20120101CLI02FAC0007PROD015500 €

    20120102CLI01FAC0008PROD014340 €

    20120102CLI02FAC0009PROD016560 €

    The question is objective... Which...

  • RE: Are the posted questions getting worse?

    ROFLMAO!

    Definition of Clueless.

    But do not fear, he will solve his problem.

  • RE: function/code ??

    MisLead (4/26/2012)


    Lynn Pettis (4/26/2012)


    MisLead (4/26/2012)


    Lynn,

    Business Case is Simple. We have data flowing from a system that supports Unicode to the system that does not support Unicode and only supports ANSI...

  • RE: Kimbal Fact Table Type - Transactional Type Issue

    ppcentral (4/26/2012)


    The CASE 02 is the fact Table that has the more detailed data... And from them you can see that the count of products from each order(transaction) is

    FAC00052

    FAC00061

    FAC00071

    FAC00081

    FAC00091

    Correct?

    Now, you...

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (4/26/2012)


    Current QOD status. I have them scheduled through May 9, plus a few random days out past that, but I also have 16 submitted right...

  • RE: Kimbal Fact Table Type - Transactional Type Issue

    PaulB-TheOneAndOnly (4/26/2012)


    ppcentral (4/26/2012)


    Dear friends,

    Today I post another issue related with Kimball Fact Table Types...

    The following cases are two examples of Fact Tables in a dimensional model. Which Fact Table Type...

  • RE: function/code ??

    MisLead (4/26/2012)


    Lynn,

    Business Case is Simple. We have data flowing from a system that supports Unicode to the system that does not support Unicode and only supports ANSI standard characters. what...

  • RE: Can two user access single table in SQL?

    I have to ask, what is the point of this question?

  • RE: Today's Random Word!

    Freedom!

  • RE: Today's Random Word!

    L' Eomot Inversé (4/26/2012)


    Lynn Pettis (4/25/2012)


    capn.hector (4/25/2012)


    JAZZ Master (4/25/2012)


    crookj (4/25/2012)


    WOTD - Spock

    lizard

    dinosaur

    COBOL

    You shouldn't mention that here - young innocents may read it.

    That programming language is suitable for Kobolds and Galgenmänner...

  • RE: Table Indexing

    Just so you are aware, since your clustered index is on FK1, FK2, FK3; when you get a clustered index scan, you are actually scanning the table.

  • RE: Can two user access single table in SQL?

    It depends. What do you mean by access? The purpose of a database to facilitate multiple user access while maintaining the integrity of the data.

  • RE: function/code ??

    opc.three (4/26/2012)


    MisLead (4/26/2012)


    opc.three (4/26/2012)


    I think MisLead (ironic name given the conversation, no? :-D) wants to store the data as NVARCHAR, but wants to provide an interface for this legacy app...

  • RE: If proc1 calls procB, can proc1 complete without waiting for procB?

    Steve Cullen (4/26/2012)


    Another possibility is to use batch processing, such as SQL Agent or Control-M. Jobs can execute stored procedures asynchronously if needed.

    Actually, I think that is backwards. ...

Viewing 15 posts - 12,406 through 12,420 (of 26,486 total)