RelationalDBDesign
SiteMap
Business Rules
Cursors Views
Database Creation
SQL Monitoring
Database Web Apps
Data Manipulation
Access Features
Tables Queries
Importing/Exporting Data
«Prev
Next»
Configuration Monitoring
Importing/Exporting Data
Insert Data Load Statement
Select into Statement
Bulk Insert Statement
SQL Bulk Copy Program
SSIS
SQL Server Data Tools
SQL Server Agent
Azure Data Factory
SQL Data Integration
Load Export Conclusion
Intro Monitoring SSMS
SQL Server Connections
Monitoring SQL Connections
Monitor Locked Resources
SQL EM Monitor Locks
Overall System Performance
Database Consistency Checker
Monitor Data Cache
Monitor Performance Using DBCC
Trace Flags
Built In Functions
SQL EM Conclusion
Monitoring Databases
Monitor Database Size
Use SSMS monitor DB Size
Monitor Databases using DBCC
Monitor Consistency Individual Tables
Miscellaneous DB Monitoring via Dbcc
Monitor Transaction Log
Maintaining Database Statistics
View Statistical Information
Run sqlmaint.exe
Database Maintenance Plan wizard
SSMS Conclusion
Intro Extended Events
Extended Events Tools Ssms
Extended Events Sessions
Extended Events Actions
Extended Events Payload Fields
Run Extended Events Sessions
Query Store Regression Analysis
Query Store Top Tuning
Configure Query Store
Extended Events Conclusion
Loading Data SQL Server - Quiz
Select the best answer or answers for each question.
1.
Which of the following can be used to load data from a file into a non-existing table?
Please select all the correct answers.
A.
bulk insert
B.
DTS Wizard
C.
DTS Package
D.
select into
2.
If you want to use the bcp program to load data skipping rows from the beginning of the file, which of the following parameters should you use?
Please select the best answer.
A.
-F
B.
FIRSTROW
C.
-L
D.
LASTROW
3.
If you are loading data with bcp into a table that has identities and the file does not contain values for the identity, which of the following can you do?
Please select all the correct answers.
A.
Use a format file to skip the identity column
B.
Provide the E parameter to bcp
C.
Do not provide the E parameter
D.
Do not provide the k parameter
4.
Which of the following data sources can you use as a source system when using the DTS Wizard?
Please select all the correct answers.
A.
SQL Server
B.
Excel
C.
Oracle
D.
DB2