The Value of an MBA in IT
Do you have an MBA? If so, has it helped you? Is it worth getting one for someone in IT? Ted Pin comments.
Do you have an MBA? If so, has it helped you? Is it worth getting one for someone in IT? Ted Pin comments.
Do you have an MBA? If so, has it helped you? Is it worth getting one for someone in IT? Ted Pin comments.
Do you have an MBA? If so, has it helped you? Is it worth getting one for someone in IT? Ted Pin comments.
Security can be a hassle, but Steve Jones talks about why we sometimes put up with the difficulties of implementing strong security.
In this article, republished from Brad McGehee's book 'How to Become an Exceptional DBA', Brad explains why there are several advantages for DBAs in continuing to take exams throughout their careers.
So, how do you prepare for a master rebuild and what do you do afterwards? Hopefully this checklist will give you an idea.
What does it mean to be an MVP for Microsoft? Steve Jones talks about what the award is and what it means to get the award.
What does it mean to be an MVP for Microsoft? Steve Jones talks about what the award is and what it means to get the award.
What does it mean to be an MVP for Microsoft? Steve Jones talks about what the award is and what it means to get the award.
When do you decide that enough is enough? When does it make sense to let some bugs go and fix them later? Steve Jones comments on the decisions you sometimes make.
By Steve Jones
los vidados – n. the half-remembered acquaintances you knew years ago, who you might...
By Brian Kelley
I will be leading an in-person Certified Information Systems Auditor (CISA) exam prep class...
EightKB is back again for 2026! The biggest online SQL Server internals conference is...
Comments posted to this topic are about the item Vectors in SQL Server 2025
Comments posted to this topic are about the item Odd Sequences
Comments posted to this topic are about the item Everything is the right question...
What values are returned from this code?
CREATE SEQUENCE NumericSequence
AS NUMERIC(5,1)
START WITH 1.0
INCREMENT BY 0.1;
GO
SELECT NEXT VALUE FOR NumericSequence
GO
SELECT NEXT VALUE FOR NumericSequence
GO See possible answers