Does SQL# (SQLsharp) work with Microsoft SQL Server 2000 (or before)?
Unfortunately, no. SQL Server 2005 is the first version to incorporate the .Net CLR inside the database engine so the previous versions would have no way to make use of .Net code. If you are stuck using SQL Server 2000 (or before) for a while and need to do complicated, procedural logic, the only way is to create a COM DLL and register it as an Extended Stored Procedure (xp). See Books Online (BOL) for more detailed information on creating and registering xp DLLs in SQL Server 2000.
Related Questions
- After ProMax 3.0 installs Microsoft SQL Server Express SP3, my Windows XP/SP2 system experiences the blue screen of death (BSOD) or repeated restarts. How do I resolve this problem?
- Can the Microsoft SQL Server Desktop Engine (MSDE) be installed manually?
- Does SQL Virtual Restore support all versions of Microsoft SQL Server?