Articles

SQLServerCentral Article

ANSI Joins

Are you confused by all this inner join style syntax that is becoming more and more prominent lately? This article by Neil Boyle will help you find your footing in the ANSI join syntax.

5 (3)

You rated this post out of 5. Change rating

2001-05-29

10,246 reads

SQLServerCentral Article

Removing NT Administrators as Sysadmins

By default, all NT administrators of the domain that your SQL Server is installed in, have SA rights in every database. This presents interesting challenge for DBAs, political and technical. Does your NT administrator group need SA rights to every database? The answer is no.

1 (1)

You rated this post out of 5. Change rating

2001-05-25

4,054 reads

Blogs

What I actually do at Microsoft

By

I started working at Microsoft in January 2022. I enjoy it. I even wrote...

Talkie - a simple, private, responsive interface for LLMs

By

Watch this video on YouTube I like using ChatGPT. But I don't like the $20/month...

System Views in Microsoft Fabric – Query references an object that is not supported in distributed processing mode

By

I have a metadata-driven ELT framework that heavily relies on dynamic SQL to generate...

Read the latest Blogs

Forums

Using USE does not set DB context

By belal360

Hi Experts, I have a Sql file with a bunch of DDL statements (Create...

deploying datafactory using YAML script - Error

By robinrai3

Hi All, First foray into deploying adf using YAML scripting from Azure Devops from...

blocking due to cuncurrency problem.

By rajemessage 14195

hi, CREATE TABLE [dbo].[bridge]( bridgeid [bigint] NOT NULL, [idpool] bigint NULL, status int null...

Visit the forum

Question of the Day

Is date zero valid and if so what day is it?

You run this code in SQL Server

select datename(weekday, 0);
What is the result?

See possible answers