All posts tagged 'SQL server'
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. [More]
SQL server - how to list out last modified stored procedures, functions, views and tables from Sql Server using sys.objects [More]