Forum Replies Created

Viewing 15 posts - 1,666 through 1,680 (of 2,462 total)

  • RE: Index Scan Behaviour When Using ROW_NUMBER() in a View

    CirquedeSQLeil (5/20/2010)


    Interesting, I get nothing but Clustered Index scans for all three select statements.

    me too get clus index scan for all 3 statements

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

  • RE: Quick question on TIMESTAMP / ROWVERSION

    see this link http://msdn.microsoft.com/en-us/library/ms182776(SQL.90).aspx

    Some lines fron above link

    rowversion is the synonym for the timestamp data type and is subject to the behavior of data type synonyms. In DDL statements,...

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

  • RE: Build table with field map

    post sample data with table definiton . see the link in my signature

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

  • RE: PIVOT Table

    post sample data with table definiton . see the link in my signature

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

  • RE: Check a parameter and stop a job before completing all steps

    Incorporate SSIS package's script and copr script in a stored proc SP

    then open a job , go to step and new/edit it

    and add below code

    if ( @check =...

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

  • RE: Trimming the MSDB database (sysdtslog90)

    my guess is simple Sql Agent restart can work here , but that a GUESS so be careful

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

  • RE: exec sp_reset_connection in profiler

    see if this link can help you http://stackoverflow.com/questions/596365/what-does-sp-reset-connection-do

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

  • RE: Trimming the MSDB database (sysdtslog90)

    rikk (5/24/2010)


    ideally one which won't impact performance too much or cause the transaction log to balloon up.

    here you are talking about MSDB backup but i dont think this...

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

  • RE: SQL Alerts not sending emails

    can u send mails throough sp_send_dbmail ?

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

  • RE: All INDEX details query - gives duplicate entires

    Are you sure that u are getting duplicate data ? in my system i am getting same records with or without DISTINCT

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

  • RE: Find PreviousChange of date

    jez.lisle (5/14/2010)


    I have a simple table of which is an extract below, I have a query that will order each job by row number , what I want to do...

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

  • RE: Unexpected Clustered Index Scan

    rossnruthie (5/13/2010)


    Sorry about that I went ahead and attached the index script as well as the actual execution plans. The first plan is hitting the smaller 16million row table...

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

  • RE: Database Security Permissions

    BP-503183 (5/14/2010)


    Adding members to fixed database roles requires membership in the db_owner fixed database role.

    Did i suggest you right above ?

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

  • RE: simple Insert - tune

    deepak.a (5/14/2010)


    For the Query 3

    if the dbo.EmployeeSrc table having Index on EmpID ,Instead of #EmployeeDur Temp table u can join the the

    dbo.EmployeeSrc to Empgig1

    i would say...

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

  • RE: Top 1 by group query

    @psmith

    4. Desired output - some visual representation of this.

    need this also

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

Viewing 15 posts - 1,666 through 1,680 (of 2,462 total)