Remote Remote Work
Working remotely can be more than working at home, which Steve thinks helps the work-life balance.
2022-10-21
145 reads
Working remotely can be more than working at home, which Steve thinks helps the work-life balance.
2022-10-21
145 reads
Most of work in teams, which means we are accountable to reach other, but we should also treat each other as we'd want to be treated.
2022-07-29
148 reads
The culture in which we work is important. Having a culture that accepts and allows mistakes can help your organization. Not having this can make the environment much worse.
2022-07-20
243 reads
What is the best way to use an office? Or is there even a best way? Steve asks the question today.
2022-07-15
144 reads
2022-07-09
165 reads
We used to work in offices, now we work at home. Do we need a third space? Steve does.
2022-04-18
176 reads
Video chat is how many of us see our colleagues every week. It's not a great system, but maybe it can get better.
2022-01-31
91 reads
The future of work is uncertain, but not everyone is ready for remote work to continue.
2021-09-20
285 reads
2021-05-17
219 reads
There are many things we may miss about the office, but one of them is the chance to interact with and impress management.
2021-04-23
121 reads
Here’s how these tools can make Kubernetes security easier and help you avoid common...
By Steve Jones
lackout – n. the sudden awareness that you’re finally over someone, noticing that the...
By Ed Elliott
All Spark Connect Posts I have just finished an update for the spark connect dotnet...
In Azure SQL DB, i want to merge records from the staging table to...
Full error message: SSRS error: The Value for the image 'Image1' has a constant...
We are in the process of upgrading to SQL Server 2022 and would like...
I have a table, called dbo.logger, in SQL Server 2022. I decide to add two new columns to this table with this code.
ALTER TABLE dbo.logger ADD CreateDate DATETIME CONSTRAINT dfGetDate DEFAULT GETDATE() GO ALTER TABLE dbo.logger ADD ModifyDate DATETIME DEFAULT dfGetDate GOWhat happens when I run these two batches? See possible answers