Viewing 15 posts - 4,771 through 4,785 (of 59,067 total)
I am having a set of medication where I am trying to split the data and get the required output, I have the following medications
ARANESP 100MCG...
August 19, 2021 at 5:17 pm
Why are you using a file to run a batch from? Why not a stored procedure?
Also, any chance of you posting your SQLReIndex.sql file? I ask because it appears to...
August 19, 2021 at 3:34 pm
Thanks for helping with this case. Very helpful. I also have the same situation. I will try it soon.
Heh... I smell another spammer on the horizon.
August 18, 2021 at 3:22 pm
It is Dell Data Domain Boost
Thanks, Ron.
August 18, 2021 at 2:43 pm
Lordy. Thanks for the feedback and good to "see" you again.
I also love the short story in your signature line. The only problem with either books or "GIYF" is that...
August 18, 2021 at 2:37 pm
Heh... Yeah... understood there. I have the same feeling about FORMAT except that FORMAT is actually a performance issue on top of everything else.
August 18, 2021 at 1:11 pm
Heads up, folks. Norton Life Lock lit up big time on the following breach. It looks pretty serious...
August 18, 2021 at 12:42 pm
I've heard of so many such limits, missing features, and other problems having to do with Azure, I have to seriously wonder two things...
...
August 18, 2021 at 12:24 pm
Invoice line items can have a ship date
Only with a bad data model. Parts from the same invoice line could be shipped on different dates. You...
August 18, 2021 at 6:22 am
I don't see the need for all that, this is much simpler:
SET @ytdfrDate = DATEFROMPARTS(YEAR(@frdate) -
CASE WHEN MONTH(@frdate) < 4 THEN...
August 18, 2021 at 6:03 am
Bruin wrote:With the same Line,subline?
Look at the PK you've chosen. IMHO, only the first 3 columns of InvoiceNbr, Line, and SubLine should make up the PK.
I'm more confused...
August 18, 2021 at 4:53 am
unfortunately it is not something simple that T-SQL can handle. There are complicated logic to calculate stop corners according to time and direction of the bus etc, that is...
August 18, 2021 at 4:48 am
SSIS only has one execute task that calls the web service. I run today, there are 2000 routes to process, it runs about 8 hours on dev, and 10...
August 18, 2021 at 12:03 am
Ok... assuming the following requirements...
In...
August 17, 2021 at 11:28 pm
Viewing 15 posts - 4,771 through 4,785 (of 59,067 total)