About 10,400 results
Open links in new tab
  1. PREEMPTIVE_OS_CRYPTOPS Wait Information Needed

    Sep 4, 2014 · Preemptive mode used in SQL Server for external code calls, CLR with an UNSAFE assemblies, APIs that could block for extended periods (example – extended stored …

  2. ssms help not working ms-xhelp - social.msdn.microsoft.com

    May 25, 2017 · 've installed ssms 2017 and added all sql server related help content to it via help->add remove help content. Then Restarted ssms and it's simply not working. I also cannot find …

  3. Difference Between Sql server Editions - social.msdn.microsoft.com

    Feb 24, 2014 · Hi, there are many differences between Express and Standard edition for SQL Server 2008 R2. Please see the following documentation which shows the features supported …

  4. General network error. Check your network documentation

    Jan 19, 2012 · Is there any way to test connection from the new server using sqlcmd or SQL Server Management Studio? If it works without an issue, check if connections were closed …

  5. Inner Join without Foreign key - social.msdn.microsoft.com

    Jan 7, 2018 · I have two table without any relation. Now Inner join has a result set. I expect don't have any result set because these table without any relation.

  6. 2012 Balanced Data Distributor- Error Installing on Windows …

    Oct 16, 2013 · Documentation: Supported operating systems: Windows 7, Windows 8 Consumer Preview, Windows Server 2008 R2 SP1

  7. how to do multiple line insert statement

    May 20, 2011 · AFAIK SQL CE does not support command batches you're trying to do. Batching is usually done to improve performance by avoiding round trip to the server. However since …

  8. What is state 123 for error 18456 on an Azure SQL Database?

    Jun 12, 2017 · We shared this thread with SQL Azure team and it seems states 122 to 124 are related to empty user/login or empty password provided during authentication process. Hope …

  9. Column (X) is of invalid type when creating the missing index

    Jun 15, 2015 · Go read the documentation first - that is something you should always do. Next, always identify the version and edition of sql server you are using. That often affects what …

  10. ORACLE connection fails when deployed.

    Apr 2, 2009 · I have a devlopment pc where I created a package ( in VS2005) to transfer data from an oracle table to a sql server table. Works beautifully.