No announcements
Found 1833390 threads
-
0 Votes
Strange connection issues with SQL Server named instance
Verify that the instance name is correct and that SQL Server is configured to allow remote connections.Answered | 3 Replies | 1434 Views | Created by Stoonad - Tuesday, January 5, 2016 5:23 PM | Last reply by Stoonad - Monday, January 11, 2016 2:28 PM -
1 Votes
SQL server instance name
I connected using computer name and did SELECT @@SERVERNAME, it gives me the server name 2.Answered | 8 Replies | 41696 Views | Created by Ramshna - Tuesday, April 17, 2012 3:20 PM | Last reply by Evadigital - Wednesday, October 9, 2013 8:53 AM -
3 Votes
SQL connectivity issue with named instance
Hi, Since the named instance is listening on 1433(default port), you can always connect to the machine using the hostname because its not listening to ...Answered | 6 Replies | 982 Views | Created by Preetha7 - Tuesday, March 27, 2018 1:37 AM | Last reply by Jinu Varghese - Wednesday, March 28, 2018 12:14 AM -
4 Votes
Alias for SQL Server named instance
I was able to create an Alias for the named instance listening on a different port (not 1433) using my local SQL Server 2005 Management studio.Answered | 6 Replies | 14791 Views | Created by seemap123 - Monday, March 23, 2009 5:30 PM | Last reply by Ewan - Thursday, April 30, 2009 2:59 PM -
0 Votes
Cannot Connect to Remote Named Instance of SQL Server
The Instance name is not working because UDP 1434 is being blocked somewhere between your machine and the SQL Server.Answered | 10 Replies | 18190 Views | Created by brgnewman - Wednesday, May 8, 2013 6:41 PM | Last reply by VijayOhio - Thursday, April 30, 2015 12:43 PM -
1 Votes
Cannot connect to SQL Server 2008 Named Instance
Hello, I am trying to connect to our internal sqlserver\tech instance (2008r2/sqlserver2008r2) from a 2008r2 server in our DMZ using sql ...Answered | 4 Replies | 1825 Views | Created by PatrickSteiner - Friday, February 21, 2014 5:44 PM | Last reply by PatrickSteiner - Tuesday, October 28, 2014 8:26 PM -
0 Votes
sql server cluster instance name
You simply refer to the server name (or the virtual server's name) for a SQL Server installed as the default instance, ...Answered | 4 Replies | 5150 Views | Created by neophytenik - Friday, April 9, 2010 6:18 PM | Last reply by SQLWork - Sunday, April 11, 2010 12:35 AM -
3 Votes
instance names of the SQL Server ?
The default instance name is MSSQLSERVER; it does not require a client to specify the name of the instance to make a connection.Answered | 4 Replies | 68263 Views | Created by quanongsql - Wednesday, February 8, 2012 3:09 AM | Last reply by Manish_Kaushik - Thursday, February 9, 2012 8:45 AM -
0 Votes
Connect to SQL Server clustered instance
It could connect perfectly fine without Browser.Answered | 7 Replies | 963 Views | Created by Mounib_b - Friday, September 9, 2016 7:46 PM | Last reply by Tom Phillips - Monday, September 12, 2016 5:33 PM -
0 Votes
SQL server instance name
Hi, Actually, SQL Server doesn’t support renaming an instance.Answered | 3 Replies | 4787 Views | Created by neophytenik - Tuesday, November 17, 2009 2:34 AM | Last reply by Xiao-Min Tan – MSFT - Wednesday, November 18, 2009 9:41 AM -
0 Votes
Connection failed SQL Server 2008 R2 with Instance Name but with IP connect
<Server name>\<instance name> If I put IP Address in the server name field, then it ...Answered | 4 Replies | 1493 Views | Created by faisal.cse - Thursday, May 29, 2014 8:21 AM | Last reply by Warwick Rudd - Friday, May 30, 2014 2:37 AM -
5 Votes
Default SQL Server Instance Name
But the problem is that I can connect to SQL Server by using server name MyComp, but cannot connect with server name ...Answered | 10 Replies | 3288 Views | Created by chcw - Wednesday, July 2, 2014 4:52 PM | Last reply by Dan Guzman - Friday, July 4, 2014 3:15 PM -
2 Votes
How to connect to named instance of SQL using period [.]
" connect to a named instance.Answered | 5 Replies | 796 Views | Created by JOYRS - Wednesday, January 18, 2017 7:36 PM | Last reply by davidbaxterbrowne - Thursday, January 19, 2017 10:02 PM -
0 Votes
Connection to SQL Server Instance from SSMS fails without specifying port
When this service is running, it communicates with the client what port number is used for the instance in which a connection is being requested. the client can know ...Answered | 4 Replies | 839 Views | Created by MSBI Dev 2012 - Tuesday, October 27, 2015 4:05 AM | Last reply by ShabSQL - Wednesday, October 28, 2015 4:45 AM -
11 Votes
SQL Server 2008 -- Can't Connect to Local Named Instance
Use PC-NAME\INSTANCE-NAME in the server field.Answered | 10 Replies | 49760 Views | Created by Secret Agent Man - Tuesday, January 27, 2009 6:53 PM | Last reply by Robert Nadar - Monday, August 6, 2012 3:04 PM -
0 Votes
Cannot connect to named instance on sql 2005
If you are not sure about your application, please try both Server\Instance and Server\\Instance in your connection string 3.Answered | 3 Replies | 5500 Views | Created by David Strange - Wednesday, December 14, 2011 5:06 PM | Last reply by Iric Wen - Monday, December 19, 2011 2:47 AM -
0 Votes
SQL Server Named Instances
SQL Server 2005 Enterprise or Developer supports 50 SQL Server 2005 Other Editions supports 16 SQL Server ...Answered | 3 Replies | 5658 Views | Created by Duraimurugan - Saturday, May 22, 2010 5:25 PM | Last reply by Lekss - Sunday, May 23, 2010 10:39 PM -
0 Votes
Named Instance of Sql Server 2012
I'll take a shot at the different questions here: "During application(asp.net application) installation process I need to install named instance of ...Answered | 2 Replies | 5730 Views | Created by fresher2012 - Friday, August 9, 2013 12:23 PM | Last reply by Samuel Lester - MSFT - Friday, August 9, 2013 12:41 PM -
0 Votes
Remote Connectivity to SQL Server 2012 Enterprise Edition Named Instance
First determine the IP and the port SQL Server named instance is listening on.Answered | 5 Replies | 2253 Views | Created by Carolyn007 - Thursday, May 30, 2013 8:59 PM | Last reply by Dean Savović - Saturday, June 1, 2013 9:32 AM -
0 Votes
Difference between SQL Server Cluster name and SQL Server Instance name
Both clustered instance name and cluster server name are wide terms use to address Windows server failover cluster or SQl Server ...Answered | 3 Replies | 1191 Views | Created by Ekta Sri - Thursday, June 13, 2019 2:06 PM | Last reply by Cathy Ji - Friday, June 14, 2019 9:03 AM - Items 1 to 20 of 1833390 Next ›
No announcements