How do you deal with disappointment?
Disappointment is hard, but you get to choose how you react to it.
2018-05-14
92 reads
Disappointment is hard, but you get to choose how you react to it.
2018-05-14
92 reads
AD Authentication in SQL Server has been around for a long time, so why do we still use SQL Authentication?
2018-03-30
366 reads
2018-02-01
68 reads
Often we are encouraged to learn the latest things, but sometimes the old stuff is worth knowing too.
2017-12-26
80 reads
2017-12-18
51 reads
2017-12-11
68 reads
It is getting to be that time of year. Holiday parties are you for them or against
2017-11-14
69 reads
A lot of us are introverted, so is there anything that can be done about it?
2017-11-09
101 reads
2017-11-01
82 reads
There are important things in life and in our career, how far are you willing to go to get them?
2017-10-30
92 reads
This month, I prompted bloggers to discuss whether good enough is perfect. Thank you to all...
By Steve Jones
Recently a customer asked if SQL Compare and SQL Data Compare can be used...
i see this in the definition of a linked server on our wh sql...
Is this even possible ? Tried with grant but to no avail. [sys].[database_role_members] and...
Comments posted to this topic are about the item Stairway to Snowflake Level 5...
What does this code return in SSMS 20 from SQL Server 2019?
select '|' + CHAR(0)+'abc' + '|';See possible answers