Forum Replies Created

Viewing 15 posts - 14,896 through 14,910 (of 22,211 total)

  • RE: Full Transaction Log

    So after you run a log backup, there is no extra free space within the log, at all?

  • RE: Full Transaction Log

    If your transaction log continues to grow after a log backup, it sounds like your transactions are in an uncommitted state. You should see committed transactions cleared from the log...

  • RE: Forums - SQL Server 2008 R2 General

    Not to argue, but since R2 is a basically just a really big service pack, I'd suggest just leaving things alone. I think R2 can fit right into the basic...

  • RE: Banking database design / Help Required

    I'm running a system that has millions of rows from about eight years of data. It's based on inserts only. It runs fine. The issue is not the amount of...

  • RE: Object Relational Modeling (ORM) Examples

    Not really. I've been posting about it on my blog for the last two years. Our project is... well, we'll see how it turns out. At the moment, I don't...

  • RE: Help Understanding Data Warehouse - Help

    PaulB-TheOneAndOnly (5/28/2010)


    david.ostrander (5/27/2010)


    I have been reading so much on data warehousing that I feel like I should know this but here I go. How does it get installed?

    "Data Warehouse" is...

  • RE: SQL syntax

    I would argue that while all three compile and run, none of them is "correct." If they were correct, then so would this be, and you know it's not:

    SELECTmycolumnFROM MyTable;

    SELECTmycolumn...

  • RE: Help Understanding Data Warehouse - Help

    Greg Edwards-268690 (5/28/2010)


    A data warehouse is not something you install.

    Adventure Works has a transactional data base and a data warehouse model.

    Exploring this, and possibly some sample labs, might be helpful.

    On...

  • RE: Help Understanding Data Warehouse - Help

    If you've done a regular install of Operations Manager, Reporting Services was installed as a component. It has to be there.

    As far as getting at the datawarehouse, again, you have...

  • RE: Statement Recompilations

    The thing is, it depends. In short recompiles are taking up processor time that could be spent elsewhere. But how often and how long is that processor time taken up?...

  • RE: How it matters using Varchar, Integer for Primary Key?

    Suresh Kumar-284278 (5/28/2010)


    Hi,

    Would there be any performance impact deciding Integer or Varchar data type for a primary key?

    Also, would it matter more if that column being Indexed (either Clustered...

  • RE: Script to monitor blocking

    Sure, that's a fine way to monitor blocking. There are other blocking scripts available in the scripts section of this web site too.

  • RE: Difference b/w sql server 2000 and sql server 2005

    troy2.net (5/27/2010)


    What i did wrong ?

    I searched the google i get article may you guys know exact difference.

    if they ask the difference in the sense , What are they...

  • RE: TempDB data file is Huge

    laveen.bondugula (5/27/2010)


    Drop the database and recreate it.

    Regards,

    Laveen Bondugula

    Database Analyst

    Fortunately, unlike SQL Server 6.5, every version of SQL Server since version 7 prevents you from dropping the tempdb (trust me on...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (5/27/2010)


    Please, anyone, if I am wrong here let me know.

    In regards to service packs, you are 100% correct.

Viewing 15 posts - 14,896 through 14,910 (of 22,211 total)