Viewing 15 posts - 7,921 through 7,935 (of 59,072 total)
Getting kind of back on topic, has anyone tried the demo I provided?
--Jeff Moden
Change is inevitable... Change for the better is not.
January 9, 2020 at 6:39 pm
From what I understand, DTU is not based on RAM alone. Please see the following article.
https://sqlperformance.com/2017/03/azure/what-the-heck-is-a-dtu
--Jeff Moden
Change is inevitable... Change for the better is not.
January 8, 2020 at 10:00 pm
If you TRUNCATE all tables, you better have a script handy to repopulate ALL your necessary reference tables. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
January 8, 2020 at 9:50 pm
Phil... where do you hail from? I ask because I'm giving the "Automating "Excel Hell"" presentation at the Cleveland SQL Saturday on the 1st of February 2020 and...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 8, 2020 at 9:14 pm
Unzipping files is natively available in .NET, so there should be no need to install additional software.
See here for more info.
I was thinking the same and there...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 8, 2020 at 8:02 pm
I know I don't have to check on the CLR thing... I don't use them. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
January 8, 2020 at 7:59 pm
Unzipping files is natively available in .NET, so there should be no need to install additional software.
See here for more info.
Just to be sure, my solution didn't include...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 8, 2020 at 5:06 pm
This is why I moved away from SSIS and ACE for spreadsheets with mixed data (ie numeric and alphanumeric) in the same column,...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 8, 2020 at 5:02 pm
Jeff, thank you for taking the time to write all of this stuff out.
Importing from Excel using SSIS is almost always a massive pain, so I am going to...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 8, 2020 at 4:56 pm
Heh... can you put the Create Table statement back in?
--Jeff Moden
Change is inevitable... Change for the better is not.
January 8, 2020 at 5:02 am
Your test data only has one person per group.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 8, 2020 at 4:52 am
I have to tell you that if you work with the right recruiter, you don't have to worry about AI HR bots, HR people, or whatever. A lot of people...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 8, 2020 at 4:40 am
p.p.s. Almost forgot. Sheet names that are weird or begin with a numeric digit must be encapsulated in single quotes along with the normal square brackets. For example the sheet...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 8, 2020 at 4:33 am
Hey, Jeff, will you update this yet again to include the new split_string() function in SQL Server 2016+?
Probably not. The STRING_SPLIT function is relatively crippled for those that need...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 8, 2020 at 3:33 am
p.s. If the OP has a spreadsheet with just one header row, we'll need to do a little work but not much. We'll make it so it's self-healing just like...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 8, 2020 at 2:57 am
Viewing 15 posts - 7,921 through 7,935 (of 59,072 total)