Forum Replies Created

Viewing 15 posts - 46 through 60 (of 131 total)

  • RE: need help to build a query

    hiii ramesh

    query provided by u is not fulfilling the requirement ,

    just read above posts

    & suggest soln

    Thanx in advance

    Sanket Ahir
    Don't run behind the success, Try to be eligible & success will run behind u......

  • RE: need help to build a query

    hiii Rbarry

    got error

    Msg 8120, Level 16, State 1, Line 1

    Column 'db_size.dbname' is invalid in the select list because it is not contained in either an aggregate function or the GROUP...

    Sanket Ahir
    Don't run behind the success, Try to be eligible & success will run behind u......

  • RE: need help to build a query

    hiii dan

    i want O\P in foll. format

    dbdate dbname datasize_MB

    ====== ======== ...

    Sanket Ahir
    Don't run behind the success, Try to be eligible & success will run behind u......

  • RE: Importing Excel Sheet Into the SQL SERVER 2005

    fire

    select @@version

    and post the output here

    Sanket Ahir
    Don't run behind the success, Try to be eligible & success will run behind u......

  • RE: performance

    GilaMonster (2/19/2010)


    sanketahir1985 (2/19/2010)


    Obviously first one

    because in first query both the table will be scanned only for condition a.name=b.name

    In second query whole table2 will be scanned then it will...

    Sanket Ahir
    Don't run behind the success, Try to be eligible & success will run behind u......

  • RE: SQL SERVER 2000 To SQL SERVER 2005

    best way is to run upgrade advisor

    Sanket Ahir
    Don't run behind the success, Try to be eligible & success will run behind u......

  • RE: SQL 2008 licensing cost

    just go thru attachment

    Sanket Ahir
    Don't run behind the success, Try to be eligible & success will run behind u......

  • RE: performance

    Obviously first one

    because in first query both the table will be scanned only for condition a.name=b.name

    In second query whole table2 will be scanned then it will be compared...

    Sanket Ahir
    Don't run behind the success, Try to be eligible & success will run behind u......

  • RE: memory hitting 95% in one server

    Have u changed any sp_configure settings?

    sply min memory,max memory

    Sanket Ahir
    Don't run behind the success, Try to be eligible & success will run behind u......

  • RE: RAM utilization on sql server

    Hii

    Do not change any configuration settings without having the root cause why RAM is getting utilized. ByDefault sql server uses available RAM.

    2ndly run the perfmon in peak hrs...

    Sanket Ahir
    Don't run behind the success, Try to be eligible & success will run behind u......

  • RE: Moving data

    many options are avasilable

    use import export wizard(for one time movement)

    u can use ssis package too(For daily moving data)

    Sanket Ahir
    Don't run behind the success, Try to be eligible & success will run behind u......

  • RE: Confused related to service pack of sql server

    thats what i replied

    first query gives u windows operating system service pack

    second query gives u sql server service pack.

    why?

    thats how microsoft has liked to do the things.

    if u r...

    Sanket Ahir
    Don't run behind the success, Try to be eligible & success will run behind u......

  • RE: Gathering Complete SQL Server Machine Information

    Or if u want to do manual work,then foll. script will collect all the data from ur sql server.

    Sanket Ahir
    Don't run behind the success, Try to be eligible & success will run behind u......

  • RE: Gathering Complete SQL Server Machine Information

    go thru attached rtf to create rdl for preparing reports, u will get some idea

    Sanket Ahir
    Don't run behind the success, Try to be eligible & success will run behind u......

  • RE: RAM utilization on sql server

    fire Sp_updatestats on the database (considering this is test server)

    then use database

    Try to find out the queries which are taking more IOs using profiler

    Sanket Ahir
    Don't run behind the success, Try to be eligible & success will run behind u......

Viewing 15 posts - 46 through 60 (of 131 total)