Forum Replies Created

Viewing 15 posts - 181 through 195 (of 2,462 total)

  • RE: Performance When dropping multiple tables

    Steve Smith-163358 (10/3/2013)


    Is this discrepancy in time to be expected?

    NOt neccessarily ..depends

    Steve Smith-163358 (10/3/2013)


    Is the process faster if the instance isn't restarted due to cached data?

    Yes ..this is the...

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

  • RE: Performance When dropping multiple tables

    Steve Smith-163358 (10/3/2013)


    With this many tables, I may be stuck with cursors or similar procedures

    YOu can do this during Off- peak hours too , may be scehdule ...

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

  • RE: Most efficient way to extract data for a historical data table

    aaa121 (10/3/2013)


    But from a performance I would like to think of other ways to access that data.

    OK so what are the performance impact you think would come...

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

  • RE: Shrinking Temp DB

    dwilliscp (10/2/2013)


    I am trying to shrink the first temp db mdf, but it is not shrinking

    IN two cases , size will not get reduced.

    1) Shrink will not work...

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

  • RE: Memory threshold for SQL server 2008

    have you experienced the memory crunch after the max memory decrement ?

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

  • RE: Most efficient way to extract data for a historical data table

    aaa121 (10/3/2013)


    However this would obviously pick up the same records time and time again.

    How the data will be same on every query execution ? or you mean to...

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

  • RE: Performance When dropping multiple tables

    Steve Smith-163358 (10/2/2013)


    However, they aren't actually SQL Server temporary tables (i.e. not # or ## tables)

    Ahhhh... That is actually i wanted to listen.

    Here are my 2 cents .

    Yes in...

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

  • RE: The special character changed to question mark in DB

    yuvakom (9/30/2013)


    Hi.. When i am trying to insert delta symbol into db, its converted to question mark(?) symbol...

    What is the datatype of destination column ?

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

  • RE: Pro Active DBA

    Tony Savoie (10/2/2013)


    dont change a thing based on this output. That wonky setting may be there for a reason.

    i had good(even bad too ) experience on this

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

  • RE: Query Plans migrating from 2005 to 2008R2

    Paul White (9/5/2013)


    As Erland mentioned, a general-purpose index optimization pre-sorts rows on ClaimID keys for the lookup into the clustered index.

    Paul,

    Thanks for this detailed informatrion . i read it...

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

  • RE: How to run multiple stored procedures in parallel?

    Though i am not 100 % sure but we cant exec anything in parallel way(NOt talking about parallelism here). behind the scene sql engine will treat it with asynchronous...

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

  • RE: deleting all data\logins\views

    A small suggestion .. better to maintain everyting in a Database template ( every sql object requires to be available in new DB for new customer.)

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

  • RE: BLOCKING CAUSED BY REORGANIZE OF INDEX JOB IN SQL SERVER 2005

    Do we need to update statistics AFTER index rebuild/reorgainze ??

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

  • RE: Creating a Loop to Iterate Through a SQL Table and Change Default Database

    use msdb

    select 'ALTER LOGIN [' + name + '] WITH DEFAULT_DATABASE = YOUR_DB; ' from sys.syslogins where language = 'us_english'

    and...

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

  • RE: BLOCKING CAUSED BY REORGANIZE OF INDEX JOB IN SQL SERVER 2005

    Two points ...

    1) are you running this maintenance job in peak hours... it should be run in nights (OFF - peak hours)

    2) have you selectiong the advanced option in...

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

Viewing 15 posts - 181 through 195 (of 2,462 total)