Database Administration

How to import bulk data in MySQL database using .net code! it can be done by MySqlBulkLoader class provided in MySQL to .Net connector (MySql.Data.dll)
SqlBulkCopy Class in System.Data.SqlClient namespace lets you efficiently bulk load a SQL Server table with data from another sources like csv, xls etc.
SQL server - how to list out last modified stored procedures, functions, views and tables from Sql Server using sys.objects
Certified By