.NET

External Article

.NET 2.0 transaction model

  • Article

The Microsoft .NET 2.0 platform introduces a new namespace called System.Transactions that brings in a lightweight, simplified transaction model. This article discusses the shortcomings of current transaction models and introduces System.Transactions for .NET Framework 2.0 beta 2.

Currently there are two transaction models available in the .NET world, both of which are suited for certain situations. The first is part of the rich ADO.NET data providers. The second is the enterprise services transaction. Before we examine System.Transactions, let’s have a look at the current models.

2005-07-11

2,446 reads

External Article

Introduction to C# for DBA's

  • Article

This is the first article in a series on writing stored procedures using the Common Language Runtime (CLR). This article focuses on basic C# syntax and using Visual Studio to build a stored procedure. It's targeted at DBA's and anyone else who primarily writes in Transact-SQL and hasn't had much exposure to .NET yet.

2005-06-10

5,111 reads

Technical Article

Decreased Performance from a UDF

  • Topic

So I've got this batch of T-SQL that runs in Query Analyzer in about 3 seconds or so.  When i put this exact same code into a UDF the time shoots up to over a minute.  Has anyone ever heard of reduced performance when T-SQL is put into a UDF.  By the way  I also […]

2005-05-12

1 reads

Technical Article

RE: Performance Problem

  • Reply

Chek the use of indexes, if the are not the same try to Hint them:..................FROM Table1 (INDEX = idx_index_name)............ Sometimes if you use calculation in the joins it does not use the right index.

2005-04-28

Blogs

SQL Saturday Boston 2024 Slides

By

Thanks to everyone that came to my talks. Slides are below. Best Practices for...

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers