Viewing 15 posts - 6,631 through 6,645 (of 7,636 total)
I agree with the OP, in fact it's one of my biggest wishes for SQL Server: true "inline" scalar functions or more properly "persistent parametrized scalar expression aliasing".
June 15, 2008 at 1:08 pm
On the other hand, if your sheets need to be resized based on the number of rows returned, then automated "Get External Data" refreshes can be pretty hard to get...
June 15, 2008 at 12:58 pm
This is a CAS (CodeAccessSecurity) permissions error. I think that it means that you are trying to use a DLL that is not approved for your Assembly's safety level.
June 15, 2008 at 12:47 pm
Jeff Moden (6/15/2008)
What's wrong with a good ol' concatenation function that works in 2k and 2k5?
Are we thinking of the same thing? I thought the concatenation function was pretty...
June 15, 2008 at 12:35 pm
Carl: can you post your data so that we can replicate your test?
Easiest way is probably to BCP the table and then include as an attachment in a .ZIP...
June 15, 2008 at 12:12 pm
Matt: I cannot replicate your results because I cannot find the CLR cursor SP?
June 15, 2008 at 11:03 am
Arghh! Right you are, my bad. Thing is, although I thought that it would write more than once (thought I had seen it in a bad Update statement...
June 15, 2008 at 10:27 am
So is RC0 a performance-ready version? I would really like to start doing some performance tests on it.
June 15, 2008 at 6:18 am
This is one way. Not the fastest, but not terrible, and easy to understand and remember:
--====== capture all of the persons
Select Id, [Name], Cast('' as varchar(255)) as pet_name
Into...
June 15, 2008 at 6:09 am
My policy is "Vacation is Vacation", period. If it isn't a real emergency, then I don't want to hear about it and I won't interrupt someone else's vacation with...
June 15, 2008 at 5:53 am
Congratulations!
Also, please let the rest of us know the answer?
June 15, 2008 at 5:50 am
Or just disable them and see who complains.
June 14, 2008 at 11:41 pm
My question exactly, Jeff.
June 14, 2008 at 10:20 pm
Viewing 15 posts - 6,631 through 6,645 (of 7,636 total)