Forum Replies Created

Viewing 7 posts - 61 through 68 (of 68 total)

  • RE: sorted_data_reorg, sp_recompile after reindex

    For Question1:

    No impact will be there

    From 2K-BOL:

    The SORTED_DATA_REORG clause of CREATE INDEX eliminated the sort performed when a clustered index was created. Replaced by the DROP_EXISTING clause of CREATE...

    -Hope is a heuristic search :smooooth: ~Hemanth
  • RE: SQL Server 2000 Log Shipping Secondary Server Failed

    I could think of the following steps:

    1.Remove logshipping on the primary.

    2.Restore/Reinstall the secondary.

    4.Restore the latest Fullbackups of the logshipped DBs.

    3.Reconfigure logshipping.

    Regards,

    -Hope is a heuristic search :smooooth: ~Hemanth
  • RE: cannot connect to local server

    Here, this page has the minimum requirements that are needed for installing different Editions of SQL Server 2005

    http://technet.microsoft.com/en-us/library/ms143506(SQL.90).aspx

    🙂

    -Hope is a heuristic search :smooooth: ~Hemanth
  • RE: issue with webservers

    No, I do not think the users can do anything from their end.

    What kind of memory issues are you getting? If you see anything in the errorlogs, you might want...

    -Hope is a heuristic search :smooooth: ~Hemanth
  • RE: Server not connect..TimeOut Error..

    Click on options and increase the connection timeout property and see if that helps.

    -Hope is a heuristic search :smooooth: ~Hemanth
  • RE: Deleted 11GB database

    If you can get some outage to reboot the machine, that would be one option to try.

    Otherwise, disable write caching on the drive and defrag it and see if...

    -Hope is a heuristic search :smooooth: ~Hemanth
  • RE: Scripting SQL Cluster Shutdown

    [font="Verdana"]

    I am not sure about VBScript but, you can use some OS commands to get this done.

    I created a job in SQL Server for this and it works fine....

    -Hope is a heuristic search :smooooth: ~Hemanth

Viewing 7 posts - 61 through 68 (of 68 total)