Viewing 15 posts - 241 through 255 (of 1,086 total)
Does the column allow for NULLs? You could check for that and see if it is quicker...
I wasn't born stupid - I had to study.
April 6, 2006 at 10:12 am
No idea if this will work in DTS, but here is an option.
I wasn't born stupid - I had to study.
April 5, 2006 at 8:08 pm
I know. I just thought there was an error happening with this and thought that might be the location.
Thanks
I wasn't born stupid - I had to study.
April 5, 2006 at 9:18 am
It is not well documented in BOL under sp_executesql. Here is a snippet of code I used in conjunction with a #TempTable [#Variables] to send the OUTPUT into a @Variable [@Code]. ...
I wasn't born stupid - I had to study.
April 5, 2006 at 9:15 am
You do NOT want to do that! That style of join “results in an ambiguous query that can be interpreted in more than one way.” (Microsoft SQL Server Books On...
I wasn't born stupid - I had to study.
April 5, 2006 at 7:58 am
THANK YOU ALL!
This works great and now I can assign work for these big suckers! ![]()
I wasn't born stupid - I had to study.
April 5, 2006 at 7:45 am
aaahhh..., no. Well, er, yes... ![]()
I wasn't born stupid - I had to study.
April 4, 2006 at 7:23 pm
It is 4,000. But I still get the error I have been posting, (along with the exact code I run) when I try and do this...
I will check further...
I wasn't born stupid - I had to study.
April 4, 2006 at 4:17 pm
I saw that in BOL, but I must have been brain-dead thinking this was pulling in all the text within the SP into one long string... Either way, I am...
I wasn't born stupid - I had to study.
April 4, 2006 at 4:04 pm
Same #$% error! I even tried altering your suggestion to see if dividing the length first would help, but not good...
SELECT SubSelect.[Name], SubSelect.TLength
FROM( SELECT so.[Name], SUM(( LEN( sc.[Text])...
I wasn't born stupid - I had to study.
April 4, 2006 at 4:01 pm
It's not mine... [Wrong with it? I can't type that much
]
I am working with many...
I wasn't born stupid - I had to study.
April 4, 2006 at 3:50 pm
Not sure what it is you want to change about this query? The direction of the joins?
This might help:
I wasn't born stupid - I had to study.
April 4, 2006 at 3:46 pm
You also could try selecting into a new table by joining the tables of interest and scripting that new table?
I wasn't born stupid - I had to study.
April 4, 2006 at 3:39 pm
103.5
(We're SQL Server 2000 - I should have been more specific - oh, dopey me...)
I wasn't born stupid - I had to study.
April 4, 2006 at 3:37 pm
What version of SQL Server are you on? I cannot use alias's for GROUP BY or ORDER BY. I still get the same length error...
This is a bummer... I'm...
I wasn't born stupid - I had to study.
April 4, 2006 at 3:15 pm
Viewing 15 posts - 241 through 255 (of 1,086 total)