Viewing 15 posts - 16 through 30 (of 253 total)
Ah, looks like you're hitting a Teradata error of some sort. I'm not sure exactly how to get past that one, but if it's the temp table, the bit...
- 😀
September 11, 2014 at 3:58 pm
I might be misunderstanding what it is you're trying to do, but I'm guessing you're trying to hold the results of your OPENQUERY execution into a temp table so they...
- 😀
September 11, 2014 at 2:12 pm
Joe Garrick (8/15/2014)
rshaw 91433 (8/15/2014)
It would be nice if more kids were exposed to what an IT career really is.
I've often wondered if other fields have training at that level...
- 😀
August 15, 2014 at 10:08 am
skeleton567 (8/15/2014)
Andrew Kernodle (8/15/2014)
skeleton567 (8/15/2014)
Joe Garrick (8/15/2014)
- 😀
August 15, 2014 at 9:43 am
allanstarr023 (8/15/2014)
It works when i run it direct in the sql server however when i try integrating the sqlsrv function to make it work with my php code it...
- 😀
August 15, 2014 at 8:32 am
skeleton567 (8/15/2014)
Joe Garrick (8/15/2014)
- 😀
August 15, 2014 at 8:07 am
I could be wrong, but I think that's PHP coding; the mysql_query(...) bit matches one of PHP's functions, which prepares and executes a MySQL query against a target server. ...
- 😀
August 14, 2014 at 1:42 pm
Ah, I see. Good to know it wasn't intended functionality, and that there's a fix out there. My company is on 2008 R2 SP1, and we're probably never...
- 😀
August 9, 2014 at 5:23 am
Haha, and then there's the power of not knowing what title someone should get 😛
Where I'm at currently, management is very disconnected from the programming group, both in terms of...
- 😀
August 8, 2014 at 7:31 am
D'oh, that was totally unintentional :-P. I guess I've absorbed the ability to subconsciously fire off bad programming puns after trawling these forums enough 😀
- 😀
August 7, 2014 at 1:57 pm
Oh, I see! I thought the problem might only come up in relatively niche circumstances with bits, but it looks like it's a lot more widespread than that. ...
- 😀
August 7, 2014 at 1:27 pm
Ah, gotcha. If you don't mind, post back here with what you find; I'm intrigued by the problem, trivial though it might be overall 😛
- 😀
August 7, 2014 at 1:14 pm
Hrm. I was thinking it might have something to do with the way bit-type columns are stored, too; since they can collectively register as one or two bytes depending...
- 😀
August 7, 2014 at 12:22 pm
Huh, I'm getting the same results when I run the query; I don't have Enterprise edition, so I can't compress data anyhow, but I get the -1 bytes message when...
- 😀
August 7, 2014 at 12:01 pm
Ah, there could be quite a bit of a reason to manually handle the statistics updates! Here's a Microsoft support article on the issue:
Under the "Determining when AutoStat generation...
- 😀
August 6, 2014 at 11:24 am
Viewing 15 posts - 16 through 30 (of 253 total)