Viewing 15 posts - 76 through 90 (of 153 total)
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...
May 14, 2007 at 12:49 pm
As you have restore MSDB then see if "sp_change_users_login" is any helpful.
May 14, 2007 at 12:45 pm
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...
May 14, 2007 at 12:40 pm
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....
May 14, 2007 at 12:23 pm
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...
May 14, 2007 at 12:13 pm
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...
May 14, 2007 at 11:42 am
nice article, but besides stating CTE as a neat way to implement recursive queries. this article is missing concept & meaning about CTE.
May 8, 2007 at 10:11 am
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...
May 7, 2007 at 3:20 pm
I was not sure about what this "m_freeData" after doing DBCC PAGE, but you explained well.
Thanks for your feedback,
Thanks
Jay
May 1, 2007 at 8:42 am
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...
April 29, 2007 at 10:19 am
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...
April 13, 2007 at 9:24 am
Michael:
Your comments\suggestion are informative, thanks for making very clear.
April 12, 2007 at 11:03 am
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...
April 4, 2007 at 10:14 am
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...
April 2, 2007 at 3:50 pm
Viewing 15 posts - 76 through 90 (of 153 total)