Forum Replies Created

Viewing 15 posts - 526 through 540 (of 2,462 total)

  • RE: Increasing memory on 32 bit sql cluster with AWE already enabled

    Setting max memory will do the job.

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

  • RE: Heavy waits on PAGEIOLATCH_SH got cleared after restarting web application

    praveen_vejandla (1/11/2013)


    Could outdated statistics be the reason behind I/O latency?

    it might be . there could be another reason too like memory , IO , table/index scan happening. Please post the...

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

  • RE: How to calculate tax.....

    raghuldrag (1/11/2013)


    dis for reaport purpose......

    can you tell me what columns you need in report other then these tax(calculated) columns ?

    and do you have any related query ?

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

  • RE: Log Size Issue

    anthony.green (1/10/2013)


    Large log files do not impact performance.

    A side question .

    Does DML operations or index rebuild/reorg (or any other operations which grow the log file ) get impacted DURING the...

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

  • RE: Logshipping Query

    mahesh.dasoni (1/11/2013)


    Logshipping is out of sync for 2 days and so i have a huge amount of logfiles to copy and restore to DR Server.Is there any way by which...

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

  • RE: replication Issue

    mahesh.dasoni (1/11/2013)


    i have publisher & distributor on same server with pull subscription but after configuration of replication my publisher and subscriber are comes in sync but again after some...

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

  • RE: replication Issue

    mahesh.dasoni (1/11/2013)


    i have publisher & distributor on same server with pull subscription .

    Thats INCORRECT .In PULL subscription, The Distribution Agent or the Merge Agent runs at the Subscriber.

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

  • RE: How to calculate tax.....

    raghuldrag (1/10/2013)


    (Note tax_code ED12%,cess 5% like it may variate for each po_no)

    here EDpecrntage may variate,depnds the variance ve to calculate values of taxez

    Couple of question

    1) what is the...

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

  • RE: query question

    CELKO (1/10/2013)


    Since a table is a set, your table is “Customers” -- unless you have only one (sorry business is bad). It is called Strong entity; it can exist by...

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

  • RE: Why Unique Column will not allow Multiple NULL Values ?

    arnipetursson (1/10/2013)


    You have to remember that NULL in SQL means two things:

    1. Empty set

    2. Undefined set.

    This is an well know set algebra bug in SQL.

    NO , NUll is not...

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

  • RE: Heavy waits on PAGEIOLATCH_SH got cleared after restarting web application

    see this link too http://blog.sqlauthority.com/2011/02/09/sql-server-pageiolatch_dt-pageiolatch_ex-pageiolatch_kp-pageiolatch_sh-pageiolatch_up-wait-type-day-9-of-28/

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

  • RE: Heavy waits on PAGEIOLATCH_SH got cleared after restarting web application

    PAGEIOLATCH_SH means slowness in IO operations. this is the one cent which will come to anyone's mind who will look into your posts.its might be happening because BIg tables invole...

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

  • RE: SQL Query causing CPU Spikes on SQL Server 2008 r2

    APA0876 (1/10/2013)


    there is a SQL Query that is causing 90% of CPU on one of the SQL servers also it run in 14 seconds, on other server with similar specs...

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

  • RE: Am not able to export 10 lakh records to excel sheet.

    ravi@sql (1/10/2013)


    No actually i exported 3 lakh records with around 150 columns dude , i splitted the records based on source using query . for that only it...

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

  • RE: Procedure for T_SQL query optimization using Select and insert into on views

    Database admin(DBA) (1/10/2013)


    please see the below query.it returns 3122 rows and query is running 0.55.indexs also their and but its running on views(its basicallly views)

    so how to altered the query...

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

Viewing 15 posts - 526 through 540 (of 2,462 total)