↧
MS SQL Server- Consolidating multiple database objects into one database
Hi all, I would like to consolidate my 5 databases into one database, here, I would like to load all my database objects with data. Can anyone help me the best and easiest approach to consolidate? and...
View ArticleSet result of select query to variable in sql plus
I have a select query in sqlplusselect trim(status) from AML.amletl_load_status where mov_date in(select max(mov_date) mov_date from AML.amletl_load_status);Then i want to set result return as variable...
View Article