About 391 results
Open links in new tab
  1. System Resource Exceeded - social.msdn.microsoft.com

    How many records in Beneficiario. I suggest you run your sql in query design view to check the result. Also, I suggest you run the inert query or update query one by one to check which …

  2. adding multiple log file in existing database

    Jun 30, 2015 · Having multiple log file is not going to help you be it any database if you are seeing problems with tempdb and specially the GAM, PFS contention only then adding data file would …

  3. Executing multiple dynamic sql statements

    Apr 19, 2013 · I have inherited a project that involves working with a sql server 2008 R2 database. As part of the project, I need to automate some scripts to perform some database cleanup. …

  4. Behavior of temporal tables in SQL transactions

    Nov 30, 2017 · Those rows will be generated if you perform multiple updates on the same primary key within the same transaction. In that case, temporal querying surfaces only row versions …

  5. Transaction count after EXECUTE indicates a mismatching number …

    Sep 26, 2017 · How to insert information into multiple related tables and return ID using SQLDataSource There are also other problems with this SP. Also it's not clear why you use …

  6. Auto Create Statistics not working on server

    Aug 16, 2016 · I'm working on a fairly standard 2012 11.0.5058 set up with a production server with multiple databases, and correlating UAT and DEV servers on which databases are …

  7. Should i use RAID, SAN or Both - social.msdn.microsoft.com

    Aug 17, 2011 · The issue sound like a "massive" amount of rows added, multiple sites that "need" local databases, and data replicated between sites. Each of the SQL boxes should be able to …

  8. Syntax error when creating database - social.msdn.microsoft.com

    Nov 10, 2014 · The code checks for SQL Server, gets it's version number in order to use the default SQL Server path. If SQL Server isn't available, ACE / OLEDB is used to create and …

  9. Invalid character value for cast specification

    Oct 5, 2015 · You can use a derived column or data conversion task in any case to convert oracle data types to compatible data type as SQLServer. In case precision and range of Oracle …

  10. Adding MAXDOP (1) TSQL query hint - social.msdn.microsoft.com

    Aug 31, 2015 · Hello, when adding MAXDOP (1) query hint (not server configuration), is it safe to say that it will definitely hurt performance in that it won't use parallelism?