Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)

  • RE: Using Xquery to build XML data

    Bob Hovious (12/31/2008)


    You're welcome, Jason, and Happy New Year. 😀

    While you are doing your homework on FOR XML, be sure to look up nested queries in conjunction with PATH....

  • RE: Using Xquery to build XML data

    Bob Hovious (12/31/2008)


    Hey Jason,

    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...

  • RE: Using Xquery to build XML data

    Here's my not so elegant working solution:

    element Name

    {

    if ( empty(sql:column("PhyFName") cast as xs:string? ))

    then...

  • RE: Using Xquery to build XML data

    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...

  • RE: Adding column takes forever

    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

  • RE: Can't schedule my SSIS package

    Alan (8/4/2008)


    If your are on a domain the easiest is to create an account DOMAIN\[This task user] and if possible avoid mixed mode. Security is much easier to maintain this...

  • RE: Can't schedule my SSIS package

    btw... Thanks for the superfast replies, guys!

    Jay

  • RE: Can't schedule my SSIS package

    Alan (8/4/2008)


    This probably is an issue with what user the agent is running under Local Service this user will not be recognized by the other machine and the operation will...

  • RE: Can't schedule my SSIS package

    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)".

    http://support.microsoft.com/kb/555332

    That KB article looks to be...

  • RE: Random numbers?

    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...

Viewing 10 posts - 1 through 10 (of 10 total)