SQL Database Transfer Questions

1

Copy a SQL Binary Large Object (BLOB) from one database to another
Is there  a way to find out the name of a Blob stored in a database. I am trying the code below and apparently the name is not correct. SQL> Declare   2   tpsr Blob;   3   spsr blob;   4  Begin   5   Select ’8502′ into tpsr from ca90joetmp.spec_form_psr where spec_form_id = ’90710′;   [...]

Answer Question   |  October 14, 2010  7:01 PM
Binary Large Object, BLOB, SQL, SQL Database Transfer
asked by:
15 pts.

Forum data transfer – SQL
Hi, my question is: we’re developing a new forum so want to learn how can we transfer the data in one or two tables in old forum’s SQL database to the SQL database of this new forum? that means we hope some posts in old forum to be moved to the new ones. Please give [...]

Answer Question   |  March 5, 2010  7:40 AM
SQL Database, SQL Database Transfer
asked by:
20 pts.

Transfering SQL files from location to colo
What is the fastest way to get the SQL database files transfered over? i.e. zip the files

Answer Question   |  December 7, 2008  12:26 AM
SQL Database, SQL Database Transfer
asked by:
25 pts.

1