Forum Replies Created

Viewing 15 posts - 24,511 through 24,525 (of 39,919 total)

  • RE: Show MVP Status on forum posts

    Ed,

    We are talking about having a few other "badges" that we can apply to someone's account. For now I'd say they could add it (with a link to their profile...

  • RE: Moving Data from Live to Development

    Backup/restore is the simplest way to do this.

    The import export is an SSIS package, which essentially scripts out the schemas, runs those on the new server, and then copies data....

  • RE: Falling Over our Assumptions

    My favorite is "assuming programmers will build what I ask them to"

    Falls down almost every single time.

    Great job, Phil!

  • RE: Are the posted questions getting worse?

    I'm not sure Jeff will get that one done, so someone else feel free to tackle it. He's agreed to start a nice T-SQL book for us all, so I'm...

  • RE: Microsoft SQL Server v 8.00.761

    Short answer, run backup log with truncate_only option, then shrink the log file.

    You need to either set simple recovery model for that database (in the options) or set up log...

  • RE: recover a database that has been restored

    Nope, the log and data files are overwritten in a restore. Apex Log won't help you.

  • RE: Backup vs. copy of a database

    The typical "copy" process on SQL Server is a backup and restore, so I'd recommend that.

  • RE: Just Walk Away - Blacklisting - and Twits without Twitter

    GilaMonster (4/7/2009)


    Similar thing here. In my country, woman and IT don't usually go in the same sentence. The number of times I've been 'mistaken' for the project manager, the token...

  • RE: Do we need to re-index replicated databases ?

    You'd have to test, but I don't believe the replication moves indexing across. Mirroring would, since it reads the logs and sends the transaction across. I believe replication only moves...

  • RE: Score

    That's a good idea as well. It gives you posts. Not sure there's a way to do the overall score.

    If you're 11, does it matter where 6-10 are? You won't...

  • RE: SQLServer Certified

    Not a bad idea. We used to have some tests, but they're complicated and hard to set up.

    I'll revisit this and see if it makes sense.

  • RE: The T-SQL Paradigm

    I think T-SQL is relatively easy to read as well, once it's formatted the way I see it.

    At least as easy to read as some of the C++ I've seen,

  • RE: Are the posted questions getting worse?

    The MVP certainly isn't a ton of knowledge. It's a community contribution award.

    Arguably I haven't contributed anything substantial to the SQL knowledge base in quite some time. Instead I think...

  • RE: changing master db compativity level from 90 to 80

    The master database controls the function of the server. It is not designed to emulate a SQL 2000 server, and all the structures in there will not necessarily work. It's...

  • RE: Managing Risk

    I think you're always trying to reduce risk. Even if you want to tackle a new venture, or make a new risk in an area, you want to reduce the...

Viewing 15 posts - 24,511 through 24,525 (of 39,919 total)