| Thread | Last Post | Replies |
|
| Get dates between a date range | 29 Aug 2007 15:23 GMT | 1 |
its my first post and i need yr help i have a table with records like id start_date end_date -----------------------------
|
| SP with varbinary(max) OUTPUT parameter - use from ADO | 29 Aug 2007 10:08 GMT | 2 |
my task is to store and read files on the server machine filesystem. I have two CLR-SPs who do this job fine. They both have a @Content parameter of type SqlBytes which results in varbinary(max) when deploying the SPs to SQL 2005 (Express).
|
| CLR Procs in 80 mode | 24 Aug 2007 20:42 GMT | 1 |
We are looking at doing some CLR procedures. The question I have is can they be done in sql 2005 80 mode? Our admin team migrated our database to SQL 2005 but left it running in 2000 mode. Are there any issues using CLP procs?
|
| join records | 24 Aug 2007 15:46 GMT | 2 |
i am trying to bring some existing data into sql 2005, i need to join 2 records together as one and delete the other. 1 record shows a product id and is marked as sent, the other record has product id and is marked as recieved, wierd thing is is that both records have sent ...
|
| CLR and VS Standard Edition | 16 Aug 2007 12:00 GMT | 1 |
Hi.. I have Visual Studio Standard edition and I wish to develpment a CLR store procedure but I don't find the database project template. Is possible to make a CLR Store Procedure in VS Standard Ed. or not? if is possible, how I can do that?
|
| Can I develop a CLR function with .NET WF? | 09 Aug 2007 14:47 GMT | 2 |
As the solution is very complex, we want to develop a CLR function which hosting WF. Is it possible?
|
| Out of memory when using CLR trigger | 03 Aug 2007 02:11 GMT | 1 |
I created a CLR trigger (using VB.net code) for capturing all updates and deletes for all tables (trigger adds a new row to a history table which is same in structure to base tables). It works fine for samll scale updates, but we have a situation where a bulk update is happening ...
|