Viewing 5 posts - 1 through 5 (of 5 total)
In refrence to CLR, using stream classes:
If you are streaming a file rather than from memory, the complier will make you flag the assembly as External Access (or unsafe), since...
October 18, 2007 at 11:02 am
CTE are nice, haven't used as much as I like to, but nevertheless they bring a nice feature forward to 2005. Just found a good article on CTE's and recursive...
October 18, 2007 at 6:55 am
It was actually for a paramter in a previous project where I was getting a list of custid's comma dilimited. When I attempted to write in Tsql I had to...
October 17, 2007 at 4:35 pm
I look at XML as the bridge between data and presentation layer, with a simple tweak of some xml files that define my presentation and a data structure I get...
October 17, 2007 at 12:03 pm
A real quick and easy way to make a split funciton, that returns records as a table.
Imagine writing that in TSQL???
October 17, 2007 at 10:44 am
Viewing 5 posts - 1 through 5 (of 5 total)