Coding Grounds
Compilation of different programming projects I amuse myself with.
Tuesday, 30 April 2019
Finding databases with biggest tables in SQL Server
›
I created a T-SQL script today for use with SQL Server that will list the tables that have most rows for SQL Server, able to loop through al...
Friday, 29 March 2019
Quickly search your Git log using wildcards and shell function
›
Imagine you got a Git repository with a long history - equivalent to log - and you want find a changeset with a comment containing a word or...
Monday, 25 March 2019
Importing datetime columns from Excel into SPSS
›
I have been working with SPSS and Excel import the latest days. The following Python script written in SPSS will import your Excel datetime ...
‹
›
Home
View web version