Forum Replies Created

Viewing 15 posts - 481 through 495 (of 648 total)

  • RE: Script result display in messages not in Grid

    Hi, see this above script It is clearaly mention "Print command"

    PRINT 'SQL Server and SQL Server Agent both are running'

    If using print command in sql statement, result set disply...

  • RE: IO preferable number for Execution Query

    Thanks for reply... this is very usefull script for identified execution plan on graphical style. once again thanks.

    Here i have attached execution plan for xml query plan, please find this...

  • RE: IO preferable number for Execution Query

    ALZDBA (7/30/2011)


    0

    Please elaborate as Gail requested.

    Just I checked as below script for query using Most IO process.

    SELECT TOP 100

    (total_logical_reads + total_logical_writes) / qs.execution_count AS average_IO,

    ...

  • RE: Script result display in messages not in Grid

    yes, It is correct & working fine

    Thanks

    ananda

  • RE: Seesion ids are suspended

    Thanks for reply & help, I understood why system process waiting long time.

    Could you give me, Script for receiving email alert which are user process staying long wait time, suspended,...

  • RE: Seesion ids are suspended

    Hi,

    Thanks for this script for monitor head blocker session, it is very useful.

    I checked this script and display system process are suspended, please tell me, Is there any issues?

    I think...

  • RE: Seesion ids are suspended

    Ninja's_RGR'us (7/28/2011)


    That's over 5 minutes of blocking. Is someone [re]building an index or something like that?

    No one can run rebuilding index..,

    Query life cycle

    Running - a query which is...

  • RE: Seesion ids are suspended

    GilaMonster (7/28/2011)


    They're waiting for locks. Hence you have some blocking.

    You should never just kill something unless you know what impact is will have. What if it's something critically important.

    Check what...

  • RE: Seesion ids are suspended

    GilaMonster (7/28/2011)


    Check what they're waiting for. The wait_type column.

    Thanks for reply...

    I checked wait_type column as below, too much wait stats and display related Query and stored procedure, Program name (.Net...

  • RE: Ingres Database Migrate into SQL Server 2008

    No sir, still i am waiting for approval from Application & Business Owner,

    Please tell me, Is there any issue for Install Ingress ODBC Driver on SQLSERVER 2008 machine?

    Thanks

    ananda

  • RE: Ingres Database Migrate into SQL Server 2008

    Mr.Lowell,

    thanks for reply..

    In SQL server 2008 server machine Not available Ingress ODBC driver 3.0 or 9.2 etc.. I think Ingress odbc driver required in Ingress machine only. Not in SQL...

  • RE: Ingres Database Migrate into SQL Server 2008

    Thanks for reply......

    Please tell me, how to transfer table and data to SQL 2008 from INgres database.?

    Does SQL 2008 DTS can able import table and data?

    Thanks

    ananda

  • RE: Need Help - Proportion of reads & writes per day

    Panders (7/21/2011)


    As far as im aware you cant break it down into a per day basis.

    If you run your script each day then store the results you will be able...

  • RE: Ingres Database Migrate into SQL Server 2008

    Sumanta Roy (7/21/2011)


    Use SQL server migrant assistant to deal with that.

    Thanks for reply....

    As per Microsoft SQL Server Migration Assistant (SSMA) makes it easy to migrate data from Oracle, Microsoft Access,...

  • RE: statistics Info

    GilaMonster (7/15/2011)


    Did you look in Books Online for what the defaults are?

    Yes, I got it, If I mention fullscan option - all the row in table gathering the statistics. If...

Viewing 15 posts - 481 through 495 (of 648 total)