what is SPUFI ?
Answers were Sorted based on User's Feedback
Answer / naveen87ginjupalli
SPUFI-SQL Processing Using File Input
spufi is used to executes the SQL quries.
By using spufi we can execute more than one Query at a time
and also we can take the backup.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / girish kumar
Naveen ans is correct and by using SPUFI we can find the
error code in case of query failure situation.
but it is not posssible in qmf.
| Is This Answer Correct ? | 5 Yes | 0 No |
How to connect to db2 database from windows command line?
How do u achieve record level locking in DB2 versions when record level locking is not allowed?
Suppose I have a program which uses a dynamic SQL and it has been performing well till now. Off late, I find that the performance has deteriorated. What happened?
What is dbrm in db2 database?
What is a SELECT statement?
a cursor normally gets closed once we provide a commit . If u try to close the same cursor with close cursor command later after providing the commit will there be any sql-error.
What is null value in db2?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
db2 restart logic ?
Suppose we are doing transaction in a table and abend happened in between. Suppose i have completed the transaction upto X rows and I want to start the transaction again where the abend happened. I don't want to do the transaction from the first record. Then what i have to do.
What is the maximum size of a char data type in db2?
Is Cursor exicutable ?