It seems we can’t find what you’re looking for. Perhaps searching can help.

Blogs

Modifying sp_QuickieStore Returned Column Order

By

I love QuickieStore, but I wanted some columns to be at the front end...

EightKB 2024 – Schedule and Registration

By

Hello Hello, We. Are. Back! The schedule for EightKB 2024 Edition has been announced!...

Inside SQL Server Backup and Restore History Pruning with sp_delete_backuphistory

By

I had a customer that was looking to document a restore that had occurred...

Read the latest Blogs

Forums

Web API Procedure will not run in SQL Server Agent Job

By fxferguson

I have a stored procedure that pulls JSON data from a US government web...

how to bulk insert a file on a azure sql server managed instance

By Snargables

Don't know if this is the right place for this topic. I have an...

Split fields sql 2017

By tylerschuler75

I am trying to split fields in sql 2017.  The column holds the following. ...

Visit the forum

Question of the Day

The Variable DateName

What is wrong with this code?

DECLARE @p NVARCHAR(10) = 'year'
SELECT DATEPART(@p, GETDATE())

See possible answers