Viewing 15 posts - 4,156 through 4,170 (of 59,067 total)
There is a error in the application logs with table name not allowing nulls into column. However, the sql server error log does not show which proc is causing...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 22, 2021 at 1:00 am
I once had a ticket to update a field in the ERP system while working in the data warehouse. Their programmers were swamped, and they thought it was a...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 22, 2021 at 12:53 am
Heh... mine has started off with a bit of a "well that sucks" factor. Whole new time-keeping system where they want me to categorize virtually every aspect of...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 22, 2021 at 12:36 am
Yes, agree that it would benefit in the read loads. But we should also consider the overhead of CI on write operations. So if the database is...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 22, 2021 at 12:26 am
Ah... figured it out Steve... quite by accident, as well.
Here's what I'm seeing...

I didn't want to post such a large graphic and so I zoomed out to only...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 21, 2021 at 11:58 pm
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
Viewing 15 posts - 4,156 through 4,170 (of 59,067 total)