I\'ve been too lax with performing DB backups on our internal servers.
Is there a simple command line program that I can use to backup certain databases in SQL Serv
I'm using tsql on a Linux/UNIX infrastructure to access MSSQL databases. Here's a simple shell script to dump a table to a file:
#!/usr/bin/ksh # #..... ( tsql -S {database} -U {user} -P {password} <{output_file.dump}