<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Tech Off - Access Database</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Tech Off - Access Database</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Wed, 19 Jun 2013 07:36:32 GMT</pubDate>
	<lastBuildDate>Wed, 19 Jun 2013 07:36:32 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>7</c9:totalResults>
	<c9:pageCount>-7</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Tech Off - Access Database</title>
		<description><![CDATA[<p>I've been handed an Access Database to assess the possibility of moving to SQL and to put a new front end on to it.</p><p>I've opened the database.&nbsp;My exposure/experience to access is limited.&nbsp;</p><p>The first thing I've done is to click the relationship button and add all the tables, there are no relationships defined. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-9.gif?v=c9' alt='Crying' /> <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-6.gif?v=c9' alt='Sad' /></p><p>Is it possible that these could be done in the code?&nbsp;(I've had a quick look, doesn't appear to be) &nbsp;If so would it be exposed by the relationships view?</p><p>Thanks in advance.</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Access-Database/3d7dddb3ef1942ea902ca0bb00f62cab#3d7dddb3ef1942ea902ca0bb00f62cab</link>
		<pubDate>Tue, 28 Aug 2012 14:56:17 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Access-Database/3d7dddb3ef1942ea902ca0bb00f62cab#3d7dddb3ef1942ea902ca0bb00f62cab</guid>
		<dc:creator>Wayne Taylor</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Kryptos/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Access Database</title>
		<description><![CDATA[<p>Have you looked at the &quot;SSMA&quot; tool from Microsoft?&nbsp; It is a reasonably good &quot;SQL Server Migration Assistant&quot;.&nbsp; On simple databases its a point and click and you are done.&nbsp; On more complex systems its at minimum a great first step.</p><p><br>I have migrated several major customized access database/applications used by several local municipalities with success.</p><p>&nbsp;</p><p>One word of caution:&nbsp; Watch out for the &quot;Denial of Service&quot; attack that Access will do on your SQL server.&nbsp; The default login for Access is a user named &quot;Admin&quot;.&nbsp; If you use windows authentication against SQL, it will attempt to authenticate first as &quot;Admin&quot;, then using the users credentials.&nbsp; The combined number of users running your application can form an effective denial of service attack (even though it is unintended).&nbsp; The only method I found around this was to not use windows authentication against SQL.</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Access-Database/7ea5ed5f88674fca87b3a0bb0123ade7#7ea5ed5f88674fca87b3a0bb0123ade7</link>
		<pubDate>Tue, 28 Aug 2012 17:41:58 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Access-Database/7ea5ed5f88674fca87b3a0bb0123ade7#7ea5ed5f88674fca87b3a0bb0123ade7</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Access Database</title>
		<description><![CDATA[<p>@<a href="/Forums/TechOff/Access-Database#c3d7dddb3ef1942ea902ca0bb00f62cab">Kryptos</a>: It is more likely that there are no relationships involved in the design at all.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Access-Database/93f53d33e2f645479c0ca0bb014461da#93f53d33e2f645479c0ca0bb014461da</link>
		<pubDate>Tue, 28 Aug 2012 19:41:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Access-Database/93f53d33e2f645479c0ca0bb014461da#93f53d33e2f645479c0ca0bb014461da</guid>
		<dc:creator>Dave Williamson</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/davewill/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Access Database</title>
		<description><![CDATA[<p>Relationships have nothing to do with the sheer number of connections to a database.&nbsp;</p><p>I am familiar with the basics of database design.&nbsp; I know when indexes are required, how to tune queries and such. If you are relying upon the &quot;relationship&quot; tool within access to optimize your database you are missing a lot of performance.&nbsp;</p><p>If you are going to be migrating your application into a pure SQL database with an Access front end then get completely out of Access (data wise) and forget the toys.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Access-Database/f83297f946bd4adfa6b4a0bb014a1e55#f83297f946bd4adfa6b4a0bb014a1e55</link>
		<pubDate>Tue, 28 Aug 2012 20:01:55 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Access-Database/f83297f946bd4adfa6b4a0bb014a1e55#f83297f946bd4adfa6b4a0bb014a1e55</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Access Database</title>
		<description><![CDATA[<p>There may be implicit relationships coded into the software without any relationships defined in the database schema, I have found that to be common in Access databases in the past (thankfully I no longer encounter them).</p><p>I'm with <a href="/Forums/TechOff/Access-Database#cf83297f946bd4adfa6b4a0bb014a1e55">lensman</a>; copy the schema and data into SQL Server and <em>then</em> set up indices and foreign key constraints.</p><p>Herbie</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Access-Database/800f2b8a22974232943aa0bc006917c9#800f2b8a22974232943aa0bc006917c9</link>
		<pubDate>Wed, 29 Aug 2012 06:22:37 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Access-Database/800f2b8a22974232943aa0bc006917c9#800f2b8a22974232943aa0bc006917c9</guid>
		<dc:creator>Herbie Smith</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Dr Herbie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Access Database</title>
		<description><![CDATA[<p>Thanks for your reply's.&nbsp;&nbsp; I was ill yesterday.&nbsp; <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-6.gif?v=c9' alt='Sad' /></p><p>OK, I look into it.&nbsp;&nbsp;Thanks.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Access-Database/6cd581cd4b6042a38fa3a0bd008bd51c#6cd581cd4b6042a38fa3a0bd008bd51c</link>
		<pubDate>Thu, 30 Aug 2012 08:29:06 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Access-Database/6cd581cd4b6042a38fa3a0bd008bd51c#6cd581cd4b6042a38fa3a0bd008bd51c</guid>
		<dc:creator>Wayne Taylor</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Kryptos/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Access Database</title>
		<description><![CDATA[<p><em>&nbsp;It is more likely that there are no relationships involved in the design at all.</em></p><p>This. Lots and lots of the time the table creators were apparently thinking 'flat file.' This probably has a lot to do with access being the entry point for talented amateurs to get into programming, ie</p><p>1. a company needs something done,</p><p>2. looks around the staff for someone with some ability,</p><p>3. said someone develops an app that works,</p><p>4. the app starts to be used,</p><p>5. now the company's stuck and can't get out of it</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Access-Database/0758d56c5e834ba0aa8fa0d101229a8f#0758d56c5e834ba0aa8fa0d101229a8f</link>
		<pubDate>Wed, 19 Sep 2012 17:38:03 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Access-Database/0758d56c5e834ba0aa8fa0d101229a8f#0758d56c5e834ba0aa8fa0d101229a8f</guid>
		<dc:creator>boogop</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/boogop/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>