Forum Replies Created

Viewing 15 posts - 76 through 90 (of 153 total)

  • RE: RE:

    you can install sql 2005 side-by-side with sql 2000 but there will be only one default instance &  in this case SQL 2005 will be named isntance. do search for...

  • RE: SQL v7.0 Damaged CD / Move to SQL2005?

    i forgot add that if your are going for SQL 2005 & thorough test as not done on 7.0 database then i recommend to keep backward compatibility for your 7.0...

  • RE: User Login

    As you have restore MSDB then see if "sp_change_users_login" is any helpful.

  • RE: SQL v7.0 Damaged CD / Move to SQL2005?

    you need to contact Microsoft if they can replace for you based on your license key. before upgrade i am sure you have all last good known backups including System...

  • RE: reads on inserts

    in this incidence there is drastic change of distribution statistics on all index keys. try to look from application side whether it is calling store procedure or making adoc's query....

  • RE: Installing SQL Srvr 2000 on a SAN

    Before you start installing SQL Server your SAN should be configured & your OS will be able to see Drive's. try to get information about how SAN LUN's are configured in...

  • RE: DBREINDEX does not change anything

    Provide more info about which ERP is running on SQL2K is it Peoplesoft or SAP. as both ERP as there on way of doing Indexes. If it is peoplesoft then...

  • RE: CTE Performance

    nice article, but besides stating CTE as a neat way to implement recursive queries. this article is missing concept & meaning about CTE.

  • RE: How SQL Server Chooses the Type of Join

    I am curious to know in reference to this article

    a>whether any dynamice sql statement were created within store procedure

    b> is it possible to splitting it into multiple small stored procedures and calling...

  • RE: Data Page Size question

    I was not sure about what this "m_freeData" after doing DBCC PAGE, but you explained well.

    Thanks for your feedback,

     

    Thanks

    Jay

  • RE: Data Page Size question

    Steve,

    thanks for your reply, i tried using DBCC PAGE & didn't see the PAGE size in the result or i might be looking at the wrong place. i agree to...

  • RE: How to fix a non-indexed huge table?

    as you stated the error message "Warning: The table 'IISLog' has been created but its maximum row size (13625) exceeds the maximum number of bytes per row (8060). INSERT or...

  • RE: How to Single-Thread a stored procedure

    Michael:

    Your comments\suggestion are informative, thanks for making very clear.

  • RE: migrating from sql server 2005 to sql server 2000

    changing cmptlevel from 90 to 80 or vice versa is not going to help, as the moment when SQL server 2000 Database is been attached or restored to SQL Server...

  • RE: Oracle Linked Server Issues

    can you see if there is stack dump for e.g. C:\Program Files\Microsoft SQL Server\MSSQL\log\SQLDump0030.txt

    If there is then can you please post that up, as that might give some more...

Viewing 15 posts - 76 through 90 (of 153 total)