Explain the way to shrink a Database
Explain the way to shrink a Database?
Expert
This has historically been difficult to shrink any database except tempdb (since it is created fresh each boot time). The two ways commonly used have been:
1. Make sure that you have scripts for all your objects (several tools like SA Companion, dbschema.pl or DB Artisan from Sybperl can create scripts by an existing database), then bcp out your data, drop that database, recreate this smaller and run your scripts, as well as bcp in your data.
2. Utilize a third-party tool such as DataTool's SQL Backtrack, that in essence automates the first process.This technote draws a third possibility which can work in most cases.
What understand by the term SQL, and give its importance?
Write down the differentiation between Informatica8.0 and 7.0?
Described the impact of signed numbers upon the memory by using Data Structures?
Explain the types of jobs we have within the Data stage?
Illustrates the applications of ASA?
Illustrates the properties of Cursors in brief?
How must you modify the function to handle error?
Name the Applications of tree data-structure?
Describe some of the major objectives of normalization?
Describe briefly the four JDBC driver types which Sun defines?
18,76,764
1934767 Asked
3,689
Active Tutors
1434777
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!