About 399 results
Open links in new tab
  1. Limiting the number of concurrent sessions per user

    Feb 12, 2019 · As following to my local security policy, I have to establish the limit appropriate to the type of user account accessing the SQL Server instance on SQL Server 2014 Enterprise.

  2. Database engine not found - social.msdn.microsoft.com

    Oct 17, 2014 · SQL SERVER 2005 IS SUCCESSFULLY INSTALLED ON WINDOWS 8 PRO 64 BIT OS BUT DATABASE ENGINE IS NOT CREATED. After installation when we open to …

  3. How will Application Connect To SQL FCI Always On AG??

    Aug 9, 2017 · Both DC and DR have different Subnet. After Configuring Always On AG with AG group name as AG1 and Listener Name as 'SQLESHOP' (1 IP of DC and 1 IP of DR) is it …

  4. Unable to connect to the SSRS server via SSMS

    Jun 8, 2016 · According to your description, you cannot connect report server via SSMS after you migrate your SQL Server from SQL Server 2008 to 2012. Right? In your scenario, before the …

  5. MSBuild + Named Pipes Provider, error: 40 - Could not open a …

    Jan 19, 2012 · The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named …

  6. Java connection to sql shared memory protocol

    Nov 11, 2011 · For shared memory protocol can be used to local connection a SQL Server instance running on the same computer. If you use [servername] [instance name], (local) …

  7. ForeachDatabase in Sql Server 2008 R2 Instance

    Feb 8, 2011 · EXEC sp_MSForeachdb 'SELECT * FROM ?.INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = ''authors''' The above example use undocumented stored procedure …

  8. How to find which user has which permission on all the databases …

    Aug 7, 2017 · Use this stored procedure, it has everything that you would need at the database level. there is also a server permission version.

  9. does support SQL Server link server along with port number?

    Dec 19, 2016 · Did you used only the server name or as before server name + IP port, like myserver,56825? If it's without IP port, is the SQL Server Browser service running on the …

  10. Database already exists when trying to connect different …

    Feb 6, 2009 · Here is what is happening. 1) I'm teaching my classmates and in the last stages we needed to develop a program that connected to a SQL Server database. At home I had to …