//
archives

host

This tag is associated with 4 posts

Subversion SVN Based Server in Windows

Svnserve Based Server Introduction Subversion includes Svnserve – a lightweight stand-alone server which uses a custom protocol over an ordinary TCP/IP connection. It is ideal for smaller installations, or where a full blown Apache server cannot be used. In most cases svnserve is easier to setup and runs faster than the Apache based server, although … Continue reading

Getting URL Page in Asp Classic

Place this script on top your page : prot = “http” https = lcase(request.ServerVariables(“HTTPS”)) if https <> “off” then prot = “https” domainname = Request.ServerVariables(“SERVER_NAME”) filename = Request.ServerVariables(“SCRIPT_NAME”) querystring = Request.ServerVariables(“QUERY_STRING”) response.write prot & “://” & domainname & filename & “?” & querystring

Getting Client IP Address from SQL Server

First you must open blocked xp_cmdshell command sp_configure ‘show advanced options’,1 GO RECONFIGURE GO sp_configure xp_cmdshell,1 GO RECONFIGURE You can try this action to check your reconfigure is active and already use EXEC master.dbo.xp_cmdshell ‘ipconfig’ Second, please copy this procedure to getting IP address after SQL Server resulting client HOST NAME : USE [dbname] GO … Continue reading

MsSQL Server (Error : Connection Timeout) or (provider: Named Pipes Provider, error: 40 – Could not open a connection to SQL Server) (Microsoft SQL Server, Error: )

1. HOST If you have that’s problem first check your host. If you didn’t success made connection using IP addres, try using YOURHOSTNAME/SERVICE_NAME  Example your IP 192.168.1.111, and your host : TheGeek-Area, sqlserver service NETSQLSERVER, then you can write the host is TheGeek-Area/NETSQLSERVER 2. SQL Server should be up and running. Go to All Programs … Continue reading

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 10 other subscribers
May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Archives

Web Statistic

Blog Stats

  • 187,136 hits