News

A PowerShell script designed to execute .SQL files on an SQL database. This script will execute all statements found in a .SQL file on the specified computer and database. All required parameters are ...
This script will restore sql database backups to newer versions of sql. It will work with any database backuped up from a version of SQL 2012 or later and currently supports restoring to any version ...
One way of doing this is to have the SQL*Plus script write out data to an external file that the Groovy script can process. It helps, of course, that Groovy provides some nice GDK File extensions.
The second step is to save your SQL script as a .sql file and test it on a development or test environment before deploying it to your production environment. This way, you can verify that your ...
Flat File Import into SQL Server Now that you’ve automated the fetching of your flat file via FTP, the next step is to automatically import that file into SQL Server.
So I checked it out and learned that "SQLPSX consists of 13 modules with 163 advanced functions, 2 cmdlets and 7 scripts for working with ADO.NET, SMO, Agent, RMO, SSIS, SQL script files, PBM, Oracle ...
PowerShell vs. SQL Server Management Studio When I (along with many other people) had a lot of trouble trying to install SQL Server Management Studio in an attempt to switch from the SQL Server 2008 ...
A.1 Sample SQL Scripts Spatial Cartridge provides sample SQL script files to show how to use dynamic SQL in a PL/SQL block to create layer tables for spatially indexed data or to administer and ...
SQL Advisor PowerShell vs. SQL Server Management Studio While PowerShell doesn't duplicate the complete functionality of SSMS, it can duplicate a lot of it. By David Ramel 06/24/2011 When I (along ...