Viewing 15 posts - 91 through 105 (of 163 total)
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.
January 4, 2012 at 10:56 am
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...
January 4, 2012 at 9:48 am
If it's a prize drawing you're going to want a weighted system with your employee id set with the highest weight. 😛
January 3, 2012 at 11:43 am
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...
January 3, 2012 at 11:19 am
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.
January 3, 2012 at 11:05 am
Yeah, uniqueIdentifier is what you're looking for. I generally try to avoid them but I'm sure they have their uses.
January 3, 2012 at 10:48 am
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...
December 29, 2011 at 1:57 pm
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...
December 29, 2011 at 9:31 am
bill.akin (12/28/2011)
December 28, 2011 at 2:40 pm
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...
December 28, 2011 at 2:37 pm
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...
December 28, 2011 at 1:54 pm
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...
December 28, 2011 at 1:28 pm
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...
December 28, 2011 at 12:54 pm
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...
December 28, 2011 at 12:46 pm
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. ...
December 28, 2011 at 12:38 pm
Viewing 15 posts - 91 through 105 (of 163 total)