Tagged Questions
1
vote
0answers
18 views
Denying direct remote access to SQL Server [migrated]
I am trying to stop our valid database users accessing our SQL Server remotely via applications other than our system application (e.g., MS Excel). These accesses need to be prevented because they ...
0
votes
0answers
33 views
In C# is it possible to remotely log into a Windows server to scan running processes, services, SQL, etc?
I work for a company that has hundreds of Windows servers installed throughout the country. Most of the these servers are accessible via a hardware site-to-site VPN and the majority have the same ...
0
votes
0answers
89 views
Configuring Modem and SQL Server 2008 with static IP [closed]
What is done:
I've setup a named Instance (DBSERVER) of SQL Server on one of my machines named (SERVER-PC) running windows 7.. This server is connected to a multiport DSL Modem provided by ISP, along ...
1
vote
2answers
1k views
Use SQL Server Management Studio to connect remotely to an SQL Server Express instance hosted on an Azure Virtual Machine
Initial Attempt
I have a Azure VM with Windows Server 2012, on which I just installed SQL Server 2012 Express Database Engine component. Then, I followed the instructions here to connect remotely ...
0
votes
3answers
111 views
How to Acess Remote Computer Folders in PS SQLSERVER:\>
Recently I came to know how to use Powersehll commands for executing SQL queries as mentioned below:
Import-Module “sqlps” -DisableNameChecking
$ds=Invoke-Sqlcmd -Query $Query -Database $Database ...
2
votes
3answers
1k views
SQL Server 2008 R2 : how to disable the remote access only for the user “sa”?
The title says it pretty well: I can access my SQL Server from the internet, and my users are configured with strong passwords to access only their respective DBs.
But I receive 10000+ login attacks ...
-1
votes
2answers
3k views
Can't connect to remote sever
I am not able to connect to a remote SQL Server.
I have done the following :--
Enable TCP/IP protocol
turned Off the firewall
Start SQL Server Browser service.
But I'm still not able to connect ...
1
vote
2answers
5k views
Connect to remote SQL server 2012 using visual studio server explorer
I'm trying to find a good guide for how to make a connection to the remote SQL server (it's 2012 epxress). After some investigation on the interwebs , i couldn't find a decent guide to help me trough ...
0
votes
1answer
610 views
SQL Server 2008 - Remote connection failed
I got a very large search. But did not answer.
I did the following settings :
1. I enabled SQL Browser
2. I enabled TCP/IP and set port 1433
3. I turned off my Firewall
4. In SQL Managment studio , ...
0
votes
2answers
641 views
Connecting to Remote Server MySQL Issue
I'm attempting to connect to a remote server, which I'll refer to as machine A. I've created a user following the instructions here
CREATE USER 'monty'@'localhost' IDENTIFIED BY 'some_pass';
GRANT ...
3
votes
2answers
10k views
Unable to access an instance of SQL Server 2008 R2 remotely
A very mysterious problem coming up :P
I have a server configured with a static IP. I have installed SQL Server 2008 R2 with additional instance (ITAPP). Now When I use the IP to access the SQL ...
0
votes
1answer
536 views
Restoring an SQL database on a Remote Server
I have remote access to a server, and I want to copy an sql database from my computer to the server.
Both my computer, and the server use Microsoft SQL 2008 R2.
I created a backup of the database on ...
-1
votes
1answer
171 views
Pushing data to web-hosted database (SQL Server)
I have a client who wants to maintain both a local winforms price list installed in their office PCs and an online price list (web hosted app with SQL Server) accessible to their customers. Problem is ...
0
votes
1answer
659 views
remote mssql 2008 connection issue
I am having issues connecting to a mssql server that is located on a network machine. I need to connect remotely through another domain example (abc.com) not on the network to access data. This ...
2
votes
2answers
14k views
Unable to connect to SQL Server instance remotely
I’m trying to access the SQL Server instance on my VPS from SQL Server Management Studio on my local machine. It’s not working (the error I’m getting is:
“A network-related or instance-specific ...
1
vote
2answers
83 views
How to change clients' site dynamically?
So, going from the discussion here where I was soundly rebuked and for good reason. I want to give clients unique code snip-its that allow me to change a banner ad without requiring them to FTP ...
1
vote
5answers
465 views
How to grab code from another website (that I control)?
I want to enter a line of php into my site and have it echo out code that is to be entered on my site. Essentially I am controlling a part of a clients' site and it is more convenient for all involved ...
1
vote
1answer
690 views
Having trouble connecting C# executable to database file on remote computer
Using VC# I've created a staff management app that, upon its first run, is expected to query the user for the path to a (.mdf) database which will reside on a remote computer. A resulting path may be ...
1
vote
3answers
943 views
How to upload files and store them in a server local path when MS SQL SERVER allows remote connections?
I am developing a win32 windows application with Delphi and MS SQL Server. it works fine in LAN but I am trying to add the support for SQL Server remote connections (= working with a DB that can be ...
0
votes
4answers
833 views
BizTalk: In the remote connection dialog, is there any way to force TCP/IP transport rather than Named Pipes?
I am trying to connect to a biztalk instance over the network, and not being all that successful. The SQL server with the biztalk databases on it has named pipes disabled. When I try to connect to the ...
