About me

Carlos Bercero is a BI Consultant for one of the leading BI firm in Puerto Rico, Nagnoi, Inc. ( nagnoi.com). His professional IT career started in 1995 playing many different roles in the IT industry. He is now specialized in Business Intelligence Solutions and Custom Application Development.
|
SQL Stored Procedure Array Parameters Dilemma, Solved with CLR
If you work actively with SQL Server and do most of the data operations using stored procedures, then I bet that at least once, you wanted to pass an array of values as a parameter to a stored procedure (or function). Just like you, I had the same situation. I’ve seen many approaches to this problem and all of them has their pros and cons. I’ve implemented a solution using a CLR Stored Procedure, that I find quite practical and well performing.
Read full article
Writing a CLR Stored Procedure on SQL Server
11/23/2009 5:42:43 AM,
0
Comments
Filed under:
.NET, SQL, Stored Procedures, SQL CLR, CLR
As I mentioned in my previous posts, CLR objects on SQL Server can be very useful in certain scenarios. Here I will show you how to create, deploy and test a simple CLR stored procedure. This stored procedure will return a file list from the file system upon the specified path.
Read full article
How to create an SQL CLR Project in Visual Studio 2008
11/20/2009 2:49:03 AM,
0
Comments
Filed under:
.NET, SQL, SQL CLR, CLR
Visual Studio 2008 comes already with a project template for this purpose. In this example I will show you how to create an empty project.
Read full article
What is SQL CLR?
11/19/2009 2:07:00 AM,
0
Comments
Filed under:
.NET, SQL, SQL CLR, CLR
SQL CLR is the ability to create SQL Server programmability objects using .NET languages and framework.
Read full article
What is CLR (Common Language Runtime)
11/16/2009 1:00:00 AM,
0
Comments
Filed under:
.NET, CLR
Common Language Runtime (CLR) is the runtime environment that manages the interpretation, compilation and execution of .NET program code. It also provides services such as memory management, exception management, debugging and security.
Read full article
SQL CLR Basics presentation at PR PASS (Professional Association for SQL Server, Puerto Rico Chapter) meeting
11/8/2009 3:27:00 AM,
0
Comments
Filed under:
.NET, SQL, SQL CLR, CLR
Last Thursday, November 5 2009, I had the honor to be the speaker of one of the sessions of the PR PASS (Professional Association for SQL Server, Puerto Rico Chapter) meetings. I made a short presentation called “SQL CLR Basics”. In it, I showed the attendants the basics on how SQL works and how to get started with it.
Read full article
|
|
|