About 5,830 results
Open links in new tab
  1. Add dummy row into the first row of excel file in SSIS

    Dec 2, 2017 · I am facing problem with column data types. SSIS excel source is considering same column data type as string, sometimes as Unicode string and sometimes as Unicode Text …

  2. Export dataTable to Excel from C# - social.msdn.microsoft.com

    Apr 3, 2012 · Following code will help you add a Column/Row Header to the final exported excel. Invoke the ExportGridView function with required parameters. Add the Header row, when we …

  3. inserting new row into data gridview at a particular index

    Jan 22, 2010 · Question 0 Sign in to vote Hi How to insert new row into data gridview at a particular index no. Student , XI Akshay Deep Lamba Saturday, January 16, 2010 3:15 PM

  4. OleDB Adding Columns, Inserting values, and other data …

    Aug 24, 2015 · I would like to take a spreadsheet, check the UPC value from a single row & column pulled from the spreadsheet against a database, then return a price value if the value …

  5. Update records from excel to sql table using SSIS

    Oct 7, 2021 · Now the requirement is such that there is a column in excel sheet which has unique value, Now while transfer i need to check if for that column value, is there a record exists in sql …

  6. SQL DB Transaction fails when executing INSERT after DELETE, on ...

    May 10, 2012 · So you first run delete on row and then try to insert that same row back with same primary key at the transaction? You need to commit the delete transaction before you can …

  7. Excel cannot insert the sheets into the destination workbook, …

    Oct 22, 2021 · "Excel cannot insert the sheets into the destination workbook, because it contains fewer rows and columns than the source workbook. To move or copy the data to the …

  8. Copying rows inside table with vba - social.msdn.microsoft.com

    Mar 25, 2006 · I need to make a macro which let me copy the last 4 rows of a table and clears some cells inside those rows.

  9. Can I create a SSIS package to get only row 12 to row 123 from an …

    Nov 21, 2018 · I have an excel file (report which is scheduled into shared folder daily) which has around 300 rows of data but I need data only from row 12 to row 123 which has to be inserted …

  10. Importing Excel file with Dynamic Number of columns to SQL table

    Aug 27, 2009 · If you have both excel sheet and target table same column name (you need excel -table column mapping ) , you can Dynamic SQL to pickup the columns created have in the …