Viewing 15 posts - 226 through 240 (of 378 total)
anudata (8/31/2010)
empid Transacttiondate ...
August 31, 2010 at 6:50 am
niyinks (8/23/2010)
August 24, 2010 at 2:35 am
niyinks (8/20/2010)
August 20, 2010 at 8:56 am
niyinks (8/20/2010)
while the forum does try to aid things, some of us (me) are quite new to this, and would appreciate help. I have tried to tweak the code from...
August 20, 2010 at 8:14 am
CTE's cannot be replaced by mere views, see below why:
1. If you need to query specific operations, that do not make any sense when viewed separately from the main query,...
August 20, 2010 at 3:13 am
I agree on all aspects for the full 100%, even while I do not blog myself. I say this on two basis:
* Responding to blogs myself, poking holes or getting...
August 13, 2010 at 5:16 am
I very much like SQL even while over the time I encounter or read about quite a few quirks. The problem I have with the case I brought forward is...
July 23, 2010 at 3:36 am
Mike C,
I understand you point, I hope you can see mine too. In fact I never used the querky update anywhere as I never needed it. But more demanding cases...
July 22, 2010 at 9:28 am
Jeff Moden (7/22/2010)
I've not tried this particular example but I'm pretty sure that you don't actually need the index hint when you use an ORDER BY to get the correct...
July 22, 2010 at 8:52 am
Mike C (7/21/2010)
Jeff Moden (7/21/2010)
Mike C (7/20/2010)
I'll have to look a little closer at that one tomorrow. Is multirow variable aggregation as unsafe as multirow string concatenation?
Gosh, Mike, I'm...
July 22, 2010 at 4:03 am
In my oppinion ANSI padding (for storage) should always be on and I cannot see any justification for it not to be.
If my program stores the varchar 'A' plus a...
July 16, 2010 at 3:18 am
james.burnell (6/22/2010)
Our project is subordinate to another SOA project that conglomerates data from multiple sources...
June 22, 2010 at 7:20 am
A schema can best be seen as a namespace, separating one functional group of entities from another. This allows modular design and reuse of these functional modules without naming collisions....
June 22, 2010 at 3:09 am
I have to say I exclusivly work with the simple recovery model myself. Over time I learned that for those, it is best to have a fixed size, but **...
May 28, 2010 at 2:24 am
The CRUD concept itself is very old (I know of implementations from over 20 years back). It is also kind of crude/limiting in that operations apply per record (from what...
May 12, 2010 at 8:25 am
Viewing 15 posts - 226 through 240 (of 378 total)