Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Kevin Settler: "If you need the job done right and on time, do it with MS SQL Maestro on your team. The software is a pleasure for us. SQL Maestro Group do excellent work and are dedicated to producing products that all can be proud of".
Alex Torin: "Several months ago I downloaded the trial versions of several Microsoft SQL administration tools that I was able to find using google. I had considerable trouble with most of them crashing... but using your product I was able to isolate and solve the problems I was having. I decided to add it to my toolkit and have recommended it to a few others".

More

Add your opinion

MS SQL Maestro online Help

Prev Return to chapter overview Next

Editing properties

The Properties tab consists of two parts: Parameters and Properties.

 

The Parameters tab contains the list of the current CLR procedure parameters with its options. Here you can find the Name and the Type of each parameter of the CLR procedure and also the Comment for the parameter.

 

The Properties tab allows you to specify CLR procedure options according to your needs. The detailed description is given below.

 

Name

You can edit the CLR procedure name here.

 

Owner

The field represents the owner of the CLR procedure. By default, only the owner of an object can perform various operations with the object. In order to allow other users to operate it, privileges must be granted. (However, users that have the superuser attribute can always access any object.)

 

Comment

Specify a comment to the CLR procedure.

 

Create Date

Indicates the date when the CLR procedure was created.

 

Modify Date

Indicates the date when the CLR procedure was last modified.

 

Execute As

Specifies the security context under which to execute the CLR procedure (For details see Execute As Clause (Microsoft SQL 2005 References)).

 

Parameters

Here you can find the list of the CLR procedure parameters.

 

Assembly, Class, Method

Specifies the method of a .NET Framework assembly for a CLR stored procedure to reference. Class must be a valid SQL Server identifier and must exist as a class in the Assembly.



Prev Return to chapter overview Next