<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018803" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018803</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-server-authentication#comment-1110991</link>
    <description> &lt;p&gt;I don&#039;t know for sure but I don&#039;t think pinging is a good test for checking ports, it just checks if it can see a machine, I don&#039;t think it goes over TCP. I remember fighting with one of our tech guys on this, the web server couldn&#039;t talk to the SQL server, and he kept saying &quot;It&#039;s not my fault, I can ping the SQL Server from the web server!&quot; A couple days later we discovered that the firewall was indeed blocking port 1433 between the two machines, once they opened the port, problem solved &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;As for connection strings, I like to use OLEDB: &quot;PROVIDER=SQLOLEDB; NETWORK=DBMSSOCN; SERVER=MyDBServer;DATABASE=MyDatabase;UID=MyUsername;PWD=MyPassword;&quot;&lt;/p&gt;
&lt;p&gt;I find it faster than using ODBC.&lt;/p&gt;
 </description>
     <pubDate>Wed, 03 Jul 2002 01:41:51 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1110991 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thank you</title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-server-authentication#comment-1110989</link>
    <description> &lt;p&gt;Thank you for your reply.&lt;/p&gt;
&lt;p&gt;Yes.  I have used Enterprise Manager on the local machine to create a testing database.&lt;/p&gt;
&lt;p&gt;I thought I was moving in the wrong direction, but it confused me when the client software wouldn&#039;t run.&lt;/p&gt;
&lt;p&gt;I had SQL server running on the WWW server a long time ago and it worked so I&#039;m sure the ports are not blocked.  And yes, I can ping the server.&lt;/p&gt;
&lt;p&gt;What is a common connection string to make a connection to the server?  I have tried a few and don&#039;t really know which one is best.  We will be using a UN/PW on our server (call it user1 and pass1 for now).&lt;/p&gt;
&lt;p&gt;Thank you for your help.&lt;/p&gt;
 </description>
     <pubDate>Tue, 02 Jul 2002 23:13:21 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1110989 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-server-authentication#comment-1110986</link>
    <description> &lt;p&gt;There could be a whole bunch of problems preventing you from connecting to your SQL Server.&lt;/p&gt;
&lt;p&gt;First off, can you connect to your SQL Server from your development PC using Enterprise Manager?&lt;/p&gt;
&lt;p&gt;You shouldn&#039;t have to install any &quot;client&quot; software on your web server unless you&#039;re using some kind of specialized application. Just make sure you&#039;ve got the latest version of ADO installed and everything should be ok.&lt;/p&gt;
&lt;p&gt;Are your database and web server on the same network? Remember, by default all SQL transactions go out over port 1433, so if you&#039;re trying to connect through a firewall, make sure you have this port open.&lt;/p&gt;
 </description>
     <pubDate>Tue, 02 Jul 2002 21:30:44 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1110986 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
