<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Connect to SQL using Windows Authentication</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Connect to SQL using Windows Authentication]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 12:24:51 +0000</pubDate>
  <lastBuildDate>Thu, 11 Oct 2007 19:13:57 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=24605</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Connect to SQL using Windows Authentication : Thanks Borg  ]]></title>
   <link>https://forums.webwiz.net/connect-to-sql-using-windows-authentication_topic24605_post128471.html#128471</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=17435">moti</a><br /><strong>Subject:</strong> 24605<br /><strong>Posted:</strong> 11&nbsp;October&nbsp;2007 at 7:13pm<br /><br />Thanks Borg<DIV></DIV>]]>
   </description>
   <pubDate>Thu, 11 Oct 2007 19:13:57 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/connect-to-sql-using-windows-authentication_topic24605_post128471.html#128471</guid>
  </item> 
  <item>
   <title><![CDATA[Connect to SQL using Windows Authentication : In an ideal world then you would...]]></title>
   <link>https://forums.webwiz.net/connect-to-sql-using-windows-authentication_topic24605_post128465.html#128465</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 24605<br /><strong>Posted:</strong> 11&nbsp;October&nbsp;2007 at 9:04am<br /><br />In an ideal world then you would want to use trusted connections, but if you want to connect from web applications you need TCP/IP so you have to install in mixed mode.<br><br>It would be good if like in mySQL you can disable remote root connections, to do the same for SQL Server SA account.<br><br>However, if you have disabled remote connections then you shouldn't have any problem as no-one can log in externally, as an added protection rename the sa account. This should be enough security.<br>]]>
   </description>
   <pubDate>Thu, 11 Oct 2007 09:04:38 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/connect-to-sql-using-windows-authentication_topic24605_post128465.html#128465</guid>
  </item> 
  <item>
   <title><![CDATA[Connect to SQL using Windows Authentication : Thanks borg  I already blocked...]]></title>
   <link>https://forums.webwiz.net/connect-to-sql-using-windows-authentication_topic24605_post128462.html#128462</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=17435">moti</a><br /><strong>Subject:</strong> 24605<br /><strong>Posted:</strong> 10&nbsp;October&nbsp;2007 at 8:59pm<br /><br />Thanks borg <DIV>I already blocked SQL Remote&nbsp;ports and as you told me I will rename the SA account but is this enough for securing SQL ?</DIV><DIV>&nbsp;</DIV><DIV>for example Microsoft says run SQL Services under a non administrator account or localsystem , but I use SQL Agent for running my jobs for daily backup and if the SQL Mixed Authentication is used the SQL Agent should have Administrative privilage to run ,</DIV><DIV>I don't know what to do ? to make sure my DB is secure.</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><span style="font-size:10px"><br /><br />Edited by moti - 10&nbsp;October&nbsp;2007 at 9:01pm</span>]]>
   </description>
   <pubDate>Wed, 10 Oct 2007 20:59:26 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/connect-to-sql-using-windows-authentication_topic24605_post128462.html#128462</guid>
  </item> 
  <item>
   <title><![CDATA[Connect to SQL using Windows Authentication : You need to use SQL Authentication...]]></title>
   <link>https://forums.webwiz.net/connect-to-sql-using-windows-authentication_topic24605_post128457.html#128457</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 24605<br /><strong>Posted:</strong> 10&nbsp;October&nbsp;2007 at 5:41pm<br /><br />You need to use SQL Authentication to be able to use TCP/IP, otherwise web applications like Web Wiz Forums can not connect to the database.<br><br>If you are worried about security in mixed mode you can always do things like disabling remote connections, rename the sa account and create a fake sa account with datareader only access on the temp db.<br><br>To change the login name for the SA account run the following SQL:-<br><br>ALTER LOGIN sa WITH NAME = &#091;<font color="#ff0000">username</font>&#093;;<br><br>Change username above to the new name you want for your SA account.<br><br>If you want remote access and use a Firewall you can also use the Firewall to limit access to the SQL Server to just your own IP or IP range, or that of the web server.<br>]]>
   </description>
   <pubDate>Wed, 10 Oct 2007 17:41:33 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/connect-to-sql-using-windows-authentication_topic24605_post128457.html#128457</guid>
  </item> 
  <item>
   <title><![CDATA[Connect to SQL using Windows Authentication : I want connect my webwiz forum8...]]></title>
   <link>https://forums.webwiz.net/connect-to-sql-using-windows-authentication_topic24605_post128448.html#128448</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=17435">moti</a><br /><strong>Subject:</strong> 24605<br /><strong>Posted:</strong> 10&nbsp;October&nbsp;2007 at 3:50pm<br /><br />I want connect my webwiz forum&nbsp;8 to SQL using SQL Windows Authentication not SQL Authentication, but I don't know how to write my connection strin in database_connection.asp&nbsp; file <DIV></DIV><DIV></DIV>if anybody knows this let me know <DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV><span style="font-size:10px"><br /><br />Edited by moti - 10&nbsp;October&nbsp;2007 at 3:51pm</span>]]>
   </description>
   <pubDate>Wed, 10 Oct 2007 15:50:26 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/connect-to-sql-using-windows-authentication_topic24605_post128448.html#128448</guid>
  </item> 
 </channel>
</rss>