CLR in SQL SERVER -


I'm a bit confused about SQL CLR. When I use the query below, am I using CLR?

  SqlCommand CMD = New SQL Commands ("Select from item where name" "+ text box 1. text +"% '", conn); SqlDataReader reader = cmd.ExecuteReader ( );   

Please provide simple details of SQL CLR with some real examples

No, you are using the ADO .NET to ask a SQL database (running on CLR). This code except the code textbox1.Text Could run SQL In Ielar.

SQL CLR C # or the like as well as stored procedures written in Vibiknet provides some examples.

Comments