Forum Replies Created

Viewing 15 posts - 556 through 570 (of 2,462 total)

  • RE: Having doubt on procedure with joins

    it seems that you are quite familiar with this forum . so table defintion , index , test data was expected. it is better to get the result faster.

    Anyways...

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

  • RE: New more powerful servers are slower than old ones?

    What about the setting up maximum limit of Memory.... (I might be hitting the nail in dark holding with it other hand. 😀 )

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

  • RE: Indexing.

    peacesells (1/8/2013)


    what columns would be best suitable to have indexes on in dimension and fact tables.

    indexs should include column which are part of

    Where

    order by

    group by

    JOINs...

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

  • RE: Database restore

    you need to test (as i havent tried this )but i think you cant restore database of prior versions.

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

  • RE: sql query writing12

    Always post table defintion along with test data to get faster resultsl.people here steal their time to help others , sometimes they dont have time to frame everything here.please see...

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

  • RE: sql server memory

    Oracle_91 (1/8/2013)


    Do you have any steps to reproducing the error?

    NO.

    but see if these link can help you

    http://blogs.msdn.com/b/karthick_pk/archive/2012/06/22/a-significant-part-of-sql-server-process-memory-has-been-paged-out.aspx

    http://support.microsoft.com/kb/918483

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

  • RE: Log size is Big

    DIB IN (1/8/2013)


    If in a database MDF file Size is 10 GB and LDF file size is 50 GB.What are the steps require to reduce to log file size.

    LDF...

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

  • RE: Update statics

    see this link too Statistics

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

  • RE: Update statics

    jitendra.padhiyar (1/8/2013)


    1. Is it using indexing and sorting for this process ?

    2. Is it using TempDB for data collection (for static purpose) ?

    NO.

    Have you read the link which...

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

  • RE: Partition including refernce tables and multiple keys

    Minaz Amin (1/7/2013)


    Is it possible to have multiple keys as partitons keys?

    let me guess it is because "to cover most of the queries" ?

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

  • RE: sql server memory

    Oracle_91 (1/7/2013)


    “A significant part of SQL Server process memory has been paged out. This may result in performance degradation".

    ANy reason why you ONLY need this particular error msg?:w00t:

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

  • RE: weird memory usage on sql server

    Another link http://sqlserverplanet.com/troubleshooting/sql-server-slowness

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

  • RE: weird memory usage on sql server

    djordan 4543 (1/7/2013)


    with the script provided - is there anything in particular to look for . I ran the script during high memory usage and low memory usage and I...

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

  • RE: Generate Months from unique records with different date ranges

    Jason-299789 (1/7/2013)


    You can solve this with a Calendar Table, once you have a Calendar table in place its simple to then run a Cross tab to get the values, in...

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

  • RE: Generate Months from unique records with different date ranges

    Kyalo (1/6/2013)


    Contract Number 1234, contract startdate 1/3/2012, contract enddate 30/09/2012, contract amount $5000

    And how will you show output result for above

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

Viewing 15 posts - 556 through 570 (of 2,462 total)