Get Information on Current Traces Running
This is just a quick informational query to save as a snippet to get some quick information on running traces,...
2014-12-02
935 reads
This is just a quick informational query to save as a snippet to get some quick information on running traces,...
2014-12-02
935 reads
I was looking for an efficient way to eliminate overlapping days when provided with a historical table that provided events...
2014-10-16
881 reads
If you want to create sample random samples when dealing with date calculations to test your results, you can easily...
2014-08-12
512 reads
Common date values you may need to reference that you may not want to write from scratch each time.
Hope...
2014-08-12
1,044 reads
A step by step explanation on one way to get a consecutive period of months, which could easily be adapted...
2014-05-19
645 reads
Ran across a comment the other day that scalar functions prohibit parallelism for a query when included. I thought it...
2014-02-11
847 reads
If you run across migrating or copying a database structure for some purpose, yet need to change the database references...
2013-08-13
1,923 reads
I’ve never really used the F1 key for help files with most applications. I was surprised at the usefulness in...
2013-07-24
855 reads
If you have a set of columns inside your table that you want to allow nulls in, however if one...
2013-07-18
1,219 reads
When dealing with large amounts of objects in a database, navigation can be tedious with SSMS object explorer. This extender...
2013-07-16
734 reads
In this step-by-step tutorial, learn how to run MySQL, PostgreSQL, MongoDB, and other stateful...
By Steve Jones
The 11th episode is now live, recorded a few weeks ago at the PASS...
By Steve Jones
mornden – n. the self-container pajama universe shared by two people on a long...
Hi everyone My SSIS package does a bulk insert of csv files into a...
Dipping my toes into the waters of Azure and of course before I get...
Comments posted to this topic are about the item Announcing SQL Server 2025
Can you run this code in any of your SQL Server 2019 databases without error?
CREATE OR ALTER PROCEDURE [dbo].[StevesAmazingProc] AS SELECT Consumer_ID , Trend_Category , Bit_Trace FROM NewWorldDB.dbo.MarketTrend; GOSee possible answers