Finding the first day of the Month
This script derives the first day of the month and the last day of the previous month...
2002-04-04
458 reads
This script derives the first day of the month and the last day of the previous month...
2002-04-04
458 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
324 reads
The fastest way of getting LastDayPreviousMonth / FirstDayCurrentMonth
2002-04-04
211 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
1,261 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
882 reads
The script calculates the end and the beginning of the last, the current and the next months.
2002-04-01
1,023 reads
2002-04-01
795 reads
This script would help find primary key, foriegn key, unique constraints, check constraints on a table. With slight modification you can use it to find various information about a table.
2002-04-01
609 reads
2002-04-01
707 reads
This script would help you find users, their logins, roles etc in a database.
2002-04-01
361 reads
By Steve Jones
Software is hard. While I love our Lucid Gravity, I realize that they are...
By James Serra
Making Data AI-Ready, Part 2 (This is the second article in a three-part series...
By Steve Jones
Can you use your GPUs when running a local model under Ollama? You can,...
Comments posted to this topic are about the item Moving Beyond the Reboot: Finding...
Comments posted to this topic are about the item Reserved Words I