Viewing 15 posts - 2,581 through 2,595 (of 4,820 total)
When I first looked at this thread it just seemed relatively easy, so rather than look at all the other posts, I just started coding, and here's what I came...
April 20, 2017 at 11:18 am
A customer has an SQL Server Express Edition running in his company. Now I should...
April 20, 2017 at 10:50 am
April 20, 2017 at 10:48 am
John,
That doesn't produce the desired results.
faylc,
I don't see any description of what those desired results represent, in any portion of your post. I'm not...
April 20, 2017 at 10:46 am
For all the talk about C# being so superior, I have to question the judgement of anyone that perceives this to be so. Let's take a closer look at some...
April 20, 2017 at 10:30 am
April 20, 2017 at 10:05 am
I'm not sure if this is right, but I've added a condition to the JOIN to the order line table. I also cleaned up the formatting and used IFCODE tags...
April 19, 2017 at 2:32 pm
April 19, 2017 at 2:22 pm
First, your CASE statement isn't going to run at all as a query against any version of SQL Server. CASE statements don't support having the IF statement embedded within. You...
April 19, 2017 at 2:17 pm
Just curious, but within VS 2015, can you set the version of SQL Server that a given project applies to? Just thinking about the possibility that the syntax checker might...
April 19, 2017 at 2:05 pm
April 19, 2017 at 1:56 pm
Your query directly contradicts your desired results. At least one record exists that prevents that 2nd record from showing up, so your conditions for your query are not what they...
April 18, 2017 at 2:01 pm
April 18, 2017 at 1:36 pm
Please note that I've posted two corrections to the query above.
April 18, 2017 at 1:31 pm
Viewing 15 posts - 2,581 through 2,595 (of 4,820 total)