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

side effects of giving permissions to run traces

By vsamantha35

Hi All, I would like to know the downsides of giving permissions to run...

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...

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