Viewing 15 posts - 991 through 1,005 (of 5,685 total)
I'm not sure we can help you with this. Openedge seems like a proprietary driver, and Progress appears to be a Teradata solution. The problem sounds like it's...
November 26, 2012 at 2:11 pm
Network timeouts will look the same way a query timeout will. There's also server level timeout settings, the linked server timeout will merely override it.
Rt-Click your server, then go...
November 26, 2012 at 1:58 pm
Anon, Holidays ate me for a while, apologies. Did you still need help with this? How did the files get loaded to this in the first place?
November 26, 2012 at 1:49 pm
Inside of SQL Server? You don't, it doesn't render binaries to native format for you.
You'll need to extract it again back to its native format and then use other...
November 16, 2012 at 5:20 pm
Oh... EAV model... HOW I HATE YOU...
We're currently upgrading between versions on a piece of vendor software. Short version is they allow for end users to create custom fields....
November 14, 2012 at 4:43 pm
There's a lot to consider when you're debating on spindle splits... but I wouldn't worry as much about RAID 5 vs. 10 for read/write anymore. All the newer "Big...
November 12, 2012 at 4:51 pm
Randy Knight (11/12/2012)
rhythm.varshney (11/12/2012)
November 12, 2012 at 2:34 pm
mmartin1 (11/1/2012)
November 12, 2012 at 2:28 pm
What you're looking for is CURSOR or WHILE for loops in T-SQL.
That said, they're the worst way to approach this problem.
What you really want to do is look at the...
November 12, 2012 at 2:23 pm
Yes, they're basically thinking of versioned deployments. This is achievable but will require you to approach design slightly differently.
My personal preference is feature based rollout/rollback scripts. For each...
November 12, 2012 at 2:20 pm
A bit of a self promotion, but please let me know if this article helps:
November 11, 2012 at 4:55 am
My initial guess is that it sounds like you're not getting the entire error from the ADO source. Try connecting to it via a script externally with the same...
November 9, 2012 at 2:04 pm
Happy birthday to thread, Haaapppy birthday to thread...
It's a shame we can't retitle this monstrousity.
November 9, 2012 at 11:49 am
Jeff Moden (11/9/2012)
I looked up what the 3rd operand stands for in OPENXML and it appears to control whether you're using element or attribute based XML. ...
November 9, 2012 at 4:32 am
I don't see anywhere in your query where you're actually doing division. Is this a short version of the code or is it end to end?
November 8, 2012 at 5:33 pm
Viewing 15 posts - 991 through 1,005 (of 5,685 total)