Stories recently tagged with 'script'

Using the CodeDom to do scripting with .Net(msmvps.com)

submitted by JoacimJoacim(255) 2 years, 7 months ago

The company I work for, Interactive Medica, provides SaaS business solutions for the pharmaceutical industry. Many of our clients receive data from third-parties which they need us to import into our system. This is pretty straight-forward and common in many industries. The data arrives in different formats, CSV files (or other delimited text files), Access database, Excel Spreadsheets, and so on. Sometimes the files are zipped and sometimes not. Sometimes the files are uploaded to us via FTP and at other times we need to pull the data, also usually via FTP. read more...

add a comment |category: |Views: 59

tags: another

Backup ALL your SQL Server 2005 databases using a script (geekzilla.co.uk)

submitted by phaymanphayman(3550) 4 years, 2 months ago

I wanted to backup all my databases... I had loads, creating a step for each db was getting tedious, so I wrote this script. read more...

add a comment |category: |Views: 64

tags: another