About 6,390 results
Open links in new tab
  1. Data Driven EMail Subscription in SQL Server Reporting Services...

    Aug 14, 2009 · I have a clarification in SQL Server Reporting Services Data Driven Subscription. We have a request to send an email a report based on the report parameter Site . The request is to send …

  2. Data-Driven UI and MVVM? - social.msdn.microsoft.com

    Jun 3, 2011 · I'm looking for any suggestions / best practices in regards to implementing a dynamic data-driven UI within the MVVM pattern. Currently, we've got a prototype (similar to a dataform) that …

  3. Change maxpoolsize at runtime - social.msdn.microsoft.com

    Sep 16, 2010 · Say I have a APS.Net site connected to SQL server. My objective is to maintain the response time of requests by changing the max pool size in the connection pool. Can this be done …

  4. AutoResetEvent as queue - social.msdn.microsoft.com

    Aug 13, 2008 · AutoResetEvent (and Semaphore with a capacity of 1) are just about perfect for something I need to write. They function as auto-locking queues. The problem is that although the …

  5. How To Redirect Console Output to a File - social.msdn.microsoft.com

    May 18, 2012 · I often need to test functions which do not return or alter any data, but write output to the console. In order to automate testing, I redirect the console output to a file, call the function, then …

  6. How can I create a database during a unit test for integration testing ...

    Jun 21, 2023 · Hi, no I'm not trying to create "data driven tests", whatever they are. I just want the ability to test the classes in my project that interact with the database (typically using LINQ-to-Entities …

  7. IS NOT NULL Causes Timeout - social.msdn.microsoft.com

    Jul 25, 2012 · The view returns results using Linq to Entities just fine until I say WHERE personID IS NOT NULL. If I do that, the IQueryable gives a Command Timeout. I can query the view with the IS …

  8. OLE DB and Visual FoxPro - social.msdn.microsoft.com

    Sep 1, 2006 · In the Server Explorer pane, Data Connections you can choose <Other> then ".Net Framework Provider for OLE DB which brings up a list of the Ole Db data providers that are …

  9. ASP.Net MVC + How to connect to Database

    Oct 7, 2021 · You can use any .net technology you want to read from the database, entity framework, linq 2 sql, nhibernate, raw ado.net etc . As long as the data is eventually placed in a model, then …

  10. SqlException (0x80131904): Incorrect syntax near 'nvarchar'. Must ...

    May 16, 2012 · I am using Visual Web Developer 2010 to develope a database and query and a page to modify the data. I have seen similar problem in the forum, try the suggested solutions, but none is work.