<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>CSIS Blogs - Microsoft</title>
    <link>http://csclab.murraystate.edu/serendipity/</link>
    <description>No shortage of noobs here!</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    <pubDate>Sat, 01 Dec 2012 02:35:17 GMT</pubDate>

    <image>
        <url>http://csclab.murraystate.edu/serendipity/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: CSIS Blogs - Microsoft - No shortage of noobs here!</title>
        <link>http://csclab.murraystate.edu/serendipity/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>No Current Record in Access</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/44-No-Current-Record-in-Access.html</link>
            <category>Access</category>
            <category>SQL server</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/44-No-Current-Record-in-Access.html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=44</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=44</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
    Ran into this error when my back-end database crashed on my application. I would be able to view the first record, but as soon as I went to the next record using either the navigation bar or the combo-box I use to find records I would get this error: &quot;No current record&quot;&lt;br /&gt;
&lt;br /&gt;
Looked at the results of numerous &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.google.com/search?q=no+current+record+access&amp;amp;ie=utf-8&amp;amp;oe=utf-8&amp;amp;aq=t&amp;amp;rls=org.mozilla:en-US:official&amp;amp;client=firefox-a&#039;);&quot;  href=&quot;http://www.google.com/search?q=no+current+record+access&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a&quot; title=&quot;Google results for &#039;No current record&#039;&quot;&gt;google searches&lt;/a&gt; and found &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.pcreview.co.uk/forums/thread-2126293.php&#039;);&quot;  href=&quot;http://www.pcreview.co.uk/forums/thread-2126293.php&quot; title=&quot;Allen Browne Solution (2005)&quot;&gt;Allen Browne&#039;s solution&lt;/a&gt; quite handy. However none of his tips included my situation: failure while viewing data.&lt;br /&gt;
&lt;br /&gt;
Turns out I simply had to relink my tables!&lt;br /&gt;
&lt;br /&gt;
Sometimes simple solutions always evade us. I spent quite a few hours before I got to this. Hope it works for you! 
    </content:encoded>

    <pubDate>Fri, 13 Aug 2010 20:16:23 -0500</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/44-guid.html</guid>
    
</item>
<item>
    <title>Invalid character value for cast specification</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/43-Invalid-character-value-for-cast-specification.html</link>
            <category>Access</category>
            <category>SQL server</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/43-Invalid-character-value-for-cast-specification.html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=43</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=43</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
    Ran into &quot;invalid character value for cast specification&quot; error after I changed the data type for one of the field in my SQL Server 2008 database. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Environment&lt;/strong&gt;&lt;br /&gt;
SQL Server 2005 backend&lt;br /&gt;
Access 2007 front-end&lt;br /&gt;
&lt;br /&gt;
 I changed a datetime field to char in SQL Server because (1) I didn&#039;t plan on any data manipulation with this field and (2) the data was coming in as text (255) from a CSV file. Basically I did not want to mess with the CAST/CONVERT functions.&lt;br /&gt;
&lt;br /&gt;
Immediately after making this change, the form using that data wouldn&#039;t load. This became a headache when it didn&#039;t load even after removing the field from the form. &lt;br /&gt;
&lt;br /&gt;
Google searches revealed everything from &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/social.msdn.microsoft.com/Forums/en-SG/sqlintegrationservices/thread/98f22137-caac-42e4-a229-c9629c957262&#039;);&quot;  href=&quot;http://social.msdn.microsoft.com/Forums/en-SG/sqlintegrationservices/thread/98f22137-caac-42e4-a229-c9629c957262&quot; target=&quot;_blank&quot;&gt;blanks in the source column&lt;/a&gt;, &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.sqlservercentral.com/Forums/Topic585161-148-1.aspx&#039;);&quot;  href=&quot;http://www.sqlservercentral.com/Forums/Topic585161-148-1.aspx&quot; title=&quot;SQLServerCentral.com&quot; target=&quot;_blank&quot;&gt;conversion issues&lt;/a&gt; to &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/resources.arcgis.com/content/kbase?fa=articleShow&amp;amp;d=18301&#039;);&quot;  href=&quot;http://resources.arcgis.com/content/kbase?fa=articleShow&amp;d=18301&quot; title=&quot;year cannot be before 1753 etc.&quot; target=&quot;_blank&quot;&gt;invalid dates&lt;/a&gt;, service packs and hotfixes. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://csclab.murraystate.edu/serendipity/index.php?/archives/43-Invalid-character-value-for-cast-specification.html#extended&quot;&gt;Continue reading &quot;Invalid character value for cast specification&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 03 Jun 2010 10:57:29 -0500</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/43-guid.html</guid>
    
</item>
<item>
    <title>Distributing copies of SQL Server database</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/36-Distributing-copies-of-SQL-Server-database.html</link>
            <category>SQL server</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/36-Distributing-copies-of-SQL-Server-database.html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=36</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=36</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
    There are many ways to copy and distribute a SQL server database to multiple users. In an academic setting, you have to constrain the students&#039; access to just their database. That is, they usually don&#039;t have enough privileges to create databases. So, they cannot attach databases. In such cases, you have to jump through some hoops to make the distribution of the sample database possible. Some of these are listed here&lt;ol&gt;&lt;li&gt;Import the database into an empty Microsoft Access database through ODBC and share the Access DB with the class. The students can import it back into their SQL server database&lt;/li&gt;&lt;li&gt;Use the Publishing Wizard. I found this tool VERY handy as it creates the SQL you need to create all the tables and data. This &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/decipherinfosys.wordpress.com/2008/05/16/database-publishing-wizard-for-sql-server-2005/&#039;);&quot;  title=&quot;Systems Engineering and RDBMS&quot; target=&quot;_blank&quot; href=&quot;http://decipherinfosys.wordpress.com/2008/05/16/database-publishing-wizard-for-sql-server-2005/&quot;&gt;blog post at Systems Engineering and RDBMS&lt;/a&gt; details how you can get this tool (in case you don&#039;t already have it) and call it from the command line to script just the data, just the schema or both&lt;/li&gt;&lt;/ol&gt;&lt;p /&gt; &lt;br /&gt;&lt;a href=&quot;http://csclab.murraystate.edu/serendipity/index.php?/archives/36-Distributing-copies-of-SQL-Server-database.html#extended&quot;&gt;Continue reading &quot;Distributing copies of SQL Server database&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 04 Apr 2009 19:46:32 -0500</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/36-guid.html</guid>
    
</item>
<item>
    <title>SQL Server and [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/28-SQL-Server-and-DBNETLIBConnectionOpen-Connect.SQL-Server-does-not-exist-or-access-denied..html</link>
            <category>SQL server</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/28-SQL-Server-and-DBNETLIBConnectionOpen-Connect.SQL-Server-does-not-exist-or-access-denied..html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=28</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=28</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
    In preparing for class, I was testing out some simple connection exercises from Excel.[OT: I was pleasantly surprised to note that you can access SQL Server 2005 (using Excel 2007) without setting up an ODBC connection string.] In the process, I could not connect to the SQL server instance on my local machine. I discovered that numerous others continue to face this problem as a google search on the error string will reveal. Having experienced this TYPE of situation since this past summer, I tried one of my tricks: Append the port number (even if it is the default). IT WORKS!&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Environment: &lt;/strong&gt;SQLServer 2005 and Excel 2007&lt;br /&gt;
&lt;strong&gt;Solution:&lt;/strong&gt; Add the port number to your server name (serverName,nnnn) 
    </content:encoded>

    <pubDate>Mon, 19 Jan 2009 20:18:28 -0600</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/28-guid.html</guid>
    
</item>
<item>
    <title>Connection string: Eclipse to SQL server 2005</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/24-Connection-string-Eclipse-to-SQL-server-2005.html</link>
            <category>OpenSource</category>
            <category>SQL server</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/24-Connection-string-Eclipse-to-SQL-server-2005.html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=24</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=24</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
    Just a quick note to add to my previous post on connecting to SQL server data from within eclipse. All semester I have been having trouble connecting to an &lt;em&gt;instance&lt;/em&gt; of SQL server. Today, I had to work on a machine that had Eclipse but did not have SQL server Management Studio. &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.sqlexplorer.org/&#039;);&quot;  href=&quot;http://www.sqlexplorer.org/&quot; title=&quot;SQL Explorer - open source plugin&quot;&gt;SQL Explorer plugin&lt;/a&gt; to the rescue. &lt;br /&gt;&lt;a href=&quot;http://csclab.murraystate.edu/serendipity/index.php?/archives/24-Connection-string-Eclipse-to-SQL-server-2005.html#extended&quot;&gt;Continue reading &quot;Connection string: Eclipse to SQL server 2005&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 13 Nov 2008 22:17:20 -0600</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/24-guid.html</guid>
    
</item>
<item>
    <title>Updating a table with data from another in SQL server 2005</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/22-Updating-a-table-with-data-from-another-in-SQL-server-2005.html</link>
            <category>SQL server</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/22-Updating-a-table-with-data-from-another-in-SQL-server-2005.html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=22</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=22</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
    I was helping my class move a project from a semi-normalized design to a fully normalized design. This required splitting the un-normalized table into multiple tables. Rather than re-create new test data, we took the live project data and decided to make it into an exercise in data extraction and transformation. While creation of the base tables was not a major issue, inserting the foreign key values was. &lt;br /&gt;&lt;a href=&quot;http://csclab.murraystate.edu/serendipity/index.php?/archives/22-Updating-a-table-with-data-from-another-in-SQL-server-2005.html#extended&quot;&gt;Continue reading &quot;Updating a table with data from another in SQL server 2005&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 08 Nov 2008 09:02:28 -0600</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/22-guid.html</guid>
    
</item>
<item>
    <title>Update 2: Could not open a connection to SQL Server instance</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/15-Update-2-Could-not-open-a-connection-to-SQL-Server-instance.html</link>
            <category>SQL server</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/15-Update-2-Could-not-open-a-connection-to-SQL-Server-instance.html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=15</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=15</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
    &lt;!-- s9ymdb:2 --&gt;&lt;a href=&quot;http://csclab.murraystate.edu/serendipity/uploads/2008-09-27_1215_servername.png&quot; title=&quot;Click to enlarge&quot; target=&quot;_blank&quot;&gt;&lt;img height=&quot;84&quot; width=&quot;110&quot; class=&quot;serendipity_image_right&quot; style=&quot;border: 0px none ; float: right; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://csclab.murraystate.edu/serendipity/uploads/2008-09-27_1215_servername.serendipityThumb.png&quot; /&gt;&lt;/a&gt; Further verification revealed that I still could not connect to the instance. After reporting the issue to the developers and Network gurus, I decided to poke around. I started with the &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/msdn.microsoft.com/en-us/library/ms162773.aspx&#039;);&quot;  href=&quot;http://msdn.microsoft.com/en-us/library/ms162773.aspx&quot; title=&quot;Syntax for SQLCMD command line utility&quot; target=&quot;_blank&quot;&gt;sqlcmd utility&lt;/a&gt;. Siimply typing&lt;blockquote&gt;sqlcmd -S tcp:bpa-sqlserver.murraystate.edu\sqlexpress,1433 &lt;br /&gt;
(from the command prompt - start/run cmd)&lt;/blockquote&gt; gave me the following error, &lt;em&gt;&amp;quot;Login failed for user &#039; &#039; The user is not associated with a trusted server connection&amp;quot;&lt;/em&gt;. After checking the syntax for the sqlcmd utility, I added the userid and password options (- U and -P  - sometimes command line utilities are SO handy!). So I attempted again with these two options &lt;blockquote&gt;sqlcmd -U myUserId -P mypassword -S tcp:bpa-sqlserver.murraystate.edu\sqlexpress,1433 &lt;/blockquote&gt; and I got a &amp;quot;1&amp;gt;&amp;quot; prompt immediately. So now I knew I could connect and the error had to be with the Sql Server Management Studio (SSMS). &lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://csclab.murraystate.edu/serendipity/index.php?/archives/15-Update-2-Could-not-open-a-connection-to-SQL-Server-instance.html#extended&quot;&gt;Continue reading &quot;Update 2: Could not open a connection to SQL Server instance&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 27 Sep 2008 12:00:41 -0500</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/15-guid.html</guid>
    
</item>
<item>
    <title>Using Eclipse to connect to SQL server 2005</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/11-Using-Eclipse-to-connect-to-SQL-server-2005.html</link>
            <category>OpenSource</category>
            <category>SQL server</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/11-Using-Eclipse-to-connect-to-SQL-server-2005.html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=11</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=11</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
    This term we are going to use Eclipse almost exclusively to develop ColdFusion templates for my CIS420 class. After downloading all the (large) files, I discovered that the ColdFusion plugin does not work with the latest release (3.4) of Eclipse. But that&#039;s for a different post&lt;br /&gt;
&lt;br /&gt;
I was a bit disappointed when I could not get the SQL server connection to work right last year. So this year I wanted to do it all right. That&#039;s when my troubles with Eclipse began. &lt;br /&gt;&lt;a href=&quot;http://csclab.murraystate.edu/serendipity/index.php?/archives/11-Using-Eclipse-to-connect-to-SQL-server-2005.html#extended&quot;&gt;Continue reading &quot;Using Eclipse to connect to SQL server 2005&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 02 Sep 2008 19:02:47 -0500</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/11-guid.html</guid>
    
</item>
<item>
    <title>.ldb remaining open</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/9-.ldb-remaining-open.html</link>
            <category>Access</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/9-.ldb-remaining-open.html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=9</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=9</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
    One of the MS-Access databases I support was not allowing me to edit as I did not have &quot;exclusive&quot; rights to it. Turned out the database was not being closed (as evidenced by the presence of an LDB file). Tried all of the recommended solutions&lt;br /&gt;
(1) See if no one is using it and delete it (wouldn&#039;t allow)&lt;br /&gt;
(2) Open the DB and use the built-in utility to &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/answers.yahoo.com/question/index?qid=20080630044639AAVL9yz&#039;);&quot;  href=&quot;http://answers.yahoo.com/question/index?qid=20080630044639AAVL9yz&quot; title=&quot;Yahoo! Answers&quot;&gt;compact and repair&lt;/a&gt; (returned the id of the computer that had it open) &lt;br /&gt;&lt;a href=&quot;http://csclab.murraystate.edu/serendipity/index.php?/archives/9-.ldb-remaining-open.html#extended&quot;&gt;Continue reading &quot;.ldb remaining open&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 02 Sep 2008 17:05:13 -0500</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/9-guid.html</guid>
    
</item>
<item>
    <title>Student discounts on Microsoft products</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/4-Student-discounts-on-Microsoft-products.html</link>
            <category>Microsoft</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/4-Student-discounts-on-Microsoft-products.html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=4</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
        If you are looking for students discounts in Microsoft products, &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.microsoft.com/education/howtobuystudents.mspx&#039;);&quot;  href=&quot;http://www.microsoft.com/education/howtobuystudents.mspx&quot; title=&quot;Microsoft student discounts&quot;&gt;start here&lt;/a&gt; &lt;br /&gt;
     
    </content:encoded>

    <pubDate>Tue, 02 Sep 2008 16:59:04 -0500</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/4-guid.html</guid>
    
</item>
<item>
    <title>Could not open a connection to SQL Server instance  *resolved*</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/6-Could-not-open-a-connection-to-SQL-Server-instance-resolved.html</link>
            <category>SQL server</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/6-Could-not-open-a-connection-to-SQL-Server-instance-resolved.html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=6</wfw:comment>

    <slash:comments>6</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=6</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
        &lt;strong&gt;Environment: &lt;/strong&gt;Our SQL server (2005) is in a DMZ. By this, I understand that we are behind a firewall. Our network admins control access very tightly. So we have to jump through a couple of hoops to get a hole poked through the firewall. The windows firewall on the box is disabled. The server has 4 instances running. They are all accessible from inside the (campus-wide) firewall.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Problem:&lt;/strong&gt; Accessing a SQL server instance from a remote location &lt;br /&gt;&lt;br /&gt;
(Check the &lt;a href=&quot;http://csclab.murraystate.edu/serendipity/index.php?/archives/13-Update-Could-not-open-a-connection-to-SQL-Server-instance.html#trackbacks&quot; title=&quot;Resolved!&quot;&gt;update for resolution&lt;/a&gt;) &lt;br /&gt;&lt;a href=&quot;http://csclab.murraystate.edu/serendipity/index.php?/archives/6-Could-not-open-a-connection-to-SQL-Server-instance-resolved.html#extended&quot;&gt;Continue reading &quot;Could not open a connection to SQL Server instance  *resolved*&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 02 Sep 2008 16:59:04 -0500</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/6-guid.html</guid>
    
</item>
<item>
    <title>SQL Server Management Studio (SSMS vs SSMSE)</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/3-SQL-Server-Management-Studio-SSMS-vs-SSMSE.html</link>
            <category>SQL server</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/3-SQL-Server-Management-Studio-SSMS-vs-SSMSE.html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=3</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
        Over the summer I went over various SQL server configurations that could work with/for our students in the labs (and also to be better informed when the inevitable questions would arise). I also wanted to be able to explore the wonderful new Integration and Reporting Services during the Fall term.&lt;br /&gt;
&lt;br /&gt;
That&#039;s when I discovered that my Management Studio setup was lacking. At the time of initial setup, I was happy just to be able to connect to SQL server and move data between Access, SQL Server, MySQL etc. Of course I read that the Management Studio Express (SSMSE) would only connect to the DB engine. But one does not always remember such details when needed!&lt;br /&gt;
&lt;br /&gt;
And so my frustration with installing SSMS began. Yes, I did the obligatory google search and found good help at &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/aspadvice.com/blogs/ssmith/archive/2007/09/24/Installing-SQL-2005-Management-Studio.aspx&#039;);&quot;  href=&quot;http://aspadvice.com/blogs/ssmith/archive/2007/09/24/Installing-SQL-2005-Management-Studio.aspx&quot; title=&quot;Installing SSMS&quot;&gt;Steven Smith&#039;s&lt;/a&gt;, &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/aspadvice.com/blogs/name/archive/2007/09/24/Installing-SQL-Server-Management-Studio-with-SQL-Server.aspx&#039;);&quot;  href=&quot;http://aspadvice.com/blogs/name/archive/2007/09/24/Installing-SQL-Server-Management-Studio-with-SQL-Server.aspx&quot; title=&quot;Trouble shooting installation issues&quot;&gt;Brendan&#039;s&lt;/a&gt; and &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/blogs.neudesic.com/blogs/pete_orologas/archive/2006/10/12/416.aspx&#039;);&quot;  href=&quot;http://blogs.neudesic.com/blogs/pete_orologas/archive/2006/10/12/416.aspx&quot; title=&quot;Installing SSMS issues&quot;&gt;Pete Orologas&#039;&lt;/a&gt;.  &lt;br /&gt;&lt;a href=&quot;http://csclab.murraystate.edu/serendipity/index.php?/archives/3-SQL-Server-Management-Studio-SSMS-vs-SSMSE.html#extended&quot;&gt;Continue reading &quot;SQL Server Management Studio (SSMS vs SSMSE)&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 02 Sep 2008 16:59:04 -0500</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/3-guid.html</guid>
    
</item>

</channel>
</rss>