2022-08-26 (first published: 2017-08-08)
213 reads
2022-08-26 (first published: 2017-08-08)
213 reads
2021-12-10 (first published: 2017-03-30)
247 reads
There are many amazing candidates in IT, but how many can give an amazing interview. I feel I can't, can you?
2021-03-04
298 reads
2020-12-23
284 reads
Do you consider multi-skills useful; or just one with mastery in it?
2019-01-21
139 reads
Does the tone of communication matters to you that much that it affects your work in some way?
2018-05-15
108 reads
Am I guilty of over-customising software? Read this and let us know what you think.
2017-06-12
102 reads
Have you ever given up on your brainchild? If yes, how did you deal with it?
2017-04-24
106 reads
By Brian Kelley
If you're an attendee at the PASS Data Community Summit this year, there are...
By Steve Jones
dead reckoning– v. intr. finding yourself bothered by somebody’s death more than you would...
By alevyinroc
Thank you for attending my PASS Summit 2025 session Answering the Auditor’s Call with...
Comments posted to this topic are about the item Personal Contact Is Vital
Comments posted to this topic are about the item Getting the Schema for Tables
Comments posted to this topic are about the item An Unexciting Exciting Release
What happens when I run this on SQL Server 2022 in the AdventureWorks2022 database?
SELECT OBJECT_DEFINITION (OBJECT_ID(N'Person.Person')) AS [Object Definition]; GOSee possible answers