<?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 : SQL Enterprise Server</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 : SQL Enterprise Server]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 07 Apr 2026 11:07:55 +0000</pubDate>
  <lastBuildDate>Thu, 21 Jun 2007 19:26:26 +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=22909</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[SQL Enterprise Server : ok will try that now... Thanks...]]></title>
   <link>https://forums.webwiz.net/sql-enterprise-server_topic22909_post123978.html#123978</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22235">__n3o__</a><br /><strong>Subject:</strong> 22909<br /><strong>Posted:</strong> 21&nbsp;June&nbsp;2007 at 7:26pm<br /><br />ok will try that now... Thanks Bruce]]>
   </description>
   <pubDate>Thu, 21 Jun 2007 19:26:26 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/sql-enterprise-server_topic22909_post123978.html#123978</guid>
  </item> 
  <item>
   <title><![CDATA[SQL Enterprise Server : Sounds like you have not installed...]]></title>
   <link>https://forums.webwiz.net/sql-enterprise-server_topic22909_post123974.html#123974</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 22909<br /><strong>Posted:</strong> 21&nbsp;June&nbsp;2007 at 7:06pm<br /><br />Sounds like you have not installed SQL Server in mixed mode.<br><br>Install the software again, but this time make sure you select mixed mode and set a password for the sa account so you can login over TCP/IP<br>]]>
   </description>
   <pubDate>Thu, 21 Jun 2007 19:06:33 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/sql-enterprise-server_topic22909_post123974.html#123974</guid>
  </item> 
  <item>
   <title><![CDATA[SQL Enterprise Server : I am getting this exact same problem?...]]></title>
   <link>https://forums.webwiz.net/sql-enterprise-server_topic22909_post123966.html#123966</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22235">__n3o__</a><br /><strong>Subject:</strong> 22909<br /><strong>Posted:</strong> 21&nbsp;June&nbsp;2007 at 5:06pm<br /><br /><font face="Arial" size="2">I am getting this exact same problem? I did have to change the connection string as I could not connect using the default settings, and I needed to connect using a trusted connection??<br><br>Any ideas on what this error is?<br></font>]]>
   </description>
   <pubDate>Thu, 21 Jun 2007 17:06:07 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/sql-enterprise-server_topic22909_post123966.html#123966</guid>
  </item> 
  <item>
   <title><![CDATA[SQL Enterprise Server : Looks like you have edited the...]]></title>
   <link>https://forums.webwiz.net/sql-enterprise-server_topic22909_post121329.html#121329</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 22909<br /><strong>Posted:</strong> 18&nbsp;March&nbsp;2007 at 10:08am<br /><br />Looks like you have edited the wrong part, you don't edit the connect string you place your database details into the location provided in that file. If you read the install instructions it has more on this.<br><br>Once this is done you need to run the database setup file, again more is on this if you follow the step by step install instructions.<br>]]>
   </description>
   <pubDate>Sun, 18 Mar 2007 10:08:12 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/sql-enterprise-server_topic22909_post121329.html#121329</guid>
  </item> 
  <item>
   <title><![CDATA[SQL Enterprise Server :                       ...]]></title>
   <link>https://forums.webwiz.net/sql-enterprise-server_topic22909_post121306.html#121306</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25939">SignPile</a><br /><strong>Subject:</strong> 22909<br /><strong>Posted:</strong> 16&nbsp;March&nbsp;2007 at 6:56pm<br /><br />                                    								Hello,<br><br>I set up a database for the ASP forum in my SQL Enterprise server. Iedited the connection to the database in theinetpub/ftproot/signpile/forum/database/database_connection.asp asfollows:<br><br>	'Initilise the DB Connection String<br> strCon = "72.32.197.198"&amp; strSQLServerName &amp; "WebWiz" &amp; strSQLDBUserName &amp;"iputthecorrectpasswordhere" &amp; strSQLDBPassword &amp; "WebWiz" &amp; strSQLDBName&amp; ";"<br>End If<br><br>The database has the user setup and owner permissions. The URL to the forum should be signpile.com/forum/<br><br>I commented it out and inserted a DSN-less connection string. I am nowreciving the following error when I browse @ http://signpile.com/forum/,<br><br>Microsoft OLE DB Provider for SQL Server error '80040e37'<br><br>Invalid object name 'tblDateTimeFormat'.<br><br>/forum/functions/functions_date_time_format.asp, line 60 <br><br>Let me know. I want this to work before buying it.<br><br>Thanks,<br><br>Dave<br><br><br><br><br>]]>
   </description>
   <pubDate>Fri, 16 Mar 2007 18:56:44 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/sql-enterprise-server_topic22909_post121306.html#121306</guid>
  </item> 
 </channel>
</rss>