我正在使用SQL Server 2008將查詢的輸出(大量數據)複製到Excel電子表格。我一直得到下面的微軟「未處理的異常」,則SQL Server 2008中退出,然後我將不得不從頭再來重新啓動一切:Microsoft .NET Framework未處理異常
jitDebugging is already enabled in my machine (Windows 7)
Microsoft .NET Framework Unhanded exception
Microsoft.SqlServer.Types
Assembly Version: 10.0.0.0
Win32 Version: 2009.0100.2500.00 ((KJ_PCU_Main).110617-0026)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.SqlServer.Types/10.0.0.0__89845dcd8080cc91/Microsoft.SqlServer.Types.dll
----------------------------------------
System.Web
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5491 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
--------------------------------------------------------------
任何援助將不勝感激
...使用SQL Server 2008複製輸出... 你使用SSMS嗎?你能更具體地說明你是如何做到這一點的? – JJS
我只是複製查詢的輸出,然後將其粘貼到Excel電子表格。它在處理較少的數據時工作正常,但在處理大數據時會得到.Net Framework未處理的異常 – Mike