Skip to content
  • 820003X3X3
  • hello@sqlindia.com
  • Facebook
  • Twitter
  • Google
  • Linkedin
  • Youtube
  • RSS
SQLINDIA
  • Home
  • SQL SERVER
    • SQL TUTORIAL
    • INTERVIEW Q&A
  • MY SQL
  • POSTGRES
  • HADOOP
  • PYTHON
  • AZURE
  • POWER BI
  • TECH JOKES
  • INSPIRATIONAL
  • TOOLS
    • TEXT FORMATTER
    • TABLE BACKUP
    • VBS EDIT
    • SQL COMPLETE
    • SQL PLAN EXPLORER
    • HUNTINGDOG – SQL SEARCH
    • WHOISACTIVE
    • SCHEMA OPTION PARSER
    • NOTEPAD++
  • CONTACT
SQLINDIA / SQL Server / Archive for OLE

Category: OLE

OLE Automation is an inter-process communication mechanism created by Microsoft.

How to delete files using sql query from SQL Server

December 27, 2015 Prasad Sahoo

As a SQL Server DBA, I like to code in T-SQL mostly. Recently I had a requirement where I need to delete files on conditional basis. I could have done the same writing a simple batch script or vb script Continue Reading..

Automation, OLE, SQL Admin, SQL Server, SQL TricksAutomation, DBA, HowTo, OLE Automation, SQL Server Tricks, System Procedure1 Comment

COPY OR MOVE FILES AND FOLDERS USING OLE AUTOMATION

October 31, 2014 Prasad Sahoo

I love playing around with automation stuff. In a recent automation task, I was to copy or move files and/or folders from one location to another in SQL Server without using SQLCMD. If you are novice to OLE automation in SQL server then Continue Reading..

Automation, OLE, SQL Server7 Comments

File system operations in SQL Server using OLE Automation

October 6, 2014 Prasad Sahoo

I have been doing some cool automation stuff in SQL Server using OLE Automation objects. This is a series post on OLE automation, If you missed the first post then read it here to know what OLE Automation is and how to Continue Reading..

Automation, OLE, SQL Server, SQL TricksLeave a comment

Binary data into filesystem using OLE automation in SQL Server

October 1, 2014 Prasad Sahoo

Recently I have been assigned to do some file system operation from SQL Server like saving a physical file into database in binary format and extract back the same file into file system when needed. This could have been done using cmd, powershell, vbs Continue Reading..

Automation, OLE, SQL Server, SQL Tricks1 Comment

Enter your email address:

Recent Posts

  • Read MS excel data in SQL Server using OPENROWSET
  • A look back to last 9 years of working as a software professional
  • How to find FILL FACTOR of all indexes in SQL Server
  • Simplest method to insert stored procedure output into a table – SQL Server
  • Hide not authorized user databases to logins in SSMS

Categories

  • Automation
  • Azure SQL
  • Best Practices
  • Data Analytics
  • DBA Jokes
  • Fixed
  • Inspirational
  • Interview Questions
  • Microsoft Azure
  • Mobile Tips
  • My Pen
  • OLE
  • Others
  • Performance Tuning
  • Powershell
  • Script Repository
  • SQL Admin
  • SQL Server
  • SQL Tricks
  • SQL Tutorial
  • SQL XML
  • System objects
  • VBScript

Archives

Recent Comments

  • Mani Qui on Read XML into a table using sp_xml_preparedocument
  • Kadir on Binary data into filesystem using OLE automation in SQL Server
  • Povilas on How to execute stored procedure in excel with parameters
  • Pradeep Kumar Jaiswal on How to delete files using sql query from SQL Server
  • Nihal on Read XML into a table using sp_xml_preparedocument
© Copyright 2016-2019 | SQLINDIA.COM