Forum Replies Created

Viewing 15 posts - 61 through 75 (of 186 total)

  • RE: SQL Server Licensing Question

    Thank you!

    1 )So since FCI doesn't use a replica, there's no cost pertaining to the passive server... But since we use database mirroring, a replica will take its place....

  • RE: Desperately Seeking Help... Two Files Stuck in Restoring Status

    Back to the primary site and fully online.

    Does anyone that has encountered this issue think that I should redo my mirror to possibly fix the RESTORING status when...

  • RE: Desperately Seeking Help... Two Files Stuck in Restoring Status

    The database is online except for those two data files.

    I am planning on failing back to the primary site and taking a differential and full backup.

    I'm...

  • RE: Desperately Seeking Help... Two Files Stuck in Restoring Status

    The differential and full backups are failing because two data files are stuck in RESTORING state. I have manually taken a transaction log backup to the differential backup folder...

  • RE: Desperately Seeking Help... Two Files Stuck in Restoring Status

    I guess I'm the only one who has encountered something like this?

    Great... 🙁

  • RE: Desperately Seeking Help... Two Files Stuck in Restoring Status

    No one has any ideas on how to fix this?

  • RE: Non-partitioned table has several partition_ids?

    I was doing index rebuilds online (yesterday) and had to cancel them due to blocking. I think that's the reason for the extra sys.partitions records. There wasn't an...

  • RE: Non-partitioned table has several partition_ids?

    Ah, sorry. Here's the query:

    select *

    from sys.dm_db_partition_stats a

    right join sys.partitions b

    on a.partition_id = b.partition_id

    WHERE b.object_id = OBJECT_ID('tableA')

    The results:

    partition_idobject_idindex_idpartition_numberin_row_data_page_countin_row_used_page_countin_row_reserved_page_countlob_used_page_countlob_reserved_page_countrow_overflow_used_page_countrow_overflow_reserved_page_countused_page_countreserved_page_countrow_countpartition_idobject_idindex_idpartition_numberhobt_idrowsfilestream_filegroup_iddata_compressiondata_compression_desc

    7205760239081881612271514175137233750376000003750376018444957205760239081881612271514175172057602390818816184449501ROW

    NULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULL7205760277689139212271514171172057602776891392184247401ROW

    NULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULL7205760277695692812271514171172057602776956928184247401ROW

    NULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULL7205760277793996812271514171172057602777939968184249801ROW

    NULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULL7205760277807104012271514171172057602778071040184265801ROW

    NULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULL7205760278259302412271514176172057602782593024184294401ROW

    7205760278370713612271514171137453780385000003780385018444957205760278370713612271514171172057602783707136184449501ROW

    7205760278377267212271514176144854517453000004517453018444957205760278377267212271514176172057602783772672184449501ROW

    Oh jeez... That's not easy to read. Is there...

  • RE: Non-partitioned table has several partition_ids?

    I'm wondering since the table is constantly being queried, will the clean-up of sys.partitions not occur?

    Looking for help...

  • RE: Non-partitioned table has several partition_ids?

    Ok, I just rebuilt the index and I still have the extra records in sys.partitions.

    Does anyone know how to clean this up?

    Thank you.

  • RE: Non-partitioned table has several partition_ids?

    I noticed that I was attempting to rebuild the index, but since it was being queried constantly, I had to cancel. I think that's what is causing the sys.partitions...

  • RE: Redirect insert data into another column

    Thank you for your response.

    That's what I thought (the checks occur before the trigger firing), but I couldn't find that info in writing anywhere. Unfortunately, the [ColumnB] is used...

  • RE: Database Mirroring Monitor - Registered Databases Question

    KenpoDBA (1/7/2015)


    Yeah, google how to setup a sql alias.

    Got it to work, but when I add it to the Mirroring Monitor, I get the error message:

    SQL Server replication requires the...

  • RE: Database Mirroring Monitor - Registered Databases Question

    KenpoDBA (1/5/2015)


    Try using an alias and then pointing the monitor at the alias.

    Can you please explain how best to do that?

  • RE: Database Mirroring Monitor - Registered Databases Question

    Perry Whittle (12/31/2014)


    why have you configured the instance to use 1434, best practice would be to set a static high range port for the instance

    That's what it was originally (before...

Viewing 15 posts - 61 through 75 (of 186 total)