About 32,600 results
Open links in new tab
  1. DateTime2 vs DateTime in SQL Server - Stack Overflow

    Aug 26, 2009 · The MSDN documentation for datetime recommends using datetime2. Here is their recommendation: Use the time, date, datetime2 and datetimeoffset data types for new work. These …

  2. What is "with (nolock)" in SQL Server? - Stack Overflow

    Mar 27, 2009 · Can someone explain the implications of using with (nolock) on queries, when you should/shouldn't use it? For example, if you have a banking application with high transaction rates …

  3. Does Visual Studio Pro come with SQL Server? - Stack Overflow

    Mar 22, 2011 · I'm looking to upgrade from the Express editions and I was wondering if Visual Studio Pro edition came with SQL server 2008 R2 developer edition. Thanks.

  4. .net - C# Equivalent of SQL Server DataTypes - Stack Overflow

    SQL Server and the .NET Framework are based on different type systems. For example, the .NET Framework Decimal structure has a maximum scale of 28, whereas the SQL Server decimal and …

  5. How do I enable MSDTC on SQL Server? - Stack Overflow

    The firewall between the server and the client must allow communication over port 135. And more importantly the connection can be initiated from both sites (I had a lot of problems with the firewall …

  6. How do I find out what License has been applied to my SQL Server ...

    Nov 4, 2010 · I have SQL Server 2008 installed, but I'm not sure what license was installed. Is there an easy way to find this out?

  7. What is "Connect Timeout" in sql server connection string?

    In addition, SqlCommand.CommandTimeout specifies the timeout value of a specific query running on SQL Server, however this is set via the SqlConnection object/setting (depending on your …

  8. sql server - What is a Trusted Connection? - Stack Overflow

    Aug 9, 2009 · SQL Server can also use its own logins, such as the sa user. These are both authenticated and authorized by SQL Server. They are only viable if SQL Server is run in Mixed …

  9. SQL Server - Return SCHEMA for sysobjects - Stack Overflow

    Feb 24, 2017 · from sys.objects In Sql Server 2000 (and below), "schema" had a different conceptual meaning. Note from MSDN: In earlier releases of SQL Server, databases could contain an entity …

  10. SQL Server xp_delete_file parameters - Stack Overflow

    Jul 5, 2014 · Who can explain list of xp_Delete_file parameters in sql server. I don't find msdn document for this stored procedure. I got script of xp_Delete_file from maintenance plan but didn't understand fi...