Forum Replies Created

Viewing 15 posts - 421 through 435 (of 1,366 total)

  • RE: SQL Server shuts down after starting the service !!

    You sure you posted complete error log?

  • RE: Data Migration Techniques

    Jayanth have rightly pointed about the consequences related to FK .

    If you are not bothered about those and only want to move data better right custom script to move data...

  • RE: Conditions Required for an Automatic Failover on AlwaysOn?

    Can you brief your configuration? Is it 2 node cluster and another server for AO?

  • RE: Missing Relationships

    Jeff Moden (10/25/2015)


    Ratheesh.K.Nair (10/25/2015)


    Jeff Moden (10/25/2015)


    Ratheesh.K.Nair (10/25/2015)


    Hi Experts,

    We are observing very strange scenario in which some relationships are getting removed from tables. We havent deleted any tables? Can anyone...

  • RE: Database in Suspect Mode

    Thanks Grant.

  • RE: Missing Relationships

    Eirikur Eiriksson (10/25/2015)


    Ratheesh.K.Nair (10/25/2015)


    Hi Experts,

    We are observing very strange scenario in which some relationships are getting removed from tables. We havent deleted any tables? Can anyone help me understand...

  • RE: Missing Relationships

    Jeff Moden (10/25/2015)


    Ratheesh.K.Nair (10/25/2015)


    Hi Experts,

    We are observing very strange scenario in which some relationships are getting removed from tables. We havent deleted any tables? Can anyone help me understand...

  • RE: Missing Relationships

    Jayanth_Kurup (10/25/2015)


    You can put an audit to track when the DDL is fired. Any ORM accessing the tables?

    Thanks Jayanth , Will put an audit . Yes developers are...

  • RE: Database in Suspect Mode

    Thanks everyone for the reply and sorry for the delayed response. DB went to suspect because of disk went offline. Another DBA went and rebooted the server and many other...

  • RE: DW and TLog.

    why DW needs high availability?

    Why cant you have a good backup strategy in place and SQL clustering?

  • RE: Bulk Delete & Insert

    Thanks Alan and Bill,

    The tables are accessed through out the day and this process is happening twice a day.

    Which one is fast? Processing data and inserting it(currently taking 3...

  • RE: BULK Delete

    spaghettidba (5/11/2015)


    Looks like a good place for partitioning. If you can make your table partitioned on the predicate you use for deletes, gettin rid of that data can be a...

  • RE: BULK Delete

    GilaMonster (5/11/2015)


    Ratheesh.K.Nair (5/11/2015)


    1.Is there anyway this can be achieved with less logging to database?

    Insert, maybe, delete no.

    Will it help if change the recovery mode to Bulk-Logged?

    For the insert, maybe,...

  • RE: Trace Flag 902

    Thank You

  • RE: Can we backup our databases directly to tape using native backups ?

    Should be able to .. Add the tape as Backup Device and then you can.

Viewing 15 posts - 421 through 435 (of 1,366 total)