Forum Replies Created

Viewing 15 posts - 12,541 through 12,555 (of 22,214 total)

  • RE: Create a script which is restartable

    Anjan Wahwar (5/17/2011)


    Grant Fritchey (5/17/2011)


    Without a transaction, a rollback of a delete statement requires you to have already stored the data elsewhere. If you really need complete recovery and you're...

  • RE: Are the posted questions getting worse?

    Jeff Moden (5/17/2011)


    Grant Fritchey (5/16/2011)


    Jack Corbett (5/16/2011)


    I haven't heard when selections will be announced. I don't think the "preferences tool" is an official vote, it is just another tool...

  • RE: Restoring MSSQL database

    buferis12 (5/17/2011)


    ahh thats bad 🙁 SO reverse engineering wouldn't help too? Btw, yeah there is things called stored procedures in that db.

    There you go. You can't possibly know what's going...

  • RE: Create a script which is restartable

    Without a transaction, a rollback of a delete statement requires you to have already stored the data elsewhere. If you really need complete recovery and you're working within DTS, why...

  • RE: SQLRally Orlando 2011!

    Not a problem. Nice to have met you.

  • RE: Are the posted questions getting worse?

    GilaMonster (5/16/2011)


    Grant Fritchey (5/16/2011)


    I needed a bath after the blatant begging and horrific spam I did to try to get votes for SQL Rally pre-con. I'd hate to have to...

  • RE: restoring DB from variable named backups

    I don't know, we'll have to renogiate the rate now...

    Here's a little query to just get you started:

    SELECT bf.logical_name,bs.backup_finish_date

    FROM dbo.backupfile AS bf

    ...

  • RE: Are the posted questions getting worse?

    Jack Corbett (5/16/2011)


    I haven't heard when selections will be announced. I don't think the "preferences tool" is an official vote, it is just another tool to aid the program...

  • RE: restoring DB from variable named backups

    Yeah. That way you don't have to guess what the backup name is.

  • RE: Import from SQL server 2005 express

    You could use SSIS and schedule it from SQL Agent. You could use a PowerShell script and run that from SQL Agent. You could probably use a linked server and...

  • RE: restoring DB from variable named backups

    Problem is, that includes the time too. No way to calculate that, you have to know it.

    Do you have access to the server where the backups are being taken? You...

  • RE: Restoring MSSQL database

    You'll be able to make guesses on the table structures if, and only if, you have all dynamic TSQL. If they're calling stored procedures you will have absolutely no mechanism...

  • RE: SQL Server Database Setup

    Ninja's_RGR'us (5/16/2011)


    Ninja's_RGR'us (5/16/2011)


    What's the advantage of setting the db or files to read_only?.. and which ones do you set ro?

    Ya, but if the db only has selects running on it,...

  • RE: SQLRally Orlando 2011!

    GSquared (5/16/2011)


    I went. There were a number of good presentations. Definitely worth the time spent and all that. Learned more than a little bit.

    And I got to...

  • RE: SQL Server Database Setup

    Gail said it. Read only not only means it doesn't take out locks, but it stops trying to. Changes the dynamic on queries considerably. Huge advantage for read only systems....

Viewing 15 posts - 12,541 through 12,555 (of 22,214 total)