Tag: syndicated

  • Daily Coping 8 Nov 2022

    Today’s coping tip is to set a goal that brings a sense of purpose for the coming month.

    For me, I’m going away from primary work to secondary work. I’ve been working on a head coaching certification (part of my goals) and I’m about 40% in. I want to get to 75% this month.

    I started to add a daily coping tip to the SQL Server Central newsletter and to the Community Circle, which is helping me deal with the issues in the world. I’m adding my responses for each day here. All my coping tips are under this tag.

  • Data Manipulation with Word and Excel

    Recently I had to go through some training that asked me to evaluate some text. I needed to tally some data up, and decided Word and Excel were quick and dirty ways to do this.

    The Task

    The instructions were:

    • Read the text
    • Put a check by the sentences you agree with
    • Put a question mark by those you are unsure about
    • Leave others blank
    • Determine how much in agreement you are with the text

    The challenge was this was 5-6 paragraphs, each with 3-5 sentences, so trying to mark these on the screen and then tally them wasn’t easy. Being a data person, I wanted to calculate something more accurate and easy.

    So, I thought about getting this data into a better format and wanting to use math to calculate percentages. While there are lots of ways to split text in T-SQL, Python, etc. I decided for a one-off, Word and Excel worked well.

    Word Formatting

    I started in Word because, well, this is text and Word is for text. I’ve also pasted lots of text into Excel and it often keeps enough formatting that things are combined into one cell.

    Since I needed sentences, I pasted text and did a search and replace for a period and a space, as shown inbrackets [. ]. The replacement was more complex. I tried \n and /n and a few things, then I noticed the “More” button at the bottom.

    2022-10-31 08_26_56-Find and Replace

    When I expanded this, I saw a number of options, and I used the paragraph mark, since I wanted each sentence on a separate line.

    2022-10-31 08_26_32-Document1 - Word

    This isn’t the text I was using, but I grabbed this from sqlsaturday.com for this post. Here’s the before:

    2022-10-31 08_28_07-Document1 - Word

    Here’s the after:

    2022-10-31 08_28_27-

    It was well formatted text, so this gave me the split of data into sentences.

    Excel for the Math

    I then copy/pasted this into Excel, which put each sentence into a separate cell in a column. I had a few blanks, but easy to sort the data (ordering didn’t matter here) and get all my data at the top.

    2022-10-31 08_33_09-Book1 - Excel

    From here, I just added my marks to the columns at the end. I also added a title row, just for me. I then used a “1” for agreement in the columns. For those where I wasn’t marking either column, I used two zeros, just to make things look better. I had something like this:

    2022-10-31 08_51_26-Book1 - Excel

    The formula I used was a sum, divided by the count. For the count, I just used the final row number (9), subtracting the title row. This way I could copy this across each column.

    2022-10-31 09_07_39-Book1 - Excel

    Easy way to calculate some one-off totals from data that I need to evaluate for text data with a little Office ELT.

  • Daily Coping 7 Nov 2022

    Today’s coping tip is to identify three things that give you hope for the future.

    1. The creativity and passion of youth
    2. The drive from many people who build software to do it better
    3. Some medical work that has my wife and me feeling better than the past few years

    I started to add a daily coping tip to the SQL Server Central newsletter and to the Community Circle, which is helping me deal with the issues in the world. I’m adding my responses for each day here. All my coping tips are under this tag.

  • Goal Progress for Oct 2022

    I set goals at the beginning of the year, and I’m tracking my progress in these updates during 2022.

    Another month of busy stuff. Prepping for the Data Community Summit and 3 travel trips. Gone from home for 11 days, though I was working on some of those.

    However, I re-focused a bit on things I need to do for grow myself. I did that with an eye on these goals, pushing myself a touch.

    I also bolded the places where I’ve done something.

    Grade: C-

    Here are the goals:

    Work

    I didn’t do much here with demos. Things have been changing a lot with work, and I’ve delayed some of this until tech settles slightly. Still on my list to do more here in Nov/Dec. I did read a bit and am finding Do Hard Things fascinating.

    • DP-900 – Passed
    • DP-300
      – Stated studying, practice tests around 80% correct, need to schedule
    • Demo with SQL Server – 20% – dev db set up, started on pipeline
    • Demo with PostgreSQL – 20% – Dev db set up
    • Demo with MySQL – 0%
    • Thanks for the Feedback – 100% – HIGHLY Recommended
    • Good Strategy/Bad Strategy – 100% – VERY interesting
    • Do Hard Things – 43% – HIGHLY RECOMMEND so far

    Personal

    I spent some time getting data into Google Sheets (sample data) and then hooking this to PBI Desktop. I haven’t tried to publish, but I managed to get this working-ish. Not sure if my auth will work in the cloud, but at least a few things are connected. I’m calling this 50% done.

    I am aiming to start getting this to some kids in Dec, once I can collect a few stats for this season.

    Added. Not tech, but I have been working on being a better volleyball coach. The book above is part of that, but I also signed up for some formal training. I started in Sept, but did get more coaching training done during my travels.

    • Link Google Sheets to Power BI – 50%
    • Create Report – 45%  – Minor updates to my report based on the Google Sheets data.
    • Create Dashboard – 30%  -Minor updates
    • Get people using it – 0%
    • Coaching Certification – 38%

    Community

    • Support the Colorado groups by speaking twice and helping get one event set up
      – 40%
      • CO Springs event set up and executed
      • Denver SQL Server SQL Saturday executed
    • Speak at 3 other community events (was user groups) outside of Colorado – 100%
      • Spoke at DBA Fundamentals group
      • Spoke at Toronto SSUG
      • Spoke at SQL Saturdays in Jacksonville, New Jersey, LA, Denver
        • Boston, Toronto in Oct
    • Support SQL Saturdays – Help get 10 events run in 2022
      – 100%

      • We have had 9 run this year and 9 more scheduled
      • In Oct, we had 5 events complete – Boston, Orlando, Memphis, Toronto, Richmond
    • Volunteer 4 days with Habitat – 0 days
      • Not happy about this still. I had hoped to go Sept 15, but they cancelled the build that day. Need to find another day, but it’s hard. They aren’t doing every Wed/Thur/fri, and travel is getting in the way.