About 441 results
Open links in new tab
  1. XY Scatter Chart with Multiple Data Series

    Jan 31, 2011 · I want to build a XY Scatter chart and have more than one data set. Each set of X and Y values are unique. So for 2 lines I will have 4 columns of data. Actually there is the X …

  2. how to load data into Fact table from excel by looking dimension …

    Mar 11, 2011 · I kept lookup transformation and trying to match with fact data (excel sheet )with dimension table ,

  3. Export Data into Multiple Excel files - social.msdn.microsoft.com

    Mar 18, 2013 · You can achive this requirement by 2 ways. 1. if you have exact count on how many number of excel files then you can use Multicast to export the same data into multiple …

  4. Combine two stored procedure results - social.msdn.microsoft.com

    Oct 12, 2012 · Here the problem is if startdate is 6/1/2005 and Enddate is '3/1/2006' then combine the stored procedure results from the DB2006 and DB2005 databases.

  5. Data type mismatch in criteria expression.

    Jul 16, 2018 · Imports System.Data.OleDb Imports System.IO Public Class AccessOperations Inherits BaseExceptionsHandler Private Builder As New OleDbConnectionStringBuilder With { …

  6. SSIS Package - Data Conversion Error - social.msdn.microsoft.com

    Feb 23, 2012 · I'm fairly new to SSIS. I have built a few simple packages for populating a SQL table with data stored in a flat file (pipe delimeted) or exporting table data to a flat file. I am …

  7. how to recovery corrupted files by using asp.net,c#.net

    Sep 27, 2016 · Please help here how to recover the corrupted files by using asp.net, c#.net.

  8. Joining a column containing different data types (filtering before …

    Apr 12, 2012 · All foreign keys are stored in a varchar column, but their actual content can be of different types (string, int, guid, etc. but always the same type per application_id).

  9. Error- Procedure too large in VBA - social.msdn.microsoft.com

    Jan 14, 2013 · Hi, i had a problem in procedure too large when run a VBA program. as below is the VBA program, any suggestion to modifty ? kindly advise.

  10. How should I share data updates across multiple pages in UWP …

    Apr 18, 2016 · My application gets data from a spi port and updates various properties based on this data. UI elements on my main page bound to this data gets updated automatically, but I …