| Thread | Last Post | Replies |
|
| SQL CLR TV-UDF w/ dynamic schema? | 21 Sep 2006 18:13 GMT | 12 |
In reading Itzik's awesome book (Inside Microsoft SQL Server 2005: T-SQL Programming) I came across some code that implements a table-valued user-defined-function in CLR. It was just what I was looking for... I thought. The catch was that his example, and all the ones I've seen ...
|
| 70_431 exam | 16 Sep 2006 09:31 GMT | 2 |
Please canyou help me where can I get samples for 70_431 exam. Implementing and maintaining SQL Server 2005. OR to guide to any sites that can help me . thank you
|
| send mail from SQL | 15 Sep 2006 14:12 GMT | 4 |
--Hi --can any body help me pls --trying to execute this Use master
|
| Cannot Deploy - CLR Installation Error ?! - HELP | 13 Sep 2006 22:44 GMT | 5 |
Hi there.. I´m trying to create a Sql Server User Defined Function on Visual Studio 2005. The Sql Project Builds fine, and my Sql Express Service works as well... But when I try to deploy my project, I get the following error:
|
| How do you unload an app domain | 12 Sep 2006 02:38 GMT | 3 |
I've looked and looked through BOL. Once CLR loads up an app domain for an assembly, how do I turn around and cause the SQL Server to unload the app domain? Thanks
|
| Deleting a file | 08 Sep 2006 14:59 GMT | 8 |
I have a Sql Clr assembly with permission set to 'External' which i wish to use to delete a file from the hard drive. I have tried both File.Delete and FileInfo.Delete but both are denied permission.
|
| creating symmetric key | 08 Sep 2006 08:51 GMT | 2 |
Hi , pls any one can help / during creating key ia am finding trouble Iam writing the following trans-sql create symmetric key SymKey with algorithm = AES_256
|
| CREATE ASSEMBLY | 04 Sep 2006 11:35 GMT | 6 |
Hi again! I'd like to install an assembly from an .net application on a remote server. Is it possible? How does the create assembly command work with assembly_bits?
|
| How can i check whether the assembly already exists or not | 01 Sep 2006 13:01 GMT | 1 |
I am deploying one dotnet assembly in sql 2005 using Create Assembly command. If the assembly already exists in the data base it is giving an error. so i want to drop the assembly if already exists but i am not sure how to check that.
|