Forum Replies Created

Viewing 15 posts - 991 through 1,005 (of 3,061 total)

  • RE: Check Date Stamp and Delete Old File --Question

    sqlquest2575 (6/18/2011)


    Hello Friends...I would really appreciate if you could help me in solving a sql problem....

    I've 4 text files and all of them have date stamp in them and i...

  • RE: A good T-SQL Programming book

    valeryk2000 (6/17/2011)


    could you suggest a good book for SS programmer? Some time ago I loved the one by Kevin Kline at al. - but this was from 1999. Now other...

  • RE: New SQL Server 2008 R2 OLTP Design

    Hi Rich --

    Looks like you put a lot of work on it - congrats.

    Two notes.

    1- Only dependent tables are "linked" by referential integrity

    As an example, since it doesn't makes sense...

  • RE: Database Design - Separating tables (1 to 1 relationship)

    craigbroadman (6/10/2011)


    I am looking at redesigning a database that holds transactional data such as Invoices.

    The current InvoiceLine table has over 150 columns. We have discussed a few design ideas, one...

  • RE: Replicating a VIEW

    opc.three (6/17/2011)


    I think we're having a terminology disconnect here...

    I am talking about using SQL Server transaction replication to replicate the resultset of a VIEW from a publisher (the operational database)...

  • RE: I would like to know some table names and fact table names in Banking projects.Will somebody please provide them

    1340sreehari (6/17/2011)


    I would like to know some table names and fact table names in Banking projects.Will somebody please provide them

    No DIM tables? I was going to add DIM_DATE to the...

  • RE: Use of Statistics and some guidance

    DHeath (6/17/2011)


    Thanks for the responses... i now i have a better idea from the reading posted to help increase my knowledge in this area (the friend analogy rocked...thanks a TON)....

  • RE: DB Design

    Steve Jones - SSC Editor (6/17/2011)


    Master v transaction table isn't clear and I think you are using the terms in a way that I'm not familiar with.

    I think this is...

  • RE: Attach and Detach

    Raghavender (6/17/2011)


    That link is for whole Instance downgrade....

    I need only for one database.

    Sorry, my fault. I wrongly assumed instance downgrade.

  • RE: Replicating a VIEW

    Still not sure how a view would add any value to an ETL process.

    In regards to a proper ETL process, here is how I see it.

    --- Database Architecture

    1-- Source Database...

  • RE: Attach and Detach

    Raghavender (6/17/2011)


    Can we attach SQL Server 2008 R2 Enterprise edition Database in SQL Server 2008 R2 Standard edition ?

    I think we can do it. But need confirmation.

    That's a downgrade, you...

  • RE: Use of temporary tables

    opc.three (6/17/2011)


    Concrete tables used in a temporary way and truncated before and/or after each use are a common design choice. What I see a lot of people fail to consider...

  • RE: Use of Statistics and some guidance

    DHeath (6/17/2011)


    * What am i looking for with the use of statistics? I run the commands DBCC update stats and the likes but to give an analogy its like...

  • RE: DB Design

    Anamika (6/17/2011)


    Here the beauty is the master tables are giants and trans are tiny

    This is very good news, since driving table on those reports is the tiny "transactions" table I...

  • RE: Replicating a VIEW

    opc.three (6/17/2011)


    I am tasked with setting up a small data mart on a SQL instance apart from the operational database. The intent is to provide a small group of business...

Viewing 15 posts - 991 through 1,005 (of 3,061 total)