Forum Replies Created

Viewing 15 posts - 91 through 105 (of 163 total)

  • RE: XML Parse help

    Ahh, I didn't even think of that. Overlooked the single_blob in that query. QSquared is right, change it to single_clob and you're good.

  • RE: XML Parse help

    There might be a better way to do this but I have always put the xml files in a table (I usually need them stored in SQL anyways) and then...

  • RE: choose a random record

    If it's a prize drawing you're going to want a weighted system with your employee id set with the highest weight. 😛

  • RE: I can not figure this out for the life of me. Please help

    Well you fixed the iteration problem. Outputing the text in the format you specified is actually the easy part. You already have the data you need (most of...

  • RE: I can not figure this out for the life of me. Please help

    Do you at least know what's wrong with the sql statement you wrote? Read up on the WHILE statement if you're not familiar with it.

  • RE: if i need a column to hold a guid value which type should it be?

    Yeah, uniqueIdentifier is what you're looking for. I generally try to avoid them but I'm sure they have their uses.

  • RE: How to get the max of records in row_number

    A bunch of good ways to do it. Yours looks really close. Seems all you would have to do is throw it in a CTE and then do...

  • RE: locked bak file

    Not sure what else could be causing that. Hard to say without knowing your backup strategy. When was the last time you took a full backup?

    The link I...

  • RE: locked bak file

    bill.akin (12/28/2011)


    no it does not have a green arrow by it. if i want to do a point in time in the script would it look like STOPAT =...

  • RE: locked bak file

    OK well the only other thing I can think of is the backup is corrupt. Try running the below statement and let me know what it returns.

    restore verifyonly from...

  • RE: locked bak file

    OK that looks better. Something still seems to be using your transaction log backup though. Is it possible that you tried to restore this database at an earlier...

  • RE: locked bak file

    Those are not backup files. Those are the data and log files for a BtcSystems database. That's why you're getting that error message. You need to restore...

  • RE: Timeout Expired, after migrating to sql 2008

    Couldn't find the article that I was thinking of. Anyways, it could be a couple other things as well. I would check memory configurations, make sure statistics are...

  • RE: locked bak file

    So you're trying to restore a database with this transaction log backup and after doing so the file remains locked? How are you doing the restore? Can you...

  • RE: Timeout Expired, after migrating to sql 2008

    I'm no applications developer but I do know their is usually a configurable timeout period specified in the calling app. It sounds like you're hitting that threshold now. ...

Viewing 15 posts - 91 through 105 (of 163 total)