Tag: databases
Questions Related to databases
-
(a) Allows fast and flexible indexing for keyword based query
-
(b) Provides a message based communication platform
-
(c) Supports sending Email from the database
-
(d) None of the above
-
(a) Use the bcp command
-
(b) Use the BULKINSERT statement
-
(c) Create a custom format file
-
(d) None of the above
-
(a) Add SQL 2 as linked server to SQL 1
-
(b) Add SQL 2 as remote Server to SQL 1
-
(c) Reference SQL 2 by an alias
-
(d) None of the above
-
(a) Add SQL 2 as linked server to SQL 1
-
(b) Add SQL 2 as remote Server to SQL 1
-
(c) Reference SQL 2 by an alias
-
(d) None of the above
-
(a) In the Bulk-Logged recovery model, all transactions are logged
-
(b) In the Simple recovery model, all transactions are logged.
-
(c) In the Full recovery model, most transactions are minimally logged
-
(d) In the Simple recovery model, most transactions are minimally logged
-
(a) It defines the database catalog
-
(b) It defines the table catalog
-
(c) It groups database objects
-
(d) It groups databases
-
(a) Text
-
(b) Varbinary
-
(c) Varchar(max)
-
(d) Varchar
-
(a) SQL Server error log
-
(b) msdb.dbo.sysbackuphistory table
-
(c) Windows Application Event Log
-
(d) msdb.dbo.backupset table
-
(a) Detach / attach
-
(b) SMO
-
(c) Backup/restore
-
(d) All
-
(a) Create index
-
(b) Alter database
-
(c) Insert data
-
(d) Restore Database