Viewing 15 posts - 20,656 through 20,670 (of 26,490 total)
dt (6/1/2009)
Again apologies, as I say I only realised whilst testing. It's why we test right? Anyway, no there are no other requirements!
Actually, not in this case. You really...
June 1, 2009 at 7:35 pm
This could, perhaps, be turned into an editorial, but I felt compelled after this weekend to say something.
You may have read my post late last week looking for help, not...
June 1, 2009 at 4:12 pm
jchesnut (6/1/2009)
I am trying to get the two rows on top to aligin (ltrim) and remove the leading spaces but the records but it still comes out as below....
June 1, 2009 at 2:36 pm
Okay, now tell us what you are trying accomplish. I can't see a correlation between your data and the query from your original post. Possible that I am...
June 1, 2009 at 2:20 pm
If you notice, GSquared took the time to format your code the way you should when posting questions.
June 1, 2009 at 2:13 pm
Nope, not helping. Still don't see what you are trying to accomplish. You really need to SHOW ME what you are trying to accomplish, not just tell me....
June 1, 2009 at 2:05 pm
Jus (6/1/2009)
CREATE TABLE [dbo].[testcases](
[testcase_id] [int] IDENTITY(1,1) NOT NULL,
[ScenarioName] [varchar](max) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
[scenario_category] [varchar](15) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
[expected_bundles] [varchar](max) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[expected_promotions] [varchar](max) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[on_order] [varchar](max) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[on_profile]...
June 1, 2009 at 1:58 pm
How about the DDL (CREATE TABLE statement) for the table and some sample date (in a readily consummable format)? With that, we may be able to help you out...
June 1, 2009 at 1:45 pm
Could you put what you are attempting to accomplish into some context? The SQL you provided will only have 3 rows returneded. The union will eliminate duplicates.
June 1, 2009 at 1:42 pm
Have you tried changing this, 'TEXT()' , to this 'TEXT'?
June 1, 2009 at 1:07 pm
meichner (6/1/2009)
... It seems redundant to...
June 1, 2009 at 1:03 pm
Jeff Moden (6/1/2009)
Heh... me too. How do you like your pork chops done, Lynn? 😀
Pounded thin, breaded, and fried. 😛
June 1, 2009 at 12:38 pm
Steve Jones - Editor (6/1/2009)
I'd like to whack the Quote button. It gets a little crazy at times.I edit mine down to just the person I'm quoting.
I find that refreshing...
June 1, 2009 at 12:36 pm
I guess I'd want to see the DDL for the tables and some sample data for them as well. This way I could see what you are asking rather...
June 1, 2009 at 11:00 am
Care to provide the error message(s) you are getting when you attempt this?
June 1, 2009 at 10:55 am
Viewing 15 posts - 20,656 through 20,670 (of 26,490 total)