Learn A Bit More
For this Friday's poll, Steve Jones talks about free training events and what their value is to you.
For this Friday's poll, Steve Jones talks about free training events and what their value is to you.
The 70-433 will be my first Microsoft certification test. There are two main reasons why I've decided to take on this quest. The first reason is to "fill in the cracks." Even on fundamental topics I've found myself saying "oh
Join BI Architect Bill Pearson as he continues to explore attribute discretization, as a part of an extended examination of the dimensional model lying at the heart of the integrated Microsoft Business Intelligence solution.
For this Friday's poll, Steve Jones talks about free training events and what their value is to you.
For this Friday's poll, Steve Jones talks about free training events and what their value is to you.
For this Friday's poll, Steve Jones talks about free training events and what their value is to you.
This white paper provides step-by-step guidelines for diagnosing and troubleshooting common performance problems by using publicly available tools.
Becoming a more productive employee should be a goal for most people. It can also greatly increase the enjoyment you get from your career. Steve Jones gives you some ideas that might help you.
SQL School covers a basic topic this week. MVP Andy Warren shows the various ways to stop and start your services.
S partitions from the ground up, with advice on binding, merging, and selecting partition data.
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