Forum Replies Created

Viewing 15 posts - 811 through 825 (of 2,462 total)

  • RE: Time out in insert statement

    mah_j (11/18/2012)


    What do you mean by partitioning?Do you mean using partitioning with an appropriate range of data in that table to separate the files?

    see this for advantages ...

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

  • RE: Time out in insert statement

    mah_j (11/18/2012)


    But i can not test any thing on main server.Is there any other way to find the hot index?

    this can help you here http://msdn.microsoft.com/en-us/library/ms188917(v=sql.90).aspx

    mah_j (11/18/2012)


    What do you mean by...

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

  • RE: setup maximum and minimum memory

    sqlfriends (11/18/2012)


    I have a dedicated SQl server that has 12 gb physical memory.

    then MAx memory can go upto 10 gb

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

  • RE: !!! Database server slowing down

    Tanaji Chougale (11/19/2012)


    all things are proper

    this application run properly on other normal PC

    it indicates there might be nothing to do with Sql server as if sql server behaves abnormally...

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

  • RE: What is DCEXEC?

    i guess you are looking for this

    http://msdn.microsoft.com/en-us/library/ms162810(v=sql.105).aspx

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

  • RE: Backup file HUGE compared to DB size

    Scott D. Jacobson (11/16/2012)


    I've learned through that experience that it's better to executing the backup action through the job directly or, even better, create some DBA stored procedures and then...

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

  • RE: SP - output confusion?

    durai nagarajan (11/16/2012)


    Note: that SP is not giving wrong output every time.

    Here do you mean that with same parameters you are getting different results (sometime right sometmes wrong )...

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

  • RE: Query Optimization

    farooq.hbs (11/16/2012)


    I worked with the jason post CTE method (Replacing Correlated Queries to CTE) but it is taking much more tym than now..Could anyone help on this

    use different...

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

  • RE: EAV tables Vs. SQL_VARIANT Vs XML

    today i first time heard about EAV. can you post any simple example so that i can have a idea about it , i havent got any good example over...

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

  • RE: Which is best way

    which is the best way to create this proc, using the if else or my code

    Your COde

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

  • RE: Improve perfomance of a table which have millions of data

    there are also other ways to improve the peorformance (miilions of rows case )

    partiton the data.

    keep the indexes on diiferent drive if possible OR use fast drives.

    normalization of...

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

  • RE: Improve perfomance of a table which have millions of data

    rajesh.r (11/15/2012)


    Is there any option to improve the performance of above queries instead of creating separate index on the columns name,email,city,country

    What are the options to improve the performance of above...

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

  • RE: Query Optimization

    Bhuvnesh (11/15/2012)


    Post the execution plan here , so that people can have more clear view to help you

    execution plaan need here

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

  • RE: How to solve this issue sqlserver.exe process is taking so much of memory [70%]

    naga.rohitkumar (11/15/2012)


    but quite oppositely wintel team saying that of ur sqlserver.exe use more sapce it might be problem in file transfer or in any uploads

    ?????? need mmore clarification

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

  • RE: SQL agent failed job detailed informtion???

    Lavanyasri (11/15/2012)


    I don't want the error message generated by that job failure . I want only the job name with the failure alert ........

    you can use dbo.sysjobhistory ...

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

Viewing 15 posts - 811 through 825 (of 2,462 total)