Forum Replies Created

Viewing 15 posts - 331 through 345 (of 2,462 total)

  • RE: Existing Table division

    nick.mcdermaid (2/6/2013)


    Those are very general benefits but it sounds like you've convinced yourself anyway.

    Honestly speaking database design is under physical design phase so cant tell whether my approach is...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Help on sys.dm_db_index_physical_stats

    Shadab Shah (2/6/2013)


    Hi Gila i am just a newbie and wanted to know wheather i am correct or not : Leaf/non-leaf of a index is nothing but a Page storage?...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Existing Table division

    nick.mcdermaid (2/6/2013)


    Why do want to divide the load? Do you have a performance or design issue requiring this? For population of summary table you could also use views, triggers and/or...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Help on sys.dm_db_index_physical_stats

    Copy the data for those records

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Alternate to Joins

    Many Joins means "poor database design" & Poor Joins means "poor indexing" 😀

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Existing Table division

    nick.mcdermaid (2/5/2013)


    But seriously you are not going to require vertical partitioning for a table with thousands of records. In fact it's quite an extreme design measure to take, it adds...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Existing Table division

    i just came to know about one problem while reading an steve jone's article http://www.sqlservercentral.com/blogs/steve_jones/2010/02/14/saving-space-_1320_-vertical-partitioning/

    lets say we have one table

    create table Customers( CustomerID int identity(1,1), Firstname varchar(50), Lastname...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: concurrent DBA connected to same database

    removed

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: concurrent DBA connected to same database

    getsimrangujral (2/3/2013)


    how many DBA currently accessing same database ? how to check

    You specifically cant check who is(DBA or have sysadmin rights)accessing database, instead you can find the persons/tasks accessing...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Need suggestions on replication

    AccDba (2/3/2013)


    I will create a new database and put these 45 tables keep actual transactional database small and slim. So its like having a copy of the same tables but...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Link server locking tables

    wnarretto (2/2/2013)


    hello SQL world-

    i am trying to copy tables form server A to server B using a link server. is there a configuration in the link server that will allow...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Existing Table division

    opc.three (2/1/2013)


    Is it true that claim to claim_summary will be a 1 to 1, i.e. you're just offloading some columns from claim into this new table claim_summary?

    Yes there...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Transactional log is full.. space recovery lead to BLocking

    Divine Flame (1/31/2013)


    Did you see the command run by internal process (DBCC INPUTBUFFER) ? Or in case DBCC INPUTBUFFER was not providing any result atleast the Command column's value in...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Transactional log is full.. space recovery lead to BLocking

    i still have one confusion,

    Why i was getting "blocking by internal processes" for all above mentioned commands , is it normal (though i havent experienced in past) behaviuor ?...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Database Size

    increased size could be due to large/unmanaged log too

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

Viewing 15 posts - 331 through 345 (of 2,462 total)