Viewing 15 posts - 31 through 45 (of 64 total)
You know, it's painful to populate the tree, have someone from the 'paper work' department type it in an xsl 😉
or here's a few inserts for the sample:
insert btree values('00499133-96F8-444A-A938-003E7D5648B6','F32ED73E-2537-439A-8F3F-8EB18260FB4D','holly...
December 17, 2009 at 8:47 am
I don't know, but I like that it doesn't have any stack limit and it's more clear what's going on.
December 16, 2009 at 7:37 am
If I wanted to know that I'd ask my 3 year old daughter...
January 29, 2009 at 11:07 am
>Nothing says that you will get unique results.
Exactly. Or more precise 'no one'. So, what's checksum_agg() good for (in real life s/w world)?
January 29, 2009 at 10:40 am
Still don't see where the subnet comes to play. I want to query a different subnet than the one the app is running on.
March 21, 2008 at 9:34 am
nice.... looks like the most people are pretty dry here....
January 8, 2008 at 9:10 pm
Most likely you are referencing TargetServerURL in deployment properties as:
instead
Hope it helps,
peter
October 3, 2007 at 2:45 pm
exactly...
i just dropped couple hundred tbls, which were developer's 'ooops...'
February 14, 2007 at 11:34 am
"you cannot select from a variable unless it is a table variable"
That's what I wanted to hear, thnx.
April 4, 2006 at 2:05 pm
If the date string has constant length, this will work in crystal
CDate(ToNumber(Mid('20030826',1,4)),
ToNumber(Mid('20030826',5,2)),
ToNumber(Mid('20030826',7,2)))
or on the sql side:
cast('20030826' as datetime) and then pass it to crystal
January 12, 2006 at 3:15 pm
Viewing 15 posts - 31 through 45 (of 64 total)