Truncating tables with constraints always had been a pain, since we have to drop and recreate all the FKs. I created a script that takes care of dropping and recreating the foreign keys while truncating. Please use with caution! and always respect your Data !
2016-12-01 (first published: 2016-11-28)
1,394 reads
2016-11-30 (first published: 2016-11-22)
815 reads
You can eliminate CURSOR many a places using WHILE Loop.
2016-11-29 (first published: 2015-03-30)
3,932 reads
Script finds all columns in a table that have a single value.
2016-11-28 (first published: 2016-11-21)
4,146 reads
Warm the cache with a particular table by reading it into memory.
2016-11-25 (first published: 2016-11-14)
910 reads
This script will find various US holidays for a year.
2016-11-24 (first published: 2003-07-09)
810 reads
Script describe How to change stored procedure Automaticly.
2016-11-22 (first published: 2016-11-11)
843 reads
If you have Always On and need to stop running database backups to the stand by server, use the script.
2016-11-21 (first published: 2016-11-01)
316 reads
This query generate add/alter script for missing or different columns. Execute on source database and copy resultset. Execute generated script on any database (may be all customer databases) Missing columns will be created and different types will change as source schema.
2016-11-18 (first published: 2016-11-07)
926 reads
Oracle Built in Function INSTR is a great function if you wish to locate a string or a subset of string in the nth place.
2016-11-17 (first published: 2016-11-04)
1,449 reads