Forum Replies Created

Viewing 15 posts - 916 through 930 (of 2,463 total)

  • RE: Prioritize the records in a table

    achtro (10/14/2012)


    if I run SP it should get the insert records in statement column first with parent tablenames first and then child table insert into statement and after inserts update...

  • RE: UCT to WST -15min

    Ford Fairlane (10/14/2012)


    I still need to add 8 hours to it and then do a time comparision for the last 15 min all within a where clause

    Yes i have...

  • RE: Production to Staging and Vice Versa

    David McKinney (10/12/2012)


    Make sure to remove / change email addresses etc.

    It's a simple point, but could have horrible consequences if overlooked.

    that is part of data masking

  • RE: Index Usage

    GilaMonster (10/12/2012)


    What do you need me to explain? The index is redundant, it's a subset of an existing index

    So you mean to say here that another ( single colum...

  • RE: Index Usage

    GilaMonster (10/12/2012)


    Yes. Statistics updates have no effect whatsoever on the structure, density, fragmentation or layout of an index.

    structure and layout of index i can understand but how come density...

  • RE: Index Usage

    Gail,

    Here OP says that statistics are updated still delete can play role here ?

  • RE: Any Alternate to back up and Restore

    kick_12309 (10/11/2012)


    do CDC from build server to production server but the problem is with indexes.

    Why indexes are problem here ?

  • RE: Excessive log growth in SIMPLE recovery model database - SQL 2012

    opc.three (10/11/2012)


    Bhuvnesh (10/10/2012)


    looping myself

    FYI you can use the Topic Options button on the top roght of each forum page to Subscribe to a topic without posting.

    thanks

  • RE: Index Usage

    i do think narrow index should have lesser logical reads

  • RE: DDL Tracking

    rohaandba (10/11/2012)


    As mentioned this Trigger doen't not allow developers with DDL-Admin permissions and Db Owner permissions to make any DDL changes to the Databases

    HOw have you restricted the user to...

  • RE: UCT to WST -15min

    use select getutctime() , it will give you GST time then use select dateadd() function to get required reuslt

  • RE: How to monitor a Production Database in SQL Server 2005

    you can use sql profiler

  • RE: Initial file size for the .ldf

    use this

    ALTER DATABASE [DatabaseName] MODIFY FILE ( NAME = N'DATABASENAME_Log', SIZE = 512000KB , FILEGROWTH = 0)

  • RE: SQL Server Installation Issues

    Senthil Kumar Rajendran (10/11/2012)


    its showing SQL server(MSSQLSERVER) but in stopped state.

    why they are stopped ?

    Senthil Kumar Rajendran (10/11/2012)


    But i dont understand how it connecting to the exisiting named instance...

  • RE: Execution plan

    there could be some hardware allocation differnce like memory or cpu OR sme diiferent setting like maxdop etc

Viewing 15 posts - 916 through 930 (of 2,463 total)