Questions tagged [server-name]
91 questions
0
votes
3 answers
How to know my server name in SQL Server?
I installed SQL Server but I forgot my server name and now that I install SQL Server Management Studio, it needs the server name.
How can I get server name again?

tomos
- 1
- 1
- 1
- 1
0
votes
1 answer
how to get server name and instance name list in C#
I want to show a server name list same SQL Server Management Studio.
When I use
SqlDataSourceEnumerator instance = SqlDataSourceEnumerator.Instance;
System.Data.DataTable table = instance.GetDataSources();
In return list, server name list is true,…

Tai Pham
- 29
- 3
0
votes
4 answers
How could I get the servername in SQL Server Management Studio?
I use SQL Server Management Studio. I want to connect the local server. But, I am missing the local server name.
I entered local, localhost and ., but it couldn't connect.
How can I get the local server name in SQL Server Management Studio?
Please…

Sun Young Lee
- 51
- 1
- 5
0
votes
0 answers
Nginx regex server name capturing too many urls
Hello i am trying to configure an nginx web server to serve different frameworks from different subdomains. As well as serving a site on the main domain.
For example
example.com - serves the main website
site1.wp.example.com - serves a wordpress…

jwtea
- 454
- 5
- 15
0
votes
1 answer
android: mapping hostname to ip
There is a file called hosts on windows/linux to map server name to ip address. Is there a way for android?
192.168.1.22 domain1.com
192.168.1.22 domain2.com
The reason for this is to test web app running on windows machine using HTTPS.

Dave
- 759
- 2
- 9
- 31
0
votes
1 answer
NGINX multiple server_name, but have robots.txt file for each server_name?
I have to create a server_name as a listener for origin pulls by my CDN.
The CDN wants to pull from origin.mydomain.com
I already have 100s of lines of code under www.mydomain.com that showcases all the rewrites, rules and such, and I need to use…

user3273784
- 151
- 1
- 13
0
votes
1 answer
How to display server name in every line on console output
How to print the Servername in beginning of each line using shell script on Jenkins Console Output. I am getting the Servernames as parameter like sd009.domain.com, sw009.domain.com from Active Choices parameter plugin
Actual Output:
ssh -o…

Manigandan Thanigai Arasu
- 627
- 3
- 10
- 24
0
votes
3 answers
How to find server domain name for SMTP from PHP?
I have cPanel servers which run the same script, but I've hard coded the server name in to the code as I can't find anywhere to grab the actual server domain.
Imagine 3 cPanel servers and these are the server…

Exit
- 973
- 2
- 13
- 28
0
votes
0 answers
why nginx server_name matches example.com when it is not setup as that?
Based on my understadning of the doc, server_name decides which server block will be used.
I have an AWS EC2 instance, and my nginx setup is like the following, where I just simply want to redirect all http requests to https. However, my server_name…

user2002692
- 971
- 2
- 17
- 34
0
votes
1 answer
Linked server with same server name
I'm creating a linked server, to another one that have the same server name with the local the server "HP-PC".
So when entering the name of the linked server, I have this error message :
"You cannot create a local SQL Server as Linked server".…

Lion_CH
- 78
- 2
- 8
0
votes
1 answer
How to define a server name in tornado
I'm just starting to use torando.
I can run the standard "hello world" example:
import tornado.ioloop
import tornado.web
class MainHandler(tornado.web.RequestHandler):
def get(self):
self.write("Hello, world")
application =…

Oscar Effe
- 305
- 2
- 8
0
votes
1 answer
Rack application: Find out where it's mounted before being called
I have a simple Rack application where part of its behaviour/configuration changes depending on the location(host and port) where it is mounted.
Rack exposes the current host and port in the Environment under SERVER_NAME and SERVER_PORT. But these…

Qqwy
- 5,214
- 5
- 42
- 83
0
votes
0 answers
Setting vim session name same as vim servername from vimrc
Basically what I'm trying to achieve is set my vim-session name same as my vim servername from vimrc, i.e.
I'm using vim-session plugin and it provides an option to set the name of the autosave session by setting g:session_autosave_to in my vimrc,…

Sushil
- 383
- 1
- 10
0
votes
1 answer
How do I get a Jitterbit hosted HTTP Endpoint [servername] and [port]?
I am creating an operation in Jitterbit containing a Hosted HTTP Endpoint. It should listen to a SFDC outbound message. Before you can download the SFDC WSDL, it requires you to map out the listening servername and port (jitterbit). As a matter of…

Rafael Suarez
- 11
- 4
0
votes
3 answers
Sql Server 2014 Instance
I just installed Microsoft SQL Server Management Studio 2014.
When opening the program I'm prompted to enter Server type, Server name and authentication credentials. Apparently I do not have any server instances to be able to continue. See…

Eclipse22
- 553
- 5
- 11