Technical Article

FTP files using SQL stored procedure

This stored procedure takes four parameters1)file to ftp2)server name or IP3)ftp login4)ftp passwordSP will ensure that local file exists before continuing,it will create and execute a batch file in order to push the file to the remote FTP server.--exec exampleEXEC dbo.up_FTPPushFile 'c:\temp\test.txt', 'server', 'user', 'password'

(2)

You rated this post out of 5. Change rating

2002-12-09

4,883 reads

Technical Article

Add Check Digit (LUHN)

If you ever need to create a credit card like number this stored procedure is for you.Most credit cards contain a check digit, which is the digit at the end of the credit card number. To generate the check digit, the LUHN formula is applied to the number. To validate the credit-card number, the check […]

You rated this post out of 5. Change rating

2002-11-30

4,306 reads

Blogs

PlanTrace Now Supports PostgreSQL

By

PlanTrace Now Supports PostgreSQL The same plan analysis you know from...

A New Word: the Kinder Surprise

By

the kinder surprise – . the point in your early adolescence when you realize...

Crash-Consistent Snapshot Cloning - Hyper-V Edition

By

If you’ve been following my T-SQL Snapshot Backup series, most of what I’ve covered...

Read the latest Blogs

Forums

Cara upgrade rekening BCA biasa menjadi KlikBCA Bisnis

By malik

Cara upgrade rekening BCA biasa menjadi KlikBCA Bisnis Hubungi Layanan resmi KlikBCA 085373737551 Bisa...

Cara mengatasi saldo tertahan/pending di KlikBCA

By malik

Anda Bisa menghubungi Layanan KlikBCA di nomor resmi 085373737551 untuk whatsapp resmi layanan KlikBCA...

BCA KCP Kreo Ciledug CSTelpon : 0853-73737551

By malik

CSTelpon : 0853-73737551 Jl. HOS Cokroaminoto Jl. Ciledug Raya, RT.001/RW.006, Kreo Selatan, Kec. Larangan,...

Visit the forum

Question of the Day

SSoL Support on the OS

On which Linux versions is SQL Server 2025 on Linux supported?

See possible answers