![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| ||||
| ||||
|
|
We updated some servers from 05 to 08. We soon found out you couldn't do queries in 05 to an 08 server. |
|
Well if you try to edit a proc you get nothing but error squiggleys. The sprocs complile but all the invalid error messages are very annoying. |
|
If you try to debug a sproc, SSMS locks up and can only be killed through task manger. |
|
If you go to the linked severs and click on an 05 box and try to see the catalogs, the request times out after about 5 minutes. |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Chuck P (Chuck (AT) newsgroup (DOT) nospam) writes: We updated some servers from 05 to 08. We soon found out you couldn't do queries in 05 to an 08 server. It is possible to connect to SQL 2008 with SSMS 2005, if you have installed SP3 of SQL 2005. Well if you try to edit a proc you get nothing but error squiggleys. The sprocs complile but all the invalid error messages are very annoying. Intellisense is indeed very annoying. But you can turn it off. Tools->Options->Text Editor->Transact-SQL->Intellisense. If you try to debug a sproc, SSMS locks up and can only be killed through task manger. I have found in previous versions of SQL Server that came with a debugger, that debugging is really only an option if you run against an instance on the same machine. Debugging against other servers means struggling with a lot og read time. If you go to the linked severs and click on an 05 box and try to see the catalogs, the request times out after about 5 minutes. That does indeed seem to be slow, but I would say to me that this is something I do very often. -- Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se Links for SQL Server Books Online: SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx |
#5
| |||
| |||
|
|
Hi Chuck, Thank you for using Microsoft MSDN Managed Newsgroup. My name is Mark Han. I am glad to work with you on this issue. From your description, I understand that there are 2 issues you meet now. 1 when you try to connect to the linked server (SQL 2005)created on the SQL Server 2008, an error about(time out) appears. 2 when using SQL 2008 SSMS to dubug a sprocs, it seems that the SSMS hangs. If I have misunderstood, please let me know. in order to address you concern, I would like to explain the following 1 we have to update the SQL 2005 to SP3 so that we can use SSMS 2005 to connect to the SQL 2008. Based on your description, I know that you have installed the SSMS 2008. it is great and suggested. 2 I understand your concerns on the Intellisense feature. So, if it is convenient to you, please close it. Tools->Options->Text Editor->Transact-SQL->Intellisense. 3 In the post, I will help to focus on 2 different issues. So, generally, I will seperate my response to 2 parts in the future. For linked server time out issue. To further diagnose the issue, we need to understand the scenario first. So please help to confirm the following and send me an email. after receiving your mail, I will create a workspace for you to upload the required informatin and list the next troubleshooting step. my email address is v-fathan (AT) online (DOT) microsoft.com (remove online) 1 how is the linked server built? 2 on the machine where the SSMS hangs, could we connect to the SQL 2005 by SSMS directly? 3 on the machine where 2008 is installed, please try to use SSMS to connect the SQL 2005. For SSMS hang issue. The issue is a client tool problem. So, please do the following to narrow down the issue 1 please involve another machine where the SSMS 2008 is installed and then try to use the SSMS to debug the sprocs to check if the issue will still happen 2 please create a simple code. For example "select * from table_name". and try to debug the query and see if the issue will occur again. If there is anything unclear, please do not hesitate to let me know. Have a nice day! Best regards, Mark Han Microsoft Online Community Support ================================================== ========= Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msdnmg (AT) microsoft (DOT) com. ================================================== ========= Get notification to my posts through email? Please refer to http://msdn.microsoft.com/subscripti...ult.aspx#notif ications. Note: MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 2 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at http://msdn.microsoft.com/en-us/subs.../aa948874.aspx ================================================== ========== This posting is provided "AS IS" with no warranties, and confers no rights. ================================================== ======= |
#6
| |||
| |||
|
|
I would say the real problem I am trying to solve is we upgraded SSMS to the 08 version and within 5 minutes pretty much found out it is bug ridden. |
#7
| |||
| |||
|
|
Take a look at this feedback (about intellisense): http://connect.microsoft.com/SQLServ...dbackID=311967 -- Ekrem Önsoy "Chuck P" <Chuck (AT) newsgroup (DOT) nospam> wrote in message news:0E6FE28F-6964-4416-B985-7FDD81579000 (AT) microsoft (DOT) com... I would say the real problem I am trying to solve is we upgraded SSMS to the 08 version and within 5 minutes pretty much found out it is bug ridden. I am sure as the day wears on we will find more problems. I spent some time describing how we installed with the hopes that maybe the way we did it results in bugs that could be fixed by reinstalling or doing something else. Debugging: All of our 05 servers are on sp2 or sp3. I will get the remaining ones on sp3 tonight. I would like to use intellisence, is their a way to get it to not report that 15 items are in error when none of them are? "Mark Han[MSFT]" wrote: Hi Chuck, Thank you for using Microsoft MSDN Managed Newsgroup. My name is Mark Han. I am glad to work with you on this issue. From your description, I understand that there are 2 issues you meet now. 1 when you try to connect to the linked server (SQL 2005)created on the SQL Server 2008, an error about(time out) appears. 2 when using SQL 2008 SSMS to dubug a sprocs, it seems that the SSMS hangs. If I have misunderstood, please let me know. in order to address you concern, I would like to explain the following 1 we have to update the SQL 2005 to SP3 so that we can use SSMS 2005 to connect to the SQL 2008. Based on your description, I know that you have installed the SSMS 2008. it is great and suggested. 2 I understand your concerns on the Intellisense feature. So, if it is convenient to you, please close it. Tools->Options->Text Editor->Transact-SQL->Intellisense. 3 In the post, I will help to focus on 2 different issues. So, generally, I will seperate my response to 2 parts in the future. For linked server time out issue. To further diagnose the issue, we need to understand the scenario first. So please help to confirm the following and send me an email. after receiving your mail, I will create a workspace for you to upload the required informatin and list the next troubleshooting step. my email address is v-fathan (AT) online (DOT) microsoft.com (remove online) 1 how is the linked server built? 2 on the machine where the SSMS hangs, could we connect to the SQL 2005 by SSMS directly? 3 on the machine where 2008 is installed, please try to use SSMS to connect the SQL 2005. For SSMS hang issue. The issue is a client tool problem. So, please do the following to narrow down the issue 1 please involve another machine where the SSMS 2008 is installed and then try to use the SSMS to debug the sprocs to check if the issue will still happen 2 please create a simple code. For example "select * from table_name". and try to debug the query and see if the issue will occur again. If there is anything unclear, please do not hesitate to let me know. Have a nice day! Best regards, Mark Han Microsoft Online Community Support ================================================== ========= Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msdnmg (AT) microsoft (DOT) com. ================================================== ========= Get notification to my posts through email? Please refer to http://msdn.microsoft.com/subscripti...ult.aspx#notif ications. Note: MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 2 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at http://msdn.microsoft.com/en-us/subs.../aa948874.aspx ================================================== ========== This posting is provided "AS IS" with no warranties, and confers no rights. ================================================== ======= |
#8
| |||
| |||
|
|
I'd like to use the intellisence it worked fine in the other versions. |
|
Debugging in previous versions I would get errors but not complete lockups of SSMS |
|
When we looked at linked servers in previous versions we could look at the catalogs, It would take under 2 seconds. Now it just locks up. |
![]() |
| Thread Tools | |
| Display Modes | |
| |