Viewing 5 posts - 1 through 5 (of 5 total)
ghelyar (5/16/2008)
May 23, 2008 at 1:03 pm
Now that you wrapped your p/invoke into a web service, can't you just call it via SQLCLR. you will need to set to your SQLCLR function(s) to use...
May 23, 2008 at 12:25 pm
Marios Philippopoulos (5/20/2008)
Jeff Moden (5/19/2008)
Does anyone know how memory leaks can be monitored?
(through SQL Server 2005 queries or otherwise)
I have used the following check, not feature rich but better...
May 20, 2008 at 8:42 am
Just tried a 1GB file and took 1m 23sec to work,
create table delme (data varbinary(max))
insert delme(data)
Select dbo.udf_FileToBytes('\\MYDBSERVER\SYS\Data\Import\data.sql')
i didn't have a huge xml file handy to test the...
May 16, 2008 at 8:35 am
I have not tried to send a varchar(max) let alone four of the to a tvf, so I really cant comment if that the issue but I though the limit...
May 15, 2008 at 12:35 pm
Viewing 5 posts - 1 through 5 (of 5 total)