Forum Replies Created

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

  • RE: Performance Best Practices

    We are using SQL 2000 and there is no option to capture XML excution plan.

    THanks

    Shuaib

  • RE: Delete log file

    Log file is must for the DB in Sql. If you want to get rid of the big log file, at the end data migration process, add the following steps:

    1....

  • RE: Delete log file

    Log file is must for the DB in Sql. If you want to get rid of the big log file, at the end data migration process, add the following...

  • RE: MS2000 question about SQL Server Agent

    The job will run only if both Job & its schedules are enabled. Check your job's scheduled.

  • RE: SQL 2000 - RANKING

    The local temporay table doesn't have the cluster index. I will create and hope it will not have any issues. Thanks for your help and info.

  • RE: SQL 2000 - RANKING

    Thanks. It helped me to arrive the expected results.

    Can you please clarify the order of the data in temp table? I am inserting the data into...

  • RE: SQL Cluster - Help

    NODE1 is my DNS server.

  • RE: sp_spaceused

    after dropping any index, sometimes the sys table will not update the correct info. use either DBCC UPDATEUSAGE or sp_spaceused , @updateusage = 'true' command.

  • RE: SQL Cluster - Help

    I am trying to setup a test environment. I dont see any check box saying "register must succeed".

    Thanks

    Shuaib

  • RE: SQL Cluster - Help

    I tried several times to install sql 2005, the setup is unable to register the Virtual server name. I am keep on getting the message

    "The Virtual Server name...

  • RE: SQL Cluster - Help

    How to check if the virtual server name exists in the network and how to add to network if it doesnt exists?

    Thanks

    Shuaib

  • RE: Error in Update Command

    I just found that the error came from an Update trigger. I didn't realize while executing the script. I have disabled the trigger and executed the scripts without...

  • RE: Repeatable Query

    It worked for me. Thanks Again

  • RE: Repeatable Query

    Thanks lot for you info.

    I also found the Numbers table details.

  • RE: Repeatable Query

    Can you please add the Numbers table too

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