Viewing 10 posts - 1 through 10 (of 10 total)
Bob Hovious (12/31/2008)
While you are doing your homework on FOR XML, be sure to look up nested queries in conjunction with PATH....
December 31, 2008 at 1:54 pm
Bob Hovious (12/31/2008)
After Matt's comment in your other post, I realized that there was a much better way.... using SELECT/FOR XML. The query at the...
December 31, 2008 at 12:24 pm
Here's my not so elegant working solution:
element Name
{
if ( empty(sql:column("PhyFName") cast as xs:string? ))
then...
December 31, 2008 at 10:13 am
Bob Hovious (12/31/2008)
Why do you need to? It's empty.
Cleanliness. The example I gave was very simplified. The actual data has lots of fields where one of...
December 31, 2008 at 10:01 am
BINGO!
Found the process that was blocking it and KILLed it! Looks like it was some old mail merge connection or something.
Thanks so much!
Jay
October 7, 2008 at 3:32 pm
Alan (8/4/2008)
August 4, 2008 at 9:36 am
btw... Thanks for the superfast replies, guys!
Jay
August 4, 2008 at 9:34 am
Alan (8/4/2008)
August 4, 2008 at 9:33 am
Kenneth Augustine (8/4/2008)
Change the Authentication Mode of the SQL server from "Windows Authentication Mode (Windows Authentication)"to "Mixed Mode (Windows Authentication and SQL Server Authentication)".
That KB article looks to be...
August 4, 2008 at 9:29 am
Intriguing.
Thanks for your insight. I ended up doing things a little differently:
Rather than generating a number and matching that to a serial number for a particular record, I decided to simply select...
August 21, 2006 at 11:09 am
Viewing 10 posts - 1 through 10 (of 10 total)