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...
April 6, 2006 at 10:12 am
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
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]. ...
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...
April 5, 2006 at 7:58 am
THANK YOU ALL!
This works great and now I can assign work for these big suckers!
April 5, 2006 at 7:45 am
aaahhh..., no. Well, er, yes...
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...
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...
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])...
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...
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:
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?
April 4, 2006 at 3:39 pm
103.5
(We're SQL Server 2000 - I should have been more specific - oh, dopey me...)
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...
April 4, 2006 at 3:15 pm
Viewing 15 posts - 241 through 255 (of 1,086 total)