Forum Replies Created

Viewing 15 posts - 1 through 15 (of 26 total)

  • RE: XML Question

    You, sir, are my hero. So you need to declare xmlnamespaces whenever the namespace is included in the XML tag?

    Thanks again!

  • RE: Database Naming

    We're not too worried about restoring since these are only going to be small sets of tables (1-5 tops). I'm hesitant to create individual databases containing only a couple...

  • RE: Database Naming

    That's exactly the problem I'm having. We don't know what all of these applications are going to be and they might not always be related to our POS system....

  • RE: Column With Multiple Values

    Yes, they will always be in the second place in the list. We shouldn't have to join the results to another table.

  • RE: Help With REPLACE Function

    Yep, I removed the TOP 30 limitation and I had to make a few minor changes to the script that generates the UPDATE statements, but other than that it worked...

  • RE: Help With REPLACE Function

    Lowell, you sir, are a genius. Your solution worked perfectly. I can't thank you enough. Sorry I didn't include an example table and data, I'll be sure...

  • RE: Help With REPLACE Function

    I don't simply store the tag in the text column, I store entire web pages. I need to sift through 5,000 lines of text to replace %20 with an...

  • RE: Help With REPLACE Function

    Yes, the html is stored in a SQL 2005 database in a text column. My problem is, I can't use the REPLACE function the way you describe because the...

  • RE: Indexes with Row and Page Locks?

    Gotcha, thanks. I think it was the wording that threw me off. ('Use row locks...' and 'Use page locks...') It made me think it would always use...

  • RE: Indexes with Row and Page Locks?

    But wouldn't you want one or the other, instead of both?

  • RE: Transaction Log Shipping Status Report Problem

    Nope, no clean up tasks and I set it up exactly like the other servers. I've been log shipping to our hot site for the past three years and...

  • RE: Transaction Log Shipping Status Report Problem

    I took a look at the table and on both the Primary Server and the Monitor Server, it shows the databases as never having a log backup. However, when...

  • RE: SSRS Authentication

    Thanks so much for the reply. Forms authentication is really what I was after and it looks like the MSDN post will do the trick. I'm going to...

  • RE: FOR XML With Multiple Elements?

    Fantastic! Thanks for your help. Everything is working perfectly now. If anyone needs it, this is the xml format to pass to the google maps api.

  • RE: FOR XML With Multiple Elements?

    One last thing I'm having problems with... When I try to create my SELECT statement into a stored procedure, it gives me an incorrect syntax error. Is there...

Viewing 15 posts - 1 through 15 (of 26 total)