October 6, 2020 at 4:15 pm
Phil Parkin wrote:david.edwards 76768 wrote:I was seriously considering setting up a consultancy yesterday and offering my services to HM Gov at a fixed fee of £20m to set up a process using punched card, rolled up and attached to carrier pigeons.
JC has entered the building.
Ahh, so the solution will be written in COBOL.
I know nothing about COBOL or punched cards....... so that should be eminent qualifications for a government IT project 🙂
"Knowledge is of two kinds. We know a subject ourselves, or we know where we can find information upon it. When we enquire into any subject, the first thing we have to do is to know what books have treated of it. This leads us to look at catalogues, and at the backs of books in libraries."
— Samuel Johnson
I wonder, would the great Samuel Johnson have replaced that with "GIYF" now?
October 7, 2020 at 6:54 pm
Typical WYPIWYG, what you pay is what you get.
😎
The number of rows limitation just tells us that someone is using an old version of Excel, something that's probably no longer supported.
October 8, 2020 at 6:39 am
Neil Burton wrote:Typical WYPIWYG, what you pay is what you get.
😎
The number of rows limitation just tells us that someone is using an old version of Excel, something that's probably no longer supported.
Sadly not, Excel 2019 still only supports 1048576 rows. I suppose for many uses that's plenty but probably not for a national track and trace system.
How to post a question to get the most help http://www.sqlservercentral.com/articles/Best+Practices/61537
October 8, 2020 at 2:53 pm
Eirikur Eiriksson wrote:Neil Burton wrote:Typical WYPIWYG, what you pay is what you get.
😎
The number of rows limitation just tells us that someone is using an old version of Excel, something that's probably no longer supported.
Sadly not, Excel 2019 still only supports 1048576 rows. I suppose for many uses that's plenty but probably not for a national track and trace system.
I faced that issue at some point when trying to validate a file using Excel. But I remembered that it showed an error when trying to load a file with more rows than the supported ones. So I just tested by creating a 1.5 million rows csv, and it effectively shows a warning mentioning "File not loaded completely".
Excel has limitations, but this is a pure human error.
October 8, 2020 at 3:13 pm
Excel does have a row limit of 1048576 per tab, of course one can either use multiple tabs or even better, the tabular power query, which does not have any such limits.
😎
The problem in this case very simple, wrong tool for the job. Just like the story of the guy who had the lowest quote for constructing an airfield, based on few blokes with wheelbarrows.
October 8, 2020 at 3:40 pm
Couldn't see if it had been mentioned up thread, but I read that the problem was caused by running out of columns, not rows. Apparently each record was added as a column and not a row. If true, words really do fail me.
-------------------------------Posting Data Etiquette - Jeff Moden [/url]Smart way to ask a question
There are naive questions, tedious questions, ill-phrased questions, questions put after inadequate self-criticism. But every question is a cry to understand (the world). There is no such thing as a dumb question. ― Carl Sagan
I would never join a club that would allow me as a member - Groucho Marx
October 8, 2020 at 4:26 pm
Some people like columns. I've run into some tables with high hundreds of columns, which astounds me.
October 8, 2020 at 9:06 pm
Some people like columns. I've run into some tables with high hundreds of columns, which astounds me.
how about a table with 498 columns which is updated daily. And updated in a very Interesting way. First, it’s dropped and recreated with only ID column populated with numbers and all others contain NULLs. Then 497 UPDATE statements populate the rest of the columns one by one.
Did not want to look into index structure because a) my hart is not g that young, and b) there was no point really. One-off indexes - is stupid enough. Still they recreated a bunch of indexes to be used in a report running once a day.
_____________
Code for TallyGenerator
October 21, 2020 at 3:19 pm
Mission accomplished. It only took 4 days.
Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können
October 23, 2020 at 8:26 pm
What do you get when you get a DBA and a rapper?
October 24, 2020 at 2:27 am
Well, the past two days have been unique. Started with a call in the morning from a recruiter about a possible position. After a short discussion it was determined that I was a good fit for the position. This led to a call from recruiter that works with the client and after a short conversation I soon had a telephone interview scheduled for today at 1:00 PM. Shortly after this I then received an email from work notifying me that my position with Parsons was ending today as the project I was working on had no more work for me after today and they could not find any other sources of funding for my position.
So, I interview today for a potential position and at the end of the interview I am offered the position. I start work with the new company on November 16th. In addition, I am getting nice pay raise with the move to the new company. One door closes and another door opens.
One thing with this position, looks like they are definitely open for bring the database(s) into the CI/CD pipeline as the director I interviewed was very interested in what I talked about when I talked about the Redgate tools. Instead of trying to do something on my own, it looks like I will have support from higher up. So, Steve and Grant, I may finally have a company willing to work with Redgate to implement database life cycle management into the development process. Yea!!
October 24, 2020 at 1:39 pm
That's great news Lynn - and awesome timing 🙂
October 26, 2020 at 12:24 pm
Good to hear Lynn. I mean the job thing. Of course I also get excited about selling Redgate software too.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
October 26, 2020 at 2:06 pm
Heh... some would say that you got "Lucky", Lynn. I would say that it's where years of preparation and hard work have finally met a good opportunity (my definition of luck).
Nicely done and congratulations on what sounds like might be a great job because you're not going to have to brow-beat managers to "let" them see it your way. Of course, a higher salary also helps.
Good luck, good Sir!
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 15 posts - 65,206 through 65,220 (of 66,712 total)
You must be logged in to reply to this topic. Login to reply