다음을 통해 공유


Welcome to the SQL-CLR blog

We hope to use this blog to communicate with the SQL Server user community on the CLR Integration features in SQL Server 2005 (sometimes known affectionately as SQL-CLR). This feature enables writing stored procedures, triggers, functions, user-defined types and aggregates in SQL Server using any of the .NET languages. Watch this space for usage tips, scenarios, samples and feel free to provide your feedback through the comments section.

- Balaji Rathakrishnan
Microsoft SQL Server

This posting is provided "AS IS" with no warranties, and confers no rights.

Comments

  • Anonymous
    May 04, 2005
    The SQL Server 2005 (Yukon) Common Language Runtime Integration team has started blogging at http://blogs.msdn.com/sqlclr/archive/2005/05/04/414769.aspx...
  • Anonymous
    May 04, 2005
    SQLCLR Blog スタート
  • Anonymous
    June 13, 2005
    It would be nice if you could share some knowledge on how to create custom indexes on custom datatypes.
    For instance a Generalized Search Tree (GiST) or R-tree for indexing geometric/spatial datatypes.
  • Anonymous
    December 19, 2005
    Hello,CLR team.
    How can i create CLR stored procedure in SQL Server with varchar(max) parametr?

    Thank you.
  • Anonymous
    December 20, 2005
    Hi Dmitriy,

    I'm assuming you're using Visual Studio deployment to create your stored procedure. To create the stored procedure in SQL with nvarchar(max), use the SqlChars type in your .NET code.