Sign in
Lewis Bruck's musings on SQL Server and .NET
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
F#
SQL Tips
Archive
Archives
May 2006
(2)
November 2005
(1)
August 2005
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Lewis Bruck's musings on SQL Server and .NET
F# and SQL Server CLR integration (Part 1)
Posted
over 7 years ago
by
lbruck
4
Comments
Please read my first post to understand the goals and security implications of the samples I am presenting. I will assume that you are in the sysadmin role on your SQL2005 server, you are using a program that allows you to execute TSQL commands (like...
Lewis Bruck's musings on SQL Server and .NET
F# and SQL Server CLR integration (Part 0)
Posted
over 7 years ago
by
lbruck
4
Comments
One of the many features in SQL2005 is the ability to create stored procedures, functions (UDFs), and user-defined data types (UDTs) in any .NET language. As might be expected, most of the examples available are in C# and Visual Basic. However, I think...
Lewis Bruck's musings on SQL Server and .NET
Generating a table of integers
Posted
over 8 years ago
by
lbruck
0
Comments
Generating a sequence of integers as a table is a useful utility to have. Historically, this was done either by having a temporary table or falling back to a TSQL while loop. However, the UDT feature in SQL2000 and the CTE (common table expression) feature...
Lewis Bruck's musings on SQL Server and .NET
Welcome to my blog
Posted
over 8 years ago
by
lbruck
0
Comments
I am an SDET (aka tester) in the SQL Server Storage Engine group. I want to use the blog to share what I find interesting, useful, or exciting about SQL2005, .NET, C#, or databases in general.
Page 1 of 1 (4 items)