About 11,700 results
Open links in new tab
  1. How to save SQL Server objects (tables, views, sp, etc) using tsql ...

    Jul 18, 2018 · If you are on SQL 2017 you can use mssql-scripter tool to generate scripts for all the tables in a database by just using a command line instruction (see details here). If you are …

  2. Finding Number of columns count in flat file

    Apr 27, 2011 · By using row count transformation we can find number of number of rows in the table,but I want to know number of column in the bot the flat file.

  3. how to load multiple files into multiple destination table in ssis

    Jan 23, 2019 · Then add a Data Flow Task followed the Script Task. Initially, you require a static file and table name to map columns between flat file source and OLE DB Destination. By …

  4. Flat file destination error - social.msdn.microsoft.com

    Apr 28, 2015 · [Flat File Destination [139]] Error: Data conversion failed. The data conversion for column "MEMBER_ID" returned status value 4 and status text "Text was truncated or one or …

  5. Flat File Row Length Validation in SSIS Package

    Mar 15, 2013 · Flat file source--> script component to check the length of the row (or a conditional split can also be used if number of columns are less) . And based on the length of the row …

  6. how to auto shrink the transcation log files >1GB

    Aug 23, 2010 · Set the file growth increment percentage to a reasonable size to prevent the file from growing by too small a value. If the file growth is too small compared to the number of log …

  7. Saving a wav file in sqlsever - social.msdn.microsoft.com

    Nov 19, 2005 · a few years down the road when you begin to reach storage limits of the physical database files. The practical solution is to generate a filename and store that to the database …

  8. Random Access Files - social.msdn.microsoft.com

    May 1, 2008 · I wanted to use a random-Access file where I create my own database, as for what I am attempting to do would actually simplify several aspects of the program.

  9. Transaction log is full due to 'ACTIVE_TRANSACTION'

    Apr 29, 2014 · If this is happen due to multiple transaction then there will be active log file and inactive log file so taking a log backup you can reclaim the space consumed by inactive log …

  10. How to VSS based backup for really large SQL databases?

    Aug 14, 2017 · I really know how VSS is working with the SQL database backups. But on really large databases you will need to run a long "snapshot" as you will need time to copy all the …