Grant access to Public for all user objects
Grant access to Public for all user objects (tables, views, stored procedures).
2002-04-05
216 reads
Grant access to Public for all user objects (tables, views, stored procedures).
2002-04-05
216 reads
Shows how to return data with a "rownumber". Some unique column is needed.
2002-04-05
347 reads
How to get current day with the timeportion = 00:00:00.000.Works regardless of locale.
2002-04-05
436 reads
This script derives the first day of the month and the last day of the previous month...
2002-04-04
440 reads
Have you faced a situation where you want to have the latest currency rates available upto a particular date. Normally you may have to run sub queries but derived tables is the easiest way to do.
2002-04-04
278 reads
The fastest way of getting LastDayPreviousMonth / FirstDayCurrentMonth
2002-04-04
194 reads
Sample script header to use to describe a stored procedure. This is a piece of the one I use but needs modification for each environment.
2002-04-04
950 reads
This procedure will let you execute existing stored procedure with several sets of multiple parameters like: exec _ParamSplit_SP 'ColorSP', "258,'RED';367,'BLUE';125,'GREEN'",";" it will be the same as exec ColorSP 258,'RED' exec ColorSP 367,'BLUE' exec ColorSP 125,'GREEN'Created for SQL 7
2002-04-03
852 reads
The script calculates the end and the beginning of the last, the current and the next months.
2002-04-01
975 reads
2002-04-01
767 reads
By Brian Kelley
It tells us to take the time to master the foundational basics of whatever...
By Steve Jones
The episode on data masking and subetting is out. You can see it here:...
By Brian Kelley
I'm listening to Effortless by Greg McKeon (link to author's page) through Audible.com. He...
hi i need "sample size" in my report's 4th data region which is a...
Hello experts, I want to be more organized about the SSL certificates we have...
Hi everyone, We recently upgraded our server to Sql Server 2019 (15.0.2125.1 (X64) on...
What are the two inputs called to a hash join operation in SQL Server? (choose 2)
See possible answers