Forum Replies Created

Viewing 15 posts - 8,086 through 8,100 (of 22,214 total)

  • RE: Full Backup includes CDC Tables

    TheSQLGuru (5/20/2014)


    Grant Fritchey (5/20/2014)


    Chances are you didn't run the restore with the syntax KEEP_CDC. In this event, even though, as Kevin says, the backup includes the CDC tables and data,...

  • RE: SQL Server Maintenance Plan- NO BACKUPs

    lkennedy76 (5/20/2014)


    nimalatissa (5/19/2014)


    I spoke to may manager about creating SSIS packages for handling this situation. His answer was why all other 50+ servers are working fine and not this one....

  • RE: urgent_Backup_needed

    Lynn Pettis (5/20/2014)


    vasugunda (5/20/2014)


    in between 200 to 250 usd

    vasugunda (5/20/2014)


    no per month

    That would work out to about 2 hours of assistance each month.

    Consultants aren't cheap.

    You need to charge more. That's...

  • RE: side by side migration

    muthyala_51 (5/20/2014)


    As once the database has been migrated to 2014- can i take the backup of 2014 database and restore to 2008?

    No. You can never restore a database down in...

  • RE: GUID vs BIGINT

    yuvipoy (5/20/2014)


    GilaMonster (5/20/2014)


    No, the fragmentation will be the same, both are having NEWID() specified as the value so the default is being overridden.

    No Gail

    I checked it ...there is less frag...

  • RE: Full Backup includes CDC Tables

    Chances are you didn't run the restore with the syntax KEEP_CDC. In this event, even though, as Kevin says, the backup includes the CDC tables and data, they're removed during...

  • RE: Merging of another DB's data

    You'll have to let the identity values be regenerated by the system that you're moving everything into. You can capture the new values using the OUTPUT clause. With that you...

  • RE: UNION

    And do you know that NOLOCK can lead to getting incorrect data as well as extra or missing rows? It's a somewhat dangerous operation unless you're sure you can afford...

  • RE: master db backup failed

    If you have lost the database or it's been corrupted and you don't have a backup available, you'll have to rebuild the database. Microsoft has documentation on how to do...

  • RE: side by side migration

    Why doesn't backup work?

    Because my other suggestion is mirroring and that requires a backup and restore as well.

  • RE: What is a particular row/column called?

    Koen Verbeeck (5/19/2014)


    Grant Fritchey (5/19/2014)


    I usually just refer to row and column. They may not be 100% ISO approved terms, but, everyone knows what you're referring to for the most...

  • RE: Does a restored DB bring its virtual file stats with it?

    free_mascot (5/19/2014)


    If you have doubt and server is not production you can enable trace for the specific database and check the activities going on?

    You can trace production too, surely. Just...

  • RE: Upgrade to sql 2014

    If you're upgrading because of concerns about the general age of the software, then you should just upgrade to the latest version. There shouldn't be any discussion. But, any other...

  • RE: Creating and Managing Logins and Users - Azure SQL Database

    Security has frequently been a problem in SSDT. My recommendation would be to use the post-deployment scripts. That way you can break it down as needed, but still have it...

  • RE: What is a particular row/column called?

    I usually just refer to row and column. They may not be 100% ISO approved terms, but, everyone knows what you're referring to for the most part. And if we're...

Viewing 15 posts - 8,086 through 8,100 (of 22,214 total)