SQL Servers allow the import or export of database diagrams to another database. All the information related to a database is stored in the dtproperties table. Therefore, to import or export a ...
I am not much of a DB guy. We have a large DB in production that has over 190Million records. Its 2005 SQL, and in the past i just exported the records to Excel. But this is way more then i have done ...
I need to do an export from SQL to a CSV or tab delimited. When playing around in enterprise manager I was able to create a job that would export a query to a tab delimited file.<BR><BR>This is ok but ...