Quote:
|
Originally Posted by ARWinner
I believe it should be:
backup DB dbname to NUL
Andy
|
On Windows /dev/null equal is nul:
So commad should be:
Code:
backup DB dbname to nul:
By the way. I also use "import from nul: of del replace into schema.table_name" to empty table without db2 loging. Very useful.
Hope this helps,
Grofaty