How to set and log data to a remote SQL Server?



Similar documents
Immotec Systems, Inc. SQL Server 2005 Installation Document

Print Audit 6 - SQL Server 2005 Express Edition

NetSupport DNA Configuration of Microsoft SQL Server Express

NetSupport DNA Configuration of Microsoft SQL Server Express

How To Create An Easybelle History Database On A Microsoft Powerbook (Windows)

Installing SQL Express. For CribMaster 9.2 and Later

QUANTIFY INSTALLATION GUIDE

General Tips: Page 1 of 20. By Khaled Elshaer.

Connecting to SQL server

Creating a New Database and a Table Owner in SQL Server 2005 for exchange@pam

1. CONFIGURING REMOTE ACCESS TO SQL SERVER EXPRESS

Using SQL-server as database engine

FieldIT Limited FieldIT CRM. Installation Manual v1.3.i3 (Enterprise Install)

EventSentry Overview. Part I Introduction 1 Part II Setting up SQL 2008 R2 Express 2. Part III Setting up IIS 9. Part IV Installing EventSentry 11

Installation Guide for Microsoft SQL Server 2008 R2 Express. October 2011 (GUIDE 1)

Microsoft SQL Server Express 2005 Install Guide

Enterprise Server Setup Guide

SQL Server 2008 R2 Express Installation for Windows 7 Professional, Vista Business Edition and XP Professional.

IMF Tune Quarantine & Reporting Running SQL behind a Firewall. WinDeveloper Software Ltd.

SQL EXPRESS INSTALLATION...

CIMHT_006 How to Configure the Database Logger Proficy HMI/SCADA CIMPLICITY

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions

Configuring Network Load Balancing with Cerberus FTP Server

Setting up an MS SQL Server for IGSS

BillQuick Installation Guide for Microsoft SQL Server 2005 Express Edition

How To Install A New Database On A 2008 R2 System With A New Version Of Aql Server 2008 R 2 On A Windows Xp Server 2008 (Windows) R2 (Windows Xp) (Windows 8) (Powerpoint) (Mysql

Version 3. Installation Guide for SQL Server 2005 Express Edition. Copyright 2011 Teclink Development Ltd. All rights reserved.

Install MS SQL Server 2012 Express Edition

IIS, FTP Server and Windows

Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2

How to Install SQL Server 2008

Migrating MSDE to Microsoft SQL 2005 Express SP4

Knowledge Base Article: Article 218 Revision 2 How to connect BAI to a Remote SQL Server Database?

The Project Management Software for Outlook, Web and Smartphone

Dokmee Enterprise Installation

Migrating MSDE to Microsoft SQL 2008 R2 Express

NTL Studio SQL Database Installation & Configuration

Upgrade ProTracker Advantage Access database to a SQL database

Installing T-HUB on multiple computers

Installing LearningBay Enterprise Part 2

Install SQL Server 2014 Express Edition

This manual will also describe how to get Photo Supreme SQLServer up and running with an existing instance of SQLServer.

Basic Exchange Setup Guide

Microsoft SQL Server Staging

These notes are for upgrading the Linko Version 9.3 MS Access database to a SQL Express 2008 R2, 64 bit installations:

Server Installation, Administration and Integration Guide

Project management - integrated into Outlook

a) Network connection problems (check these for existing installations)

Palomar College Dial-up Remote Access

Safexpert Installation instructions MS SQL Server 2008 R2

NovaBACKUP xsp Version 15.0 Upgrade Guide

SiteCount v2.0 Revised: 10/30/2009

Issue Tracking Anywhere Installation Guide

Automated backup. of the LumaSoft Gas database

Database Configuration Guide

How to create a dialup connection to an S8X00 Media Server

Basic Exchange Setup Guide

FUSION Installation Guide

Installing Lumension Endpoint Management and Security Suite (L.E.M.S.S.) Using a Remote SQL Server

Setup and configuration for Intelicode. SQL Server Express

TecLocal 4.0 MultiUser Database

1. Technical requirements 2. Installing Microsoft SQL Server Configuring the server settings

Windows Mobile 6.5 Classic Pocket Inventory Install and Setup in Windows XP

EntroWatch - Software Installation Troubleshooting Guide

Use of Commercial Backup Software with Juris (Juris 2.x w/msde)

Training module 2 Installing VMware View

Enterprise Manager. Version 6.2. Installation Guide

Step-by-Step Setup Guide Wireless File Transmitter FTP Mode

SETTING UP REMOTE ACCESS ON EYEMAX PC BASED DVR.

ilaw Installation Procedure

Preparing to Install SQL Server 2005

TROUBLESHOOTING GUIDE

Spam Marshall SpamWall Step-by-Step Installation Guide for Exchange 5.5

Introduction and Overview

Cloud Services ADM. Agent Deployment Guide

Important Notes for WinConnect Server VS Software Installation:

Microsoft SQL Server 2008 R2 Express Edition with Advanced Services Installation Guide

Exchange Outlook Profile/POP/IMAP/SMTP Setup Guide

MODEM AND DIAL-UP. Installation/Configuration (Windows 95/98/Me/NT/2000/XP)

Table of Contents. FleetSoft Installation Guide

Central Management System

GE Measurement & Control. Remote Comms System. Installation and User Reference Guide

How To Install And Set Up The Database For Quicdoc And Office Therapy (The Applications)

Querying Databases Using the DB Query and JDBC Query Nodes

How To Upgrade Your Microsoft SQL Server for Accounting CS Version

Quick Connect. Overview. Client Instructions. LabTech

TestElite - Troubleshooting

Download and Installation of MS SQL Server

for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later

SQL Server 2008 R2 Express Edition Installation Guide

How to Configure a Remote Desktop Licensing Server for vspace 6

Installation / Backup \ Restore of a Coffalyser.Net server database using SQL management studio

Windows Mobile 6.5 Classic Pocket Inventory Install and Setup in Windows Vista / 7

for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later

Web Sites, Virtual Machines, Service Management Portal and Service Management API Beta Installation Guide

Step-by-Step Setup Guide Wireless File Transmitter FTP Mode

Device Log Export ENGLISH

Point of Sale 2015 Enterprise. Installation Guide

Transcription:

Author Amber Version 1.0.0 Date 2012/05/11 Page 1/13 How to set and log data to a remote SQL Server? Applied to: Platform PC OS Version Windows 98/NT/2000/XP/Vista EZ Data Logger can log data not only in local database but also to a remote SQL Server. You have to enable remote connection on SQL Server. The following steps will show you how to install set the SQL Server, and then set the SQL Server remote connection in EZ Data Logger. I. Install SQL Server Express 2005 Please download the setup file of SQL Server Express 2005 from Microsoft, and follow the recommendations to install SQL Server 2005 Express to your specified PC. http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=15291 II. Login SQL Server By Both SQL Server Authentication And Windows Authentication Step1:Click Start Point to Programs Point to Microsoft SQL Server 2005 Click SQL Server Management Studio Express.

Author Amber Version 1.0.0 Date 2012/05/11 Page 2/13 Step2:Login SQL Server 2005 with Windows Authentication. Step3:Right-click the main database (host name \ SQLEXPRESS) and select Properties.

Author Amber Version 1.0.0 Date 2012/05/11 Page 3/13 Step4:On the page Server Properties select Security options In Server authentication select SQL Server and Windows Authentication mode Click OK button.

Author Amber Version 1.0.0 Date 2012/05/11 Page 4/13 Step5:Return to Object Explorer, and then expand Security option Expand Logins option Right-click the account: sa, and then select Properties. Step6:On the page Login Properties select General option Cancel the selection: Enforce password policy to change password Input your new password for sa account.

Author Amber Version 1.0.0 Date 2012/05/11 Page 5/13 Step7:On the same page Login Properties select Status option In the Login status select Enable Click OK button. Step8:Reboot the SQL Server or PC. Right-click the main database (host name \ SQLEXPRESS) and select Restart.

Author Amber Version 1.0.0 Date 2012/05/11 Page 6/13 III. Configure SQL Server 2005 To Allow Remote connections Step1:Click Start Point to Programs Point to Microsoft SQL Server 2005 Point to Configuration Tools Click SQL Server Surface Area Configuration. Step2:On the SQL Server 2005 Surface Area Configuration page, click Surface Area Configuration for Services and Connections.

Author Amber Version 1.0.0 Date 2012/05/11 Page 7/13 Step3:On the Surface Area Configuration for Services and Connections page, expand Database Engine Click Remote connections Click Local and remote connections Click Only use TCP/IP Click Apply.

Author Amber Version 1.0.0 Date 2012/05/11 Page 8/13 Step4:On the Surface Area Configuration for Services and Connections page, expand Database Engine Click Service Click Stop Wait until the MSSQLSERVER service stops, and then click Start to restart the MSSQLSERVER service OK.

Author Amber Version 1.0.0 Date 2012/05/11 Page 9/13 IV. Set TCP Port To 1433 Step1:Click Start Point to Programs Point to Microsoft SQL Server 2005 Point to Configuration Tools Click SQL Server Configuration Manager Step2:Expand SQL Server 2005 Network Configuration Click Protocols for SQLEXPRESS Double click TCP/IP to set properties.

Author Amber Version 1.0.0 Date 2012/05/11 Page 10/13 Step3:Set Enabled to Yes, and under the IP Addresses tab, clear all the TCP Dynamic Ports entries (set them blank), and set TCP Port (under IP All) to 1433, and click Apply. We are fixing the port, which means SQL Browser service can be stopped (in fact, this is a security best practice). You may need to use another port number if you have other versions/instances of SQL Server running.

Author Amber Version 1.0.0 Date 2012/05/11 Page 11/13 Step4:Restart the SQL Express Service to active the new configuration. Click SQL Server 2005 Services Right-click SQL Server (SQLEXPRESS) and select Restart.

Author Amber Version 1.0.0 Date 2012/05/11 Page 12/13 V. SQL Server Connection Setting In EZ Data Logger Step1:Open EZ Data Logger, and then from the button list click System Config button. Step2:Edit the connection setting Tick Log SQL Server Click Save button to save settings Click Exit to leave the System Config form.

Author Amber Version 1.0.0 Date 2012/05/11 Page 13/13 Step3:From the button list click the Start button to execute the project and log data to SQL Server. Tips and warnings: The following table shows the description of the properties that you need to use when configuring SQL server connection in EZ Data Logger. Server User can use the below connection string to connect to local or remote SQL Server. 1. Use the connection string to connect to local SQL Server..\SQLEXPRESS 2. Use the connection string to connect to assignable remote SQL Server. The IP means remote server s IP. IP,1433 Ex: 192.168.0.133,1433 User Name Login account. Password Login password. Database Name User define database name. Save Interval(sec) The time interval to save to the SQL Server. The unit of time interval is second.