By tag: SQLCLR
0
kicks
SQL Server 2005 evil DBA prank
Today I feel a bit evil minded so I thought I'd share this little prank-friendly function.
If you put this into a .Net Assembly you import to SQL Server as a function or a stored procedure
you can wreck some real havoc
0
kicks
SQL Server 2005: An error or intended behavior with Database Compatibi
It turns out you can still run CLR functions, sprocs etc when changing the compatibility level from 90 to 80.
Bug or feature?
0
kicks
Creating CLR Functions for SQL Server
One of the most exciting new features of MS SQL Server 2005 is its ability to host the .NET Common Language Runtime (CLR). This feature was not, however, designed merely to provide an alternative to Transact SQL (TSQL). In any development project, it is important to use the right tool for the right ...
0
kicks
MsSqlSpatial - Spatial Extensions for SQL Server 2005.
This project conforms to OpenGIS Simple Features Specification for SQL Revision 1.1 and provide lots of other useful features.