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
349 reads
How to get current day with the timeportion = 00:00:00.000.Works regardless of locale.
2002-04-05
437 reads
This script derives the first day of the month and the last day of the previous month...
2002-04-04
441 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
279 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
995 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
770 reads
By Steve Jones
This is my last week of the year working (I guess I come back...
By Steve Jones
suente– n. the state of being so familiar with someone that you can be...
Anyone (everyone?) who has ever tried to learn a programming language knows that to...
I wrote a PowerQuery that parses a table from a PDF, and I want...
Comments posted to this topic are about the item Attaching an SQL Server database...
Comments posted to this topic are about the item Superseded Indexes
Which of these indexes is superseded by another?
See possible answers