Fri 25 May 2007
After installing IIS the ASP.NET setup has to be started by using following command:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
Fri 25 May 2007
After installing IIS the ASP.NET setup has to be started by using following command:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
Wed 16 May 2007
Posted by Ralf under SQL Server
No Comments
Falls aus Excel Daten importiert werden die sowohl textuell als auch numerisch sein können (pro Spalte), dann kann es passieren, dass numerische Werte als NULL-Values dargestellt werden.
Lösung:
Einfach bei Extended Connection Properties (des Excel Connection Managers) “IMEX=1″ (für import-Mode) anfügen.
[Quelle: http://support.microsoft.com/default.aspx?scid=kb;EN-US;194124]