<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.de/group/microsoft.public.dotnet.framework.adonet</id>
  <title type="text">microsoft.public.dotnet.framework.adonet Google Group</title>
  <subtitle type="text">
  Microsoft .NET technology newsgroup.
  </subtitle>
  <link href="/group/microsoft.public.dotnet.framework.adonet/feed/atom_v1_0_msgs.xml" rel="self" title="microsoft.public.dotnet.framework.adonet feed"/>
  <updated>2010-03-21T18:23:19Z</updated>
  <generator uri="http://groups.google.de" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Jonathan Wood</name>
  <email>jw...@softcircuits.com</email>
  </author>
  <updated>2010-03-21T18:23:19Z</updated>
  <id>http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/9f0cd3e48280e947/fd19aacd4abf335a?show_docid=fd19aacd4abf335a</id>
  <link href="http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/9f0cd3e48280e947/fd19aacd4abf335a?show_docid=fd19aacd4abf335a"/>
  <title type="text">Re: Most Efficient Way to Insert 10 - 15 Rows</title>
  <summary type="html" xml:space="preserve">
  After thinking about this, I&#39;m deciding the best way is probably to just &lt;br&gt; create one long query string with each INSERT statement separated with a &lt;br&gt; semicolon. This will reduce the number of round trips to 1. &lt;br&gt; In fact, SQL 2008 even has a shortcut to make this every more efficient. For &lt;br&gt; more info about that, see:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jonathan Wood</name>
  <email>jw...@softcircuits.com</email>
  </author>
  <updated>2010-03-21T17:04:21Z</updated>
  <id>http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/9f0cd3e48280e947/c5c6ee8f72c3a7c5?show_docid=c5c6ee8f72c3a7c5</id>
  <link href="http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/9f0cd3e48280e947/c5c6ee8f72c3a7c5?show_docid=c5c6ee8f72c3a7c5"/>
  <title type="text">Most Efficient Way to Insert 10 - 15 Rows</title>
  <summary type="html" xml:space="preserve">
  I&#39;m an experienced programmer with limited database development. Most of my &lt;br&gt; database work involves using query strings or stored procedures or to update &lt;br&gt; data or populate a SqlDataReader object. &lt;br&gt; Now, I need to update 10 - 15 rows. I know I can execute 10 - 15 separate &lt;br&gt; queries but this is in a Web applications and now I&#39;m wondering if there
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jay Konigsberg</name>
  <email>s...@nospam.org</email>
  </author>
  <updated>2010-03-21T00:49:58Z</updated>
  <id>http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/308fedc24527a1e9/307fdf3a78c5b883?show_docid=307fdf3a78c5b883</id>
  <link href="http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/308fedc24527a1e9/307fdf3a78c5b883?show_docid=307fdf3a78c5b883"/>
  <title type="text">Re: Figuring sql server version via code</title>
  <summary type="html" xml:space="preserve">
  SELECT &lt;br&gt; SERVERPROPERTY (&#39;ProductVersion&#39;) ProductVersion &lt;br&gt; , SERVERPROPERTY (&#39;ProductLevel&#39;) ProductLevel &lt;br&gt; , SERVERPROPERTY (&#39;Edition&#39;) Edition &lt;br&gt; , SERVERPROPERTY (&#39;ServerName&#39;) ServerName &lt;br&gt; , SERVERPROPERTY (&#39;InstanceName&#39;) InstanceName &lt;br&gt; and &lt;br&gt; SELECT QUOTENAME(sdb.name) &lt;br&gt; FROM master.dbo.sysdatabases sdb
  </summary>
  </entry>
  <entry>
  <author>
  <name>Michael Coles</name>
  <email>ad...@geocodenet.com</email>
  </author>
  <updated>2010-03-21T00:45:45Z</updated>
  <id>http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/308fedc24527a1e9/76211c25809e4c23?show_docid=76211c25809e4c23</id>
  <link href="http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/308fedc24527a1e9/76211c25809e4c23?show_docid=76211c25809e4c23"/>
  <title type="text">Re: Figuring sql server version via code</title>
  <summary type="html" xml:space="preserve">
  You can use several methods to enumerate SQL Server instances. Here are a &lt;br&gt; couple: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://msdn.microsoft.com/en-us/library/a6t1z9x2.aspx&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.sqldbatips.com/showarticle.asp?ID=45&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; To determine whether a specific instance contains a certain database, you &lt;br&gt; can connect to the instance&#39;s master database and query the sys.databases
  </summary>
  </entry>
  <entry>
  <author>
  <name>John</name>
  <email>i...@nospam.infovis.co.uk</email>
  </author>
  <updated>2010-03-20T21:48:26Z</updated>
  <id>http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/308fedc24527a1e9/8a083a532d974235?show_docid=8a083a532d974235</id>
  <link href="http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/308fedc24527a1e9/8a083a532d974235?show_docid=8a083a532d974235"/>
  <title type="text">Figuring sql server version via code</title>
  <summary type="html" xml:space="preserve">
  Hi &lt;br&gt; Is it possible to check in .net; &lt;br&gt; 1. If sql server 2008 express is installed on a machine? &lt;br&gt; 2. The name of sql server 2008 express instance or instances? &lt;br&gt; 3. If a particular sql server 2008 express instance contains a specific &lt;br&gt; database? &lt;br&gt; Many Thanks &lt;br&gt; Regards
  </summary>
  </entry>
  <entry>
  <author>
  <name>kevinp</name>
  <email>kev...@nospam.com</email>
  </author>
  <updated>2010-03-19T21:12:14Z</updated>
  <id>http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/4015d890278f6dcb/1d65c88844b7c62e?show_docid=1d65c88844b7c62e</id>
  <link href="http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/4015d890278f6dcb/1d65c88844b7c62e?show_docid=1d65c88844b7c62e"/>
  <title type="text">Re: Deploying sql server app</title>
  <summary type="html" xml:space="preserve">
  A quick Google search brought up this as well as many more: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.databasejournal.com/features/mssql/article.php/3611426/SQL-Server-2005---Unattended-installation---Part-I.htm&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; I would suggest an installation DVD with an autorun where the user &lt;br&gt; could click on 1. Install Database, 2. Install Program, etc.
  </summary>
  </entry>
  <entry>
  <author>
  <name>David W. Fenton</name>
  <email>xxxuse...@dfenton.com.invalid</email>
  </author>
  <updated>2010-03-19T18:26:25Z</updated>
  <id>http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/4729c0d7c8ee8165/470e8e9e0d7e88ed?show_docid=470e8e9e0d7e88ed</id>
  <link href="http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/4729c0d7c8ee8165/470e8e9e0d7e88ed?show_docid=470e8e9e0d7e88ed"/>
  <title type="text">Re: Retrieving @@Identity value in ado.net</title>
  <summary type="html" xml:space="preserve">
  &amp;quot;Arvin Meyer [MVP]&amp;quot; &amp;lt;arv...@mvps.invalid&amp;gt; wrote in &lt;br&gt; There are a number of issues with Jet behind a web server. &lt;br&gt; 1. Jet is not thread-safe, which can be a problem for web servers, &lt;br&gt; from what I understand. ADO somehow gets around that, according to &lt;br&gt; Michael Kaplan, so you&#39;d want to be sure you&#39;re using ADO/OLEDB to
  </summary>
  </entry>
  <entry>
  <author>
  <name>John</name>
  <email>i...@nospam.infovis.co.uk</email>
  </author>
  <updated>2010-03-19T14:46:50Z</updated>
  <id>http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/4015d890278f6dcb/70bd112190b19f81?show_docid=70bd112190b19f81</id>
  <link href="http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/4015d890278f6dcb/70bd112190b19f81?show_docid=70bd112190b19f81"/>
  <title type="text">Deploying sql server app</title>
  <summary type="html" xml:space="preserve">
  Hi &lt;br&gt; I have a winform app with sql server backend. How can I create a deployment &lt;br&gt; package which when run by the end user does the following; &lt;br&gt; 1. Install front end vb winfrom app. &lt;br&gt; 2. Install sql server express 2008. &lt;br&gt; 3. Cerate backend database MyDatabase which relevant database objects; &lt;br&gt; tables, views, triggers, sps etc?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Arvin Meyer [MVP]</name>
  <email>arv...@mvps.invalid</email>
  </author>
  <updated>2010-03-19T13:04:14Z</updated>
  <id>http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/4729c0d7c8ee8165/15773406b164bc41?show_docid=15773406b164bc41</id>
  <link href="http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/4729c0d7c8ee8165/15773406b164bc41?show_docid=15773406b164bc41"/>
  <title type="text">Re: Retrieving @@Identity value in ado.net</title>
  <summary type="html" xml:space="preserve">
  That&#39;s ridiculous. There are probably thousands of small websites tunning on &lt;br&gt; Jet databases. I know of several, one of which ran for 8 years getting as &lt;br&gt; many as 5,000 hits a day. Eventually that company sold out and the buyer &lt;br&gt; incorporated the data into a much larger website. As recently as 1 year ago
  </summary>
  </entry>
  <entry>
  <author>
  <name>David W. Fenton</name>
  <email>xxxuse...@dfenton.com.invalid</email>
  </author>
  <updated>2010-03-18T15:06:56Z</updated>
  <id>http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/4729c0d7c8ee8165/6bfa88d88fbbadd7?show_docid=6bfa88d88fbbadd7</id>
  <link href="http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/4729c0d7c8ee8165/6bfa88d88fbbadd7?show_docid=6bfa88d88fbbadd7"/>
  <title type="text">Re: Retrieving @@Identity value in ado.net</title>
  <summary type="html" xml:space="preserve">
  &amp;quot;Gregory A. Beamer&amp;quot; &amp;lt;NoSpamMgbwo...@comcast.netNoS pamM&amp;gt; wrote in &lt;br&gt; He is *not* using SQL Server -- you could know that by going back &lt;br&gt; and reading the first sentence of the original post. &lt;br&gt; And, again, Arvin is wrong about Jet/ACE and SELECT @@IDENTITY -- it &lt;br&gt; has been supported since the introduction of Jet 4 c. 1999, i.e.,
  </summary>
  </entry>
  <entry>
  <author>
  <name>David W. Fenton</name>
  <email>xxxuse...@dfenton.com.invalid</email>
  </author>
  <updated>2010-03-18T15:05:20Z</updated>
  <id>http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/4729c0d7c8ee8165/49eafed88baa32fe?show_docid=49eafed88baa32fe</id>
  <link href="http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/4729c0d7c8ee8165/49eafed88baa32fe?show_docid=49eafed88baa32fe"/>
  <title type="text">Re: Retrieving @@Identity value in ado.net</title>
  <summary type="html" xml:space="preserve">
  &amp;quot;Gregory A. Beamer&amp;quot; &amp;lt;NoSpamMgbwo...@comcast.netNoS pamM&amp;gt; wrote in &lt;br&gt; Arvin is wrong about SELECT @@IDENTITY. &lt;br&gt; And you are wrong about batching SQL statements. Jet/ACE does not &lt;br&gt; and never has supported that, and the very first sentence of the &lt;br&gt; post asking the question says that it&#39;s a Jet/ACE database, not SQL
  </summary>
  </entry>
  <entry>
  <author>
  <name>David W. Fenton</name>
  <email>xxxuse...@dfenton.com.invalid</email>
  </author>
  <updated>2010-03-18T15:04:19Z</updated>
  <id>http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/4729c0d7c8ee8165/739c31526f4dc442?show_docid=739c31526f4dc442</id>
  <link href="http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/4729c0d7c8ee8165/739c31526f4dc442?show_docid=739c31526f4dc442"/>
  <title type="text">Re: Retrieving @@Identity value in ado.net</title>
  <summary type="html" xml:space="preserve">
  &amp;quot;Gregory A. Beamer&amp;quot; &amp;lt;NoSpamMgbwo...@comcast.netNoS pamM&amp;gt; wrote in &lt;br&gt; No, he&#39;s not. He&#39;s using a Jet/ACE database, which is the first &lt;br&gt; thing he said in his question. &lt;br&gt; SELECT @@IDENTITY is, in fact, supported by Jet/ACE. I don&#39;t use ADO &lt;br&gt; or ADO.NET, so can&#39;t really explain what should be done in the code &lt;br&gt; provided. It looks extremely complicated to do something very
  </summary>
  </entry>
  <entry>
  <author>
  <name>David W. Fenton</name>
  <email>xxxuse...@dfenton.com.invalid</email>
  </author>
  <updated>2010-03-18T14:59:36Z</updated>
  <id>http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/4729c0d7c8ee8165/d7256178809318d1?show_docid=d7256178809318d1</id>
  <link href="http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/4729c0d7c8ee8165/d7256178809318d1?show_docid=d7256178809318d1"/>
  <title type="text">Re: Retrieving @@Identity value in ado.net</title>
  <summary type="html" xml:space="preserve">
  &amp;quot;Gregory A. Beamer&amp;quot; &amp;lt;NoSpamMgbwo...@comcast.netNoS pamM&amp;gt; wrote in &lt;br&gt; Um, no, you can&#39;t do that. Look at the first line of the post you &lt;br&gt; quote: &lt;br&gt; &amp;quot;insert a record into an access table&amp;quot; means that you can&#39;t combine &lt;br&gt; multiple SQL statements, because Jet/ACE does not (and never has) &lt;br&gt; supported this. &lt;br&gt; Until A2010, Jet/ACE has nothing approaching stored procedures
  </summary>
  </entry>
  <entry>
  <author>
  <name>Gregory A. Beamer</name>
  <email>nospammgbwo...@comcast.netnospamm</email>
  </author>
  <updated>2010-03-18T02:02:45Z</updated>
  <id>http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/89647e21a95669bb/3a9e86ea1b0fa867?show_docid=3a9e86ea1b0fa867</id>
  <link href="http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/89647e21a95669bb/3a9e86ea1b0fa867?show_docid=3a9e86ea1b0fa867"/>
  <title type="text">Re: Database Design</title>
  <summary type="html" xml:space="preserve">
  I don&#39;t know all of the details and I am not sure I would agree with the &lt;br&gt; solution, but when you are dealing with a fixed, small set of assets, &lt;br&gt; sometimes it is easier to do what you are familiar with. Ultimately, in &lt;br&gt; software, the questions are: &lt;br&gt; 1. Does it work now? &lt;br&gt; 2. Will it work for the future?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jeff Gaines</name>
  <email>jgaines_new...@yahoo.co.uk</email>
  </author>
  <updated>2010-03-17T23:03:29Z</updated>
  <id>http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/89647e21a95669bb/78dc5ed9e71de830?show_docid=78dc5ed9e71de830</id>
  <link href="http://groups.google.de/group/microsoft.public.dotnet.framework.adonet/browse_thread/thread/89647e21a95669bb/78dc5ed9e71de830?show_docid=78dc5ed9e71de830"/>
  <title type="text">Re: Database Design</title>
  <summary type="html" xml:space="preserve">
  On 17/03/2010 in message &lt;br&gt; &amp;lt;6015D9B1-AC9B-40C3-B9E2-4F1BB EFFD...@microsoft.com&amp;gt; Gregory A. Beamer &lt;br&gt; wrote: &lt;br&gt; I&#39;ve gone for a master lease table which has all the lease details &lt;br&gt; including the % charges for the 15 categories. The alternative was a table &lt;br&gt; for each category just containing one entry for each lease. With the low
  </summary>
  </entry>
</feed>
