Viewing 15 posts - 4,186 through 4,200 (of 59,087 total)
I've not seen any recent replies on this thread lately. I think I'm waiting on some small sample files from you but we've been back and forth on that so...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 21, 2021 at 1:50 am
I don't think you'll need it but good luck with whatever you go for.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 21, 2021 at 12:29 am
Frozen pork chop.
That would be the main course! 😀 Served at high velocity at point blank range from a 3 banded wrist rocket! 😀
Heh... I guess that story has...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 20, 2021 at 10:18 pm
SQL 2012 is end of life in 7 months. Sounds like it's time for another vendor.
Then there's that... installing on the Evaluation Edition was bad enough but lordy. This...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 20, 2021 at 7:29 pm
Any Advise? please
Week NewMembers FUMembersCounts EUMembersCount Oct-03-2021 To Oct-09-2021 0 0 0 Sep-26-2021 To Oct-02-2021 0 0 0 Sep-19-2021 To Sep-25-2021 0 0 0 Sep-12-2021 To Sep-18-2021 0 0...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 20, 2021 at 1:28 pm
Post withdrawn. I thought this for a company that was going to be selling things.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2021 at 11:39 pm
You're probably going to have to buy a Standard license online from MS and then follow the instructions to migrate to the updated version. Since everything is offline right now,...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2021 at 6:52 pm
Hi Jeff
How the below code works
Sampl11=SUM(IIF(Sampl11='Y',1,0))
Thanks
With the idea of teaching a man to fish, if you want to become successful in SQL Server and T-SQL, documentation...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2021 at 5:32 pm
Please read: Forum Etiquette: How to post data/code on a forum to get the best help
You can script table creation and inserts and copy them to the clipboard...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2021 at 4:00 am
Hi Jeff
Below is the data
CREATE TABLE Persons (LastName varchar(255),FirstName varchar(255),Sampl11 varchar(255),Sample2 varchar(255)); Insert Into Persons values('1','A','Y','N')Insert Into Persons values('1','A','Y','Y')Insert Into Persons values('1','A','N','Y')Insert Into Persons values('1','A','Y','Y')Thanks
In the...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2021 at 3:40 am
Maybe the best thing is to leave out the filter part of the index to avoid this whole situation.
Unfortunately, I have to agree with that.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2021 at 3:23 am
This is pretty simple but you've been asked to provide readily consumable data before and it would mighty nice if you'd start to help us help you.
Without such readily consumable...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2021 at 3:01 am
The EOMONTH() function returns the last day of the month of a specified date, with an optional offset. The EOMONTH() function accepts two arguments: start_date is a date expression that evaluates to a date. The EOMONTH() function returns the last day...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 18, 2021 at 7:43 pm
we tried to upgrade to 2019, but unfortunately, MS has put some restrictions like they have converted scalar functions to inline function by default and that throws an error,...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 18, 2021 at 7:38 pm
How's everybody? Wishing a good 2022
Same to you and everyone here 🙂
For me, 2022 brings change, after 38 years in this job, it officially ends 31st March 2022...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 17, 2021 at 7:43 pm
Viewing 15 posts - 4,186 through 4,200 (of 59,087 total)