Topics
Started by
Posts
Last post
I have some information that needs to be encrypted. At the same time, it needs to be decrypted for…
3 replies
Hi all, I use sql server 2008. I want to create a clr stored procedure and send a datatype type Tab…
5 replies
How can I program daily staff by hour,counts Thank you Example: Data …
5 replies
I would like my SQL CLR procedures to be able to use some of the same utility and business object c…
1 replies
Hi there I've got four stored procs (all done in VB CLR) that I want to start at the same time from…
10 replies
CREATE PROCEDURE [dbo].[GetItemName] @cItemID int AS BEGIN DECLARE @cItemName varchar(100) SE…
27 replies
I am having difficulties creating an Assembly for a vb.net project I have written. I am getting the…
14 replies
Hi All, I had developed an SQL Server Project for making all my stored Procedures as CLR managed st…
9 replies
Hi All, I can use SqlContext.Pipe.Send("text to be printed") to output a message if I run my stored…
3 replies
Every time I attempt to create a Data Profile the task errors out while righting out the XML d…
3 replies
I have a column in a table that stores xml files but with the text datatype. I need to drill down a…
39 replies
I'm trying to call a CLR Stored Procedure with C# through the SQLHelper 2.0 class from Microsoft. U…
1 replies
Hi guys, I've had a few of our dev guys try to resolve this so maximum points to anyone who can wor…
6 replies
Scenario You develop a SQL Server 2005/2008 CLR library containing several user defined functions (…
9 replies
Is there any way to set a breakpoint in a stored procedure that will trigger when it's being execut…
6 replies
Viewing 15 topics - 256 through 270 (of 471 total)
You must be logged in to create new topics.