About 50 results
Open links in new tab
  1. SQL INSERT not inserting into table rows - social.msdn.microsoft.com

    Feb 5, 2017 · When i run this block of code it is not inserting the data from the textboxes into the database table. When i view the table data the rows are blank, plus the search box is looking for …

  2. Bulk Insert Fails With No Errors [3rd attempt]

    Jul 10, 2012 · The problem is with the format file. I have not have had the time to test this, but one possibility is that the forum software added hard spaces (character code 160) when you copied the …

  3. moving data from one Database to another using ssis

    Dec 8, 2010 · Certainly SSIS will handle a Oracle to SQL Server migration. Since you have a SQL Server staging area, that I assume looks much like the Oracle Database, you need to do the analysis …

  4. WPf Toolkit DataGrid and DateTime columns

    May 17, 2011 · I have a datatable (from an SQL query), which has some datetime type columns (birth date and such). At present, the time is always displayed in MM/dd/yyyy hh:mm:ss format, I'd like it to …

  5. Matrix Multiplication in c# - social.msdn.microsoft.com

    Nov 29, 2009 · The above code creates a matrix from the source data, and outputs in the columns listed in the output buffer. I was wondering if anyone could help me write some code that would multiply …

  6. Failed to load XML from the package file "" due to error 0xC00CE556 ...

    Jul 16, 2018 · As a courtesy please post table structure (s), sample data, your query and results, and your expected results.

  7. Country, State and City SQL Server 2008 Database

    Oct 7, 2021 · I'm developing an ASP.NET Website and need to get the user regional information with cascading DropDownList (i.e., Country, State and City). Do you know a Database that contain all …

  8. SSIS errors: 0x8000405 0x800040E14 0xC0047020 0xC02020C7 for (1) …

    Jul 14, 2009 · The exact number of rows varies - it depends on how large each row is. (Typically, it's less than 10,000 rows.) Let's call this buffer #1. Once it's read this buffer in, it passes that memory …

  9. Define\Declare a variable in SQL Reporting Services

    Dec 12, 2008 · How can I define or declare a variable in SQL Reporting Services (SRS) to assign a text value to it and afterwards pass that value to a textbook?

  10. sql update invert boolean value - social.msdn.microsoft.com

    Oct 7, 2021 · Question 0 Sign in to vote User-1246604461 posted I want to have an update statement like: update tblMydate set fieldx=fieldx+1 where code=12 But then for a boolean value: So, if the …