About 50 results
Open links in new tab
  1. BCP taking very long time. - social.msdn.microsoft.com

    Feb 13, 2007 · With above the QueryOut is taking around 8 hrs and BCP IN another 10 hrs. These figures are not very healthy. The database recovery mode is set as simple. Server config: Windows …

  2. 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 …

  3. Managing Foreign Keys - on different sql server databases

    Jun 16, 2011 · Both databases have same structure and the data in database B is processed nightly into database A. So, the question is, when a record is being updated from Database A, the new updated …

  4. Adding column to AspNetUsers table - social.msdn.microsoft.com

    May 5, 2017 · The new column exists in the database table, but it does not currently exist in the data model class. You must update the model to include your new column. If you update the structure of a …

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

    Jan 23, 2019 · here all hyd related text files load into hyd table in sql server database table. similar to bang fils load into bang table.

  6. Primary Key as an included column - social.msdn.microsoft.com

    Jul 29, 2013 · Hence you can ignore the recommendation, the cluster key as included column. To be clear, you may use DBCC IND and PAGE to see the non index index where you can see clustered …

  7. Junction/link table Primary Key: Best practice using SQL Server

    Jan 25, 2014 · User-1367298821 posted It depends what you're doing with SQL Server. Database people will hate the idea of putting a "nonesense" key in the linking table whereas you'll find a lot of …

  8. Excel and database datatype conflict - social.msdn.microsoft.com

    Dec 12, 2008 · For a couple of weeks i am struggling with an excel import and export application to sqlserver as i have to do it through an external application and not through the Export Import Utility in …

  9. SQL Server Question about Trace Flag 4199 - social.msdn.microsoft.com

    Sep 28, 2015 · In general, you do not need to use trace flag 4199 in SQL Server 2016 Community Technology Preview 2 (CTP2) since most of the query optimizer behaviors controlled by this trace …

  10. Stored procedure to compare columns in two tables and values within …

    Feb 15, 2016 · The key columns combination for target table 2 would be different (AccountId and EffDt), But EffDt will always part of different target tables. So generic stored procedure to compare columns …