<?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.com/group/microsoft.public.sqlserver.programming</id>
  <title type="text">microsoft.public.sqlserver.programming Google Group</title>
  <subtitle type="text">
  Microsoft SQL Server newsgroup.
  </subtitle>
  <link href="/group/microsoft.public.sqlserver.programming/feed/atom_v1_0_msgs.xml" rel="self" title="microsoft.public.sqlserver.programming feed"/>
  <updated>2009-11-08T18:22:08Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Dan Guzman</name>
  <email>guzma...@nospam-online.sbcglobal.net</email>
  </author>
  <updated>2009-11-08T18:22:08Z</updated>
  <id>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/f763a44d386620a1/fdc511ee51717491?show_docid=fdc511ee51717491</id>
  <link href="http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/f763a44d386620a1/fdc511ee51717491?show_docid=fdc511ee51717491"/>
  <title type="text">Re: creating table on secondery filegroup</title>
  <summary type="html" xml:space="preserve">
  SELECT...INTO creates the table on the default filegroup. You&#39;ll need to &lt;br&gt; mark the secondary filegroup as the default one beforehand: &lt;br&gt; ALTER DATABASE MyDatabase &lt;br&gt; MODIFY FILEGROUP [MySecondaryGroup] DEFAULT;
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Portas</name>
  <email>remove_before_replying_dpor...@acm.org</email>
  </author>
  <updated>2009-11-08T18:15:27Z</updated>
  <id>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/d6b4c85859bb244f/6256113e7e011040?show_docid=6256113e7e011040</id>
  <link href="http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/d6b4c85859bb244f/6256113e7e011040?show_docid=6256113e7e011040"/>
  <title type="text">Re: Sql Server on VMWare</title>
  <summary type="html" xml:space="preserve">
  &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.vmware.com/files/pdf/solutions/sql_server_virtual_bp.pdf&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.vmware.com/files/pdf/SQLServerWorkloads.pdf&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mike23</name>
  <email>_no_s...@_no_spam.com</email>
  </author>
  <updated>2009-11-08T17:06:46Z</updated>
  <id>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/141b61d6627f0e18/36f9a38833fdec3e?show_docid=36f9a38833fdec3e</id>
  <link href="http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/141b61d6627f0e18/36f9a38833fdec3e?show_docid=36f9a38833fdec3e"/>
  <title type="text">Re: Transaction load</title>
  <summary type="html" xml:space="preserve">
  Thanks. I am aware of this but was just speculating that &amp;quot;SqlBulkCopy&amp;quot; is &lt;br&gt; probably a wrapper for BULK INSERT or some other high-volume (native) SQL &lt;br&gt; Server statement (possibly internal to MSFT only). My original issue however &lt;br&gt; is whether running &amp;quot;SqlBulkCopy&amp;quot; (or BULK INSERT directly) will have an
  </summary>
  </entry>
  <entry>
  <author>
  <name>Roy Goldhammer</name>
  <email>r...@top.com</email>
  </author>
  <updated>2009-11-08T16:54:32Z</updated>
  <id>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/f763a44d386620a1/aa7bf01744afa1ef?show_docid=aa7bf01744afa1ef</id>
  <link href="http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/f763a44d386620a1/aa7bf01744afa1ef?show_docid=aa7bf01744afa1ef"/>
  <title type="text">creating table on secondery filegroup</title>
  <summary type="html" xml:space="preserve">
  hello there &lt;br&gt; i have database with two filegroups and for each filegroup there is diffrent &lt;br&gt; file name &lt;br&gt; How can I use Select .. into and create new table on secondery filegroup?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dan Guzman</name>
  <email>guzma...@nospam-online.sbcglobal.net</email>
  </author>
  <updated>2009-11-08T15:12:29Z</updated>
  <id>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/141b61d6627f0e18/385ae96e1e853ef0?show_docid=385ae96e1e853ef0</id>
  <link href="http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/141b61d6627f0e18/385ae96e1e853ef0?show_docid=385ae96e1e853ef0"/>
  <title type="text">Re: Transaction load</title>
  <summary type="html" xml:space="preserve">
  BULK INSERT is a Transact-SQL statement whereas the SqlBulkCopy class (and &lt;br&gt; its unmanaged ODBC/OLEDB cousins) are native client APIs. Unlike BULK &lt;br&gt; INSERT, the client APIs allow you to load directly from program variables.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mike23</name>
  <email>_no_s...@_no_spam.com</email>
  </author>
  <updated>2009-11-08T12:48:17Z</updated>
  <id>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/141b61d6627f0e18/a80ecf28726ddbae?show_docid=a80ecf28726ddbae</id>
  <link href="http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/141b61d6627f0e18/a80ecf28726ddbae?show_docid=a80ecf28726ddbae"/>
  <title type="text">Re: Transaction load</title>
  <summary type="html" xml:space="preserve">
  Thanks. Can you also briefly elaborate on my last response to him (just &lt;br&gt; posted). Appreciate your help. &lt;br&gt; Not familir with this but probably not necessary for my needs unless it &lt;br&gt; solves some problem specificically related to this issue (resource &lt;br&gt; exhaustion). The bulk insert I tested (&amp;quot;SqlBulkCopy&amp;quot; in .NET) is very fast
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mike23</name>
  <email>_no_s...@_no_spam.com</email>
  </author>
  <updated>2009-11-08T12:34:21Z</updated>
  <id>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/141b61d6627f0e18/56bd728712978727?show_docid=56bd728712978727</id>
  <link href="http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/141b61d6627f0e18/56bd728712978727?show_docid=56bd728712978727"/>
  <title type="text">Re: Transaction load</title>
  <summary type="html" xml:space="preserve">
  Thanks for you help and I agree. It&#39;s hard to appreciate when you&#39;re not &lt;br&gt; really familiar with the details. In this case however it&#39;s a fairly simple &lt;br&gt; situation. Assuming 10,000 customers in the short-term, 100,000 long term, &lt;br&gt; and each customer will be uploading a single file just once every few weeks
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mike23</name>
  <email>_no_s...@_no_spam.com</email>
  </author>
  <updated>2009-11-08T12:09:16Z</updated>
  <id>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/141b61d6627f0e18/5cb508bbab32292e?show_docid=5cb508bbab32292e</id>
  <link href="http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/141b61d6627f0e18/5cb508bbab32292e?show_docid=5cb508bbab32292e"/>
  <title type="text">Re: Transaction load</title>
  <summary type="html" xml:space="preserve">
  Thanks. I&#39;m actually using the &amp;quot;SqlBulkCopy&amp;quot; class (assuming you&#39;re familiar &lt;br&gt; with .NET) and this presumably wraps BULK INSERT (still researching things). &lt;br&gt; I also took a quick look at ROWS_PER_BATCH and this may prove useful (thanks &lt;br&gt; for pointing this out). If possible however, I&#39;d like to insert all data in
  </summary>
  </entry>
  <entry>
  <author>
  <name>Uri Dimant</name>
  <email>u...@iscar.co.il</email>
  </author>
  <updated>2009-11-08T10:52:53Z</updated>
  <id>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/141b61d6627f0e18/c75d2b5a7d4f7d81?show_docid=c75d2b5a7d4f7d81</id>
  <link href="http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/141b61d6627f0e18/c75d2b5a7d4f7d81?show_docid=c75d2b5a7d4f7d81"/>
  <title type="text">Re: Transaction load</title>
  <summary type="html" xml:space="preserve">
  Hi &lt;br&gt; As Andrew said to separate LOG and DATA files must be e first step &lt;br&gt; Have you considered using SSIS Package to insert the data from the files , &lt;br&gt; it hs very nice feature named &#39;fast load&#39;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tony Rogerson</name>
  <email>tonyroger...@torver.net</email>
  </author>
  <updated>2009-11-08T08:55:30Z</updated>
  <id>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/9a08c14b014622fa/ebfd97c6f67f99ff?show_docid=ebfd97c6f67f99ff</id>
  <link href="http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/9a08c14b014622fa/ebfd97c6f67f99ff?show_docid=ebfd97c6f67f99ff"/>
  <title type="text">Re: Join query returns to many rows</title>
  <summary type="html" xml:space="preserve">
  Precisely why you should never code using the original ansi 89 style and use &lt;br&gt; infix instead... &lt;br&gt; Never code like this... &lt;br&gt; FROM {tbl} as a, {tbl} as b &lt;br&gt; WHERE a.tblkey = b.tblkey &lt;br&gt; AND a.postertype = &#39;opinionated&#39; &lt;br&gt; AND a.postername = &#39;--celko--&#39; &lt;br&gt; Instead you should write like the majority of other folk do....
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tony Rogerson</name>
  <email>tonyroger...@torver.net</email>
  </author>
  <updated>2009-11-08T08:51:59Z</updated>
  <id>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/9362aa06bd5ec1aa/4301142fd518cb6a?show_docid=4301142fd518cb6a</id>
  <link href="http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/9362aa06bd5ec1aa/4301142fd518cb6a?show_docid=4301142fd518cb6a"/>
  <title type="text">Re: Running value but with a string</title>
  <summary type="html" xml:space="preserve">
  Wrong - the standards a small subset of the product language available &lt;br&gt; within MICROSOFT SQL SERVER. &lt;br&gt; Wrong again - we&#39;ve already been through this one; there are very few items &lt;br&gt; of syntax that have been deprecated - legacy code written on SQL Server 6.5 &lt;br&gt; still works on SQL Server 2008 - that allows business to migrate versions of
  </summary>
  </entry>
  <entry>
  <author>
  <name>Rahul</name>
  <email>verma.car...@gmail.com</email>
  </author>
  <updated>2009-11-08T07:23:59Z</updated>
  <id>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/d6b4c85859bb244f/3b50b09ccd43b6f8?show_docid=3b50b09ccd43b6f8</id>
  <link href="http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/d6b4c85859bb244f/3b50b09ccd43b6f8?show_docid=3b50b09ccd43b6f8"/>
  <title type="text">Sql Server on VMWare</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; Can anybody give me some right direction or usefull link &lt;br&gt; 1. About VMware environment &lt;br&gt; 2. How to Install and configure Sql Server 2005 on VMware. &lt;br&gt; 3. Is there any performance change on VMware. &lt;br&gt; Regards &lt;br&gt; Rahul
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dave</name>
  <email>djohanns...@gmail.com</email>
  </author>
  <updated>2009-11-08T01:32:05Z</updated>
  <id>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/eee56221ef1216db/3a891b2455a3144e?show_docid=3a891b2455a3144e</id>
  <link href="http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/eee56221ef1216db/3a891b2455a3144e?show_docid=3a891b2455a3144e"/>
  <title type="text">Re: SSIS hitting FK violation - need to ignore the error rows - have package succeed</title>
  <summary type="html" xml:space="preserve">
  oh thanks, i&#39;ll consider this also. both pieces of info where very &lt;br&gt; helpful!
  </summary>
  </entry>
  <entry>
  <author>
  <name>--CELKO--</name>
  <email>jcelko...@earthlink.net</email>
  </author>
  <updated>2009-11-08T00:29:37Z</updated>
  <id>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/9362aa06bd5ec1aa/58c91f45f6418717?show_docid=58c91f45f6418717</id>
  <link href="http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/9362aa06bd5ec1aa/58c91f45f6418717?show_docid=58c91f45f6418717"/>
  <title type="text">Re: Running value but with a string</title>
  <summary type="html" xml:space="preserve">
  You narrow your solutions by writing in dialect; you increase their &lt;br&gt; scope, maintainability and robustness by sticking to Standards. &lt;br&gt; Having something that runs in only one release of one version of one &lt;br&gt; SQL is not a good thing. &lt;br&gt; But strong dialect code gives you job security. Even better, write &lt;br&gt; your code in an unsupported version that only you know.
  </summary>
  </entry>
  <entry>
  <author>
  <name>--CELKO--</name>
  <email>jcelko...@earthlink.net</email>
  </author>
  <updated>2009-11-08T00:10:56Z</updated>
  <id>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/9a08c14b014622fa/f4947f2b07f0d00b?show_docid=f4947f2b07f0d00b</id>
  <link href="http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/9a08c14b014622fa/f4947f2b07f0d00b?show_docid=f4947f2b07f0d00b"/>
  <title type="text">Re: Join query returns to many rows</title>
  <summary type="html" xml:space="preserve">
  There are two forms of the SELECT [ALL | DISTINCT]; the SELECT ALL &lt;br&gt; keeps duplicate rows and the SELECT DISTINCT removes redundant &lt;br&gt; duplicate rows, leaving one copy. SELECT by itself is a shorthand for &lt;br&gt; SELECT ALL. You will find these keywords used in other parts of SQL &lt;br&gt; for this sort of thing. &lt;br&gt; As a generalization, a SELECT DISTINCT is a symptom of a bad query
  </summary>
  </entry>
</feed>
