Forum Replies Created

Viewing 15 posts - 31 through 45 (of 85 total)

  • RE: Renaming SQL Server COmputer

    thank you

    sp_dropserver and sp_addserver worked for me..

    the only mistake was ... i did not restart the server after sp_addserver...

     

    anyways thanks to all of...


    Thanks ,

    Shekhar

  • RE: Renaming SQL Server COmputer

    what are the jobs you mentioned about..???...

    I am unable to setup the replication.. (unable to configure distributor,publication..).. because of the above..

     


    Thanks ,

    Shekhar

  • RE: reads on inserts

    I think it is because of not having a CLustered Index on the tables... which might cause longer scan on tables.

    It is recommended to have atleast one clustered index...


    Thanks ,

    Shekhar

  • RE: Convert Date to number format

    Hi All

    I too have a problem with date values comparision... the below is the code

     CONVERT(VARCHAR(30),TRANS_DATE,101)>(@REPORTDATE)

    where @REPORTDATE is declared as DATETIME

    this condition is working in some of the data bases...


    Thanks ,

    Shekhar

  • RE: Triggers'''' working

    Thank you steve

    Is there anyway to check the load caused by the triggers???..

    and how SQL server decides which trigger to execute first if we have 2 same INSERT(UPDATE/DELETE) triggers??..


    Thanks ,

    Shekhar

  • RE: Temporarily avoiding writing into trans log

    As you are using Transactional replication..

    all the transactions will be logged and cannot be truncated untill all the transactions are moved to the distributor database.

    Seems changing the recovery model doesn't work...


    Thanks ,

    Shekhar

  • RE: Filegroups

    Colin,

     Thank you for your response..

    I have read some where that Avg Disk Queue Length should be less than 3 always.. and which is some way related to the number of...


    Thanks ,

    Shekhar

  • RE: Instance name is not showing up in SQL Server List

    yeah .. "Hide Server" is not checked..


    Thanks ,

    Shekhar

  • RE: Instance name is not showing up in SQL Server List

    Hi James

     thanx for you quick reply. MS SQL Server 2000 is installed on the box.. and MSSQLServer & SQLSERVERAGENT Services are running properly.

    I did not find any service named SQL...


    Thanks ,

    Shekhar

  • RE: Object Access History

    here is my situation wid the SQL profiler

    when I save the trace in to a database table, the query text is been trimed to 256 characters.. is there any way...


    Thanks ,

    Shekhar

  • RE: SQL Script

    Have you tried Redgate SQL Data Compare tool

    is this you have record level comparision and many more features.


    Thanks ,

    Shekhar

  • RE: Is this a memory leak?

    Here is an addition..

    When SQL Server performs some operation, it loads as many related pages as it requires into the memory. For example,...


    Thanks ,

    Shekhar

  • RE: Databases out of space, but not really

    have u checked the growth settings..

    whether the Maximum filegrowth is set to

        1.Restrticted grow

        2.Unlimited growth

     


    Thanks ,

    Shekhar

  • RE: Corrupted Database File

    I think it doesn't work out as

    Used sp_attach_single_file_db only on databases that were previously detached from the server using an explicit sp_detach_db operation.


    Thanks ,

    Shekhar

Viewing 15 posts - 31 through 45 (of 85 total)