Please start any new threads on our new 
    site at https://forums.sqlteam.com.  We've got lots of great SQL Server
    experts to answer whatever question you can come up with.
    
        | 
                
                    | 
                            
                                | Author | Topic |  
                                    | koroshStarting Member
 
 
                                        3 Posts | 
                                            
                                            |  Posted - 2007-11-17 : 08:06:53 
 |  
                                            | when I run (select * from product )from QueryAnalizer this message appear what should I do?Server: Msg 3624, Level 20, State 1, Line 1 Location:	 recbase.cpp:1378Expression:	 m_offBeginVar < m_SizeRecSPID:		 62Process ID:	 1484Connection BrokenI need your help anywhere |  |  
                                    | rmiaoMaster Smack Fu Yak Hacker
 
 
                                    7266 Posts | 
                                        
                                          |  Posted - 2007-11-17 : 21:17:33 
 |  
                                          | Try run it on sql server directly. |  
                                          |  |  |  
                                    | ZoroasterAged Yak Warrior
 
 
                                    702 Posts | 
                                        
                                          |  Posted - 2007-11-17 : 21:26:55 
 |  
                                          | If SQL Server 2000 and not SP4 make sure it's not this bug: http://support.microsoft.com/kb/827714 , if it is apply the SP (you should apply it anyway if you don't have it). Future guru in the making.
 |  
                                          |  |  |  
                                    | koroshStarting Member
 
 
                                    3 Posts | 
                                        
                                          |  Posted - 2007-11-18 : 03:02:36 
 |  
                                          | it is SQL Server 2000 with SP3 and I Delete primary key on table PRODUCT to rebuild Clustered index  on it but the result was the same. also I couldn't make primary key again.I'm running queries directly from Server.I need your help anywhere |  
                                          |  |  |  
                                    | ZoroasterAged Yak Warrior
 
 
                                    702 Posts |  |  
                                    | koroshStarting Member
 
 
                                    3 Posts | 
                                        
                                          |  Posted - 2007-11-19 : 02:59:20 
 |  
                                          | I apply SP4 , and it seems working good.thanks for your kindness.I need your help anywhere,anytime |  
                                          |  |  |  
                                    | ZoroasterAged Yak Warrior
 
 
                                    702 Posts | 
                                        
                                          |  Posted - 2007-11-19 : 09:48:53 
 |  
                                          | quote:Your welcome, khayesh meekonamOriginally posted by korosh
 I apply SP4 , and it seems working good.thanks for your kindness.I need your help anywhere,anytime
 
  Future guru in the making.
 |  
                                          |  |  |  
                                |  |  |  |