Viewing 15 posts - 7,531 through 7,545 (of 59,072 total)
p.s. This is also why I default EndTime columns to '9999', which is the same as 9999-01-01. It means that I don't have to have an OR in my code.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 16, 2020 at 8:23 pm
Changes in RED. Also, Do add an index but it should NOT be filtered in this case. Don't miss the "equals" sign I added and, yes, the parentheses are necessary.
select...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 16, 2020 at 8:20 pm
I don't have much time today but do a search for PowerShell and WMI for disk space.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 16, 2020 at 7:57 pm
Dynamically create and populate staging tables from CSV files. Program can't load records that have the apostrophe character . Do you have any solution for that?
Yes... get a better...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 16, 2020 at 7:36 pm
While I agree that a good logical design is essential and required before a physical design, I've found that the wrong people are frequently the wrong people to do so...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 16, 2020 at 7:15 pm
Sorry, Steve... there is no correct answer here.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 16, 2020 at 1:46 am
Itzik Ben-Gan used 5 million rows (your "Source4") in his performance testing. What is the performance of your proposed Geometry method?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 16, 2020 at 1:36 am
You cannot use Table Valued Functions in computed columns in a table, though.
EDIT: Sorry... I've obviously confused this with some other post I was working on. The OP never mentioned...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 16, 2020 at 1:17 am
I have a txt file that has about 5 columns when i import it. 1 of the column imports the data incorrectly and puts 15 columns into 1. It...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2020 at 11:23 pm
and what do you recommend to do? I was looking into using a cross apply, but I think it will be the same
The query isn't appropriate for a computed...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2020 at 11:13 pm
Ditto that.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2020 at 5:35 am
type sample data
Please find the DDL and sample data below.
the requirement is to display the product_ID for the row where the values have changed for the following 5...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2020 at 5:25 am
Maybe the answer is much simpler...
Will it be the DBA or the Developer that gets woken up at 3:00am because the application is slow/not working? That person...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2020 at 3:02 am
Is query tuning the responsibilty of a Developer or is it a combined responsibility of DBA and SQL Developer.
You simply do your best. If you are...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2020 at 2:34 am
I'm not an R enthusiast but if you could tell me what it does, I might be able to help.
Also, doesn't SQL Server now allow diversions to R in some...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2020 at 2:17 am
Viewing 15 posts - 7,531 through 7,545 (of 59,072 total)