Forum Replies Created

Viewing 15 posts - 14,146 through 14,160 (of 39,919 total)

  • RE: Where is AdventureWorks2008 download?

    AW2008 is filestream enabled, so if that's what you need, use that. If you want to avoid FS, go R2 or 2010.

  • RE: Attracting Talent

    Rod at work (3/20/2012)


    Gail, I've seen job postings like that, too, where such a person would be a superman/superwoman, if they knew well all of the skill sets listed. ...

  • RE: Backups - Options for Backing up Large Database

    I tend to agree with Anthony, but a few more things.

    Don't delete old backups until the new one is made, so take that into account.

    In terms of backups, are you...

  • RE: Are the posted questions getting worse?

    SQLRNNR (3/23/2012)


    Brandie Tarvin

    What is Bing? :hehe:

    Don't know and don't care to use it 😀

    I tried it for a couple weeks, but it just seemed like I got some slightly...

  • RE: Migrating from 2005 to 2008 or waiting to upgrate to 2012?

    Looks like the site isn't updated and you have to call MS to get a price.

    US: (800) 426-9400

    Canada: (877) 568-2495

  • RE: Are the posted questions getting worse?

    Lynn Pettis (3/22/2012)


    Glad you agree, because I went back and read through everything again to see if I could figure out where I got annoyed. It was after he...

  • RE: SQL Server Agent Roles

    kaspencer (3/22/2012)


    Why is the number of errors in Questions of the Day so great?

    How are we supposed to interpret typographical errors?

    I have yet to build the stored procedure SP_ESP so...

  • RE: SQL Server Agent Roles

    My apologies for the question. Yesterday was a holiday for me, so I'm getting back today.

    The typo is corrected, and thanks to all who pointed it out. Points have been...

  • RE: Data Growth

    Randy Rabin (3/21/2012)


    Oh, and Steve - I clicked on the little graph above your post expecting to see some relevant data. Took me a minute to realize the time frame...

  • RE: Database compatability Level 2008

    Hmm, just ran a test db, in compat mode 80, and CROSS aPPLY works, as does a select from missing_indexes.

    SQL2K8, SP1

    CREATE DATABASE sql2kCompat

    ;

    go

    ALTER DATABASE SQL2KCompat

    SET COMPATIBILITY_LEVEL =...

  • RE: Database compatability Level 2008

    Anthony is correct.

    It isn't master, but the way compat level works. It doens't make it a 2000 database. It's still a 2008 database, so all new features work. Backups, restores,...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (3/21/2012)


    Some people. Let's report a problem trying to save changes from the UI but able to do it with an ALTER TABLE statement and ask if others...

  • RE: Search fails to find Atricle

    The Google API we use sometimes flakes, not sure why.

    If you use Prakash' suggestion, that should work.

  • RE: When to partition?

    I would think it's more when you see a benefit, or when you see you have a significant amount of queries that only access a subset of your data. So...

  • RE: Data Growth

    David.Poole (3/21/2012)


    The cloud as it is at present isn't the solution. It may be able to store exobytes and beyond but try accessing that amount of data. I've...

Viewing 15 posts - 14,146 through 14,160 (of 39,919 total)