Viewing 15 posts - 91 through 105 (of 26,487 total)
Well, you can have the query designer show you the actual query generated to see if it is using inner joins or cross joins. My guess is that it is...
December 9, 2020 at 2:13 pm
First, Do you always run the query for a specific PKG.Shipment_No?
Second, could you please post the execution plan?
December 9, 2020 at 4:07 am
You have a hypothetical index in the list on the right. It isn't a real index Google search the following: MS SQL Server hypothetical indexes
December 9, 2020 at 1:58 am
I still have an outside shot at a playoff spot. I need to win my matchup, and I need Lynn and Old Cats to lose!
Go Steve and Green Machine!!!
Pretty...
December 8, 2020 at 2:27 pm
Well, if Green Machine doesn't fix his lineup before games start tomorrow I have no chance of sneaking in to the playoffs in 6th place. Of course I still have...
December 6, 2020 at 4:58 am
Or you are doing date arithmetic and the resulting value exceeds the range for date/time data type you are using.
December 5, 2020 at 3:48 am
I have a major problem with ego-maniacs that like to hijack meetings. Which is what we had here. I asked for a few practice tests so I can prepare...
November 30, 2020 at 4:37 am
Just a suggestion, when dealing with dates it would be best if you used the ISO standard YYYYMMDD and not your regional standard as that can be ambiguous. When you...
November 26, 2020 at 8:12 pm
I almost started to answer this until I saw the /sarcasm tag you included. Of course I have been up all night since I was sleeping on and...
October 30, 2020 at 3:48 pm
I must admit, I tire of seeing the same questions on SO day in day out at times, along with the lack of people that have heard of a...
October 30, 2020 at 3:43 pm
If I understand SO correctly, all they want is an answer, not necessarily the best answer. Also, don't try and have a discussion as they will shut you down.
October 30, 2020 at 3:01 pm
My goal is to come up with questions
Weird, the message above is not the message in the email notification which is this:
My new goal is to come up with...
October 29, 2020 at 8:49 pm
Well, the past two days have been unique. Started with a call in the morning from a recruiter about a possible position. After a short discussion it was determined that...
October 24, 2020 at 2:27 am
Take what Jeff is saying to heart. I consider him one of my mentors here on sqlservercentral.com and have known him for over 15 years and finally met him in...
September 24, 2020 at 11:47 pm
Also, I answered saying create a NEW column with a new name using the BIGINT data type with nullable column or a default value, drop the old column, then rename...
August 24, 2020 at 1:41 am
Viewing 15 posts - 91 through 105 (of 26,487 total)