CSE MCQs :: SQL Server MCQs
- Which is the most serious issue after migration of access database to SQL Server ?
- Under the _______ recovery model, all bulk operations are fully logged
-
Which of the following command tells that all local users are logged in as "sa in the following code ?EXEC sp_addlinkedsrvlogin@rmtsrvname = "Northwinds",@useself = "false",@locallogin = "sa",@rmtuser = "Admin",@rmtpassword = NULL
- When you execute SQL statements within Integration Services, the following optimization can be made ?
- Which of the following is the best practice related to SSIS ?
- Point out the correct statement :
- The ______ pre-compiler translates embedded SQL into calls to the Oracle runtime library.
- Which of the following stored prcoedure provide replication support for AlwaysOn ?
- Point out the wrong statement :
A.
If Integration Services and SQL Server run on the different server, use the SQL Server destination instead of the OLE DB destination to improve performance
|
B.
In SQL Server 2008 Integration Services, there is a new feature of the shared lookup cache
|
C.
If you cannot use commit size 1, use the highest possible value of commit size to reduce the overhead of multiple-batch writing
|
D.
All of the mentioned
|