Don’t Underestimate the Importance of Good Co-workers
It is important to have people that do good work and are good to work with.
2017-10-17
96 reads
It is important to have people that do good work and are good to work with.
2017-10-17
96 reads
2017-09-05
316 reads
We all make mistakes, what you do next is what is important.
2017-07-13
73 reads
Team building isn't easy, but important for people to work together well.
2017-07-11
69 reads
When faced with repetitive tasks how do you go about doing them in a focused timely manner?
2017-05-11
153 reads
2017-04-28
840 reads
It takes a creative mind to come up with new ideas. So how do you do it?
2017-04-21
114 reads
This article explores aspects of a job that help one feel satisfied at work.
2017-04-10
99 reads
This article explores the author's way of making big decisions.
2017-04-04
73 reads
2017-01-05
85 reads
By Arun Sirpal
Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...
By DataOnWheels
This is a blog that I am writing for future me and hopefully it’ll...
By Steve Jones
While wandering around the documentation looking for some Question of the Day topics, I...
Comments posted to this topic are about the item Pro SQL Server Internals
Comments posted to this topic are about the item SQL ART: Who's Blocking Who?...
Comments posted to this topic are about the item Running SQLCMD II
I run this command to start SQLCMD:
sqlcmd -S localhost -E -c "proceed"At the prompt, I type this (the 1> and 2> are prompts):
1> select @@version 2> goWhat happens? See possible answers