Isaac
Lifelong Learner
- Local time
- Today, 11:48
- Joined
- Mar 14, 2017
- Messages
- 11,108
Can you do just about 'anything' in the guts of a CLR written in, say, c#.net?
Let's say I wanted to create a scalar clr function written in c#.net. If it has to 'return' something scalar in SQL that's fine, it will return a 1 for success and a 0 for failure or whatever.
But in the guts of it, could I, say.....tell it to take a file and split it into 10 files? Or copy something to another network folder? Or pretty much any IO type of stuff?
Let's say I wanted to create a scalar clr function written in c#.net. If it has to 'return' something scalar in SQL that's fine, it will return a 1 for success and a 0 for failure or whatever.
But in the guts of it, could I, say.....tell it to take a file and split it into 10 files? Or copy something to another network folder? Or pretty much any IO type of stuff?