Skip to content Skip to sidebar Skip to footer
Showing posts with the label Scripting

How Do I Populate A Sql Server Compact Database?

So I'm building a windows app, and as a result, I'm going to use SQL Server Compact instead… Read more How Do I Populate A Sql Server Compact Database?

How To Use Adodb Parameterized Query With Adarray Data Type In Vbscript?

I have not been able to find an example of how to use this anywhere. I am trying to do a simple SEL… Read more How To Use Adodb Parameterized Query With Adarray Data Type In Vbscript?

Run Oracle Sql Script From Java

i have a bunch of sql scripts that should upgrade the database when the java web application starts… Read more Run Oracle Sql Script From Java

How Do You Send In Multiple Commands To Sql Powershell From The Windows Command Line?

Not sure if this belongs on serverfault or not... I am following the instructions on this site for … Read more How Do You Send In Multiple Commands To Sql Powershell From The Windows Command Line?

Automate Generate Scripts Wizard In Sql2008

Problem: how to automate a Generate Scripts in SQL2008 Management Studio: ie right click on databa… Read more Automate Generate Scripts Wizard In Sql2008

Powershell Returns Negative Exit Code While Script Results Are Correct

I have made the following PowerShell script: Set-Location D:\folder1\folder2\folder3\folder4; Get-C… Read more Powershell Returns Negative Exit Code While Script Results Are Correct

Sql Server Parallels To Oracle Dbms_metadata.get_ddl?

I'm looking for command line or scripted solutions to pull the DDL out of SQL Server 2005+ for … Read more Sql Server Parallels To Oracle Dbms_metadata.get_ddl?