<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>microsoft.public.sqlserver.programming Google Group</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.programming</link>
  <description>Microsoft SQL Server newsgroup.</description>
  <language>en</language>
  <item>
  <title>Question on Triggers</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/888f406027751ec3/a3716d1f4ec5d0b6?show_docid=a3716d1f4ec5d0b6</link>
  <description>
  I’m running SQL2008. &lt;br&gt; I am trying to work out a soluition to a security problem. I have simplified &lt;br&gt; my query to find out if it is possible and a simple example &lt;br&gt; There are two databases ( DB1 and DB2 ) &lt;br&gt; DB1 has a table called TB1 and a field (Varchar) called ‘Status’ &lt;br&gt; DB2 has a table called TB2 and a stored procedure called SP1. SP1 accepts a
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/888f406027751ec3/a3716d1f4ec5d0b6?show_docid=a3716d1f4ec5d0b6</guid>
  <author>
  peternew...@discussions.microsoft.com
  (Peter Newman)
  </author>
  <pubDate>Thu, 26 Nov 2009 19:09:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: Data Type</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/e331fb1d70675a43/fa8a26712a09616a?show_docid=fa8a26712a09616a</link>
  <description>
  Yes, on SQL Server 2008 using the new spatial data types is another option: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://msdn.microsoft.com/en-us/library/bb933802.aspx&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://msdn.microsoft.com/en-us/library/bb933876.aspx&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; The related methods make manipulation really easy.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/e331fb1d70675a43/fa8a26712a09616a?show_docid=fa8a26712a09616a</guid>
  <author>
  pla...@sqlstudio.com
  (Plamen Ratchev)
  </author>
  <pubDate>Thu, 26 Nov 2009 19:05:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: Localized Tables</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/95fdfbe552f1e0a2/a8a93833ec9756e8?show_docid=a8a93833ec9756e8</link>
  <description>
  Ooops I didn&#39;t notice that Celko went in this topic and fight &lt;br&gt; started. :-) &lt;br&gt; As far as I know the culture code is composed of two parts: &lt;br&gt; language-COUNTRY &lt;br&gt; A few examples: &lt;br&gt; pt: Portuguese &lt;br&gt; pt-PT: Portuguese-Portugal &lt;br&gt; pt-BR: Portuguese-Brazil &lt;br&gt; en: English &lt;br&gt; en-GB: English-Great Britain &lt;br&gt; en-US: English-United States
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/95fdfbe552f1e0a2/a8a93833ec9756e8?show_docid=a8a93833ec9756e8</guid>
  <author>
  mdmo...@gmail.com
  (shapper)
  </author>
  <pubDate>Thu, 26 Nov 2009 18:46:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: Data Type</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/e331fb1d70675a43/df95923e1e56e2d9?show_docid=df95923e1e56e2d9</link>
  <description>
  Thank You. &lt;br&gt; I was undecided between real and float. &lt;br&gt; Then I was also reading something about spacial values in SQL 2008 and &lt;br&gt; I was getting a little bit confused. &lt;br&gt; Thanks, &lt;br&gt; Miguel
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/e331fb1d70675a43/df95923e1e56e2d9?show_docid=df95923e1e56e2d9</guid>
  <author>
  mdmo...@gmail.com
  (shapper)
  </author>
  <pubDate>Thu, 26 Nov 2009 18:33:22 UT
</pubDate>
  </item>
  <item>
  <title>Country &gt; Region</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/ca658af9d0a9786a/f1c065cf68cfbaf3?show_docid=f1c065cf68cfbaf3</link>
  <description>
  Hello, &lt;br&gt; On a database I have two tables: &lt;br&gt; Countries and Regions. For each Country I have one or many regions. &lt;br&gt; Then I have another table, Centers, where I need to define its &lt;br&gt; location. &lt;br&gt; I suppose I need only RegionId in this table correct? &lt;br&gt; By defining the Region of the Center I can lookup in which country is
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/ca658af9d0a9786a/f1c065cf68cfbaf3?show_docid=f1c065cf68cfbaf3</guid>
  <author>
  mdmo...@gmail.com
  (shapper)
  </author>
  <pubDate>Thu, 26 Nov 2009 18:23:38 UT
</pubDate>
  </item>
  <item>
  <title>Re: Data Type</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/e331fb1d70675a43/a7db37a6818acb2a?show_docid=a7db37a6818acb2a</link>
  <description>
  The FLOAT data type is a good choice.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/e331fb1d70675a43/a7db37a6818acb2a?show_docid=a7db37a6818acb2a</guid>
  <author>
  pla...@sqlstudio.com
  (Plamen Ratchev)
  </author>
  <pubDate>Thu, 26 Nov 2009 18:22:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: 2005 - Integer may not be NULL but is</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/fac0d3a017a47162/9b3ca76854d7d8e3?show_docid=9b3ca76854d7d8e3</link>
  <description>
  Rich, &lt;br&gt; I don&#39;t know if your question is still relevant, but I would like to &lt;br&gt; point out the fact that default values are only used if the column is &lt;br&gt; omitted from the INSERT statement, or when the keyword DEFAULT is used &lt;br&gt; as value. &lt;br&gt; So for example if you insert a row in your table and do not specify &lt;br&gt; colum &amp;quot;container&amp;quot;, then the default will kick in, which in this case
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/fac0d3a017a47162/9b3ca76854d7d8e3?show_docid=9b3ca76854d7d8e3</guid>
  <author>
  sorrytoomuchspamalre...@xs4all.nl
  (Gert-Jan Strik)
  </author>
  <pubDate>Thu, 26 Nov 2009 18:14:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: Interview question...</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/49046188c32d950a/42b4a46192e2ac2e?show_docid=42b4a46192e2ac2e</link>
  <description>
  I agree... sometimes just hearing the questions someone would ask to get &lt;br&gt; more information can be as revealing as whether they can just spout off an &lt;br&gt; answer. I use this scenario in my classes quite a bit, in the sections on &lt;br&gt; tuning. I&#39;ll either describe or demo an unexpected behavior, and then ask &lt;br&gt; the class how they might go about tracking down what the cause is. I ask
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/49046188c32d950a/42b4a46192e2ac2e?show_docid=42b4a46192e2ac2e</guid>
  <author>
  please_reply_on_newsgro...@domain.com
  (Kalen Delaney)
  </author>
  <pubDate>Thu, 26 Nov 2009 18:01:52 UT
</pubDate>
  </item>
  <item>
  <title>Data Type</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/e331fb1d70675a43/1f283b57f62c3361?show_docid=1f283b57f62c3361</link>
  <description>
  Hello, &lt;br&gt; I am saving latitude and longitude values on a database for use with &lt;br&gt; Google Maps. For example: &lt;br&gt; Latitude = 44.797916 &lt;br&gt; Longitude = -93.278046 &lt;br&gt; What SQL data type should I use to hold these values? &lt;br&gt; Thanks, &lt;br&gt; Miguel
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/e331fb1d70675a43/1f283b57f62c3361?show_docid=1f283b57f62c3361</guid>
  <author>
  mdmo...@gmail.com
  (shapper)
  </author>
  <pubDate>Thu, 26 Nov 2009 18:02:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: CONTEXT_INFO - any plans for future deprecation?</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/44e55144c5254d3c/3764c7efbb139edc?show_docid=3764c7efbb139edc</link>
  <description>
  Many thanks. &lt;br&gt; James
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/44e55144c5254d3c/3764c7efbb139edc?show_docid=3764c7efbb139edc</guid>
  <author>
  jamesdbi...@yahoo.co.uk
  (JimLad)
  </author>
  <pubDate>Thu, 26 Nov 2009 17:38:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: Interview question...</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/49046188c32d950a/2d8c6c19a71de3ba?show_docid=2d8c6c19a71de3ba</link>
  <description>
  I think the second question is a valid one if the interviewer doesn&#39;t expect &lt;br&gt; a right or wrong answer. Open-ended questions may be used to gain a better &lt;br&gt; understanding of a candidate&#39;s troubleshooting skills in real-life &lt;br&gt; situations. In response to the second question question, I would like to &lt;br&gt; see an interviewee ask for more information about the circumstances
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/49046188c32d950a/2d8c6c19a71de3ba?show_docid=2d8c6c19a71de3ba</guid>
  <author>
  guzma...@nospam-online.sbcglobal.net
  (Dan Guzman)
  </author>
  <pubDate>Thu, 26 Nov 2009 17:33:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: Facturation et nouveau site web</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/d2158d9f8419fe88/b007397b704f34fa?show_docid=b007397b704f34fa</link>
  <description>
  Sorry, wrong address, please discard the previous message. Too many windows &lt;br&gt; open.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/d2158d9f8419fe88/b007397b704f34fa?show_docid=b007397b704f34fa</guid>
  <author>
  sylvainlafontaine2...@yahoo.ca
  (Sylvain Lafontaine)
  </author>
  <pubDate>Thu, 26 Nov 2009 17:31:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: Unable to insert record in table</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/e8b65ceb5da77243/2c8012dd19eb19ee?show_docid=2c8012dd19eb19ee</link>
  <description>
  Well I&#39;m not an Excel MVP so what I don&#39;t know about VBA is a lot :-) &lt;br&gt; Are you using ADO within the VBA code? It has the nasty behavior of opening &lt;br&gt; an additional connection under the covers when the current one is busy. I &lt;br&gt; recommended that SELECT results be consumed entirely to avoid a subsequent &lt;br&gt; command that uses the same ADO database connection from opening another
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/e8b65ceb5da77243/2c8012dd19eb19ee?show_docid=2c8012dd19eb19ee</guid>
  <author>
  guzma...@nospam-online.sbcglobal.net
  (Dan Guzman)
  </author>
  <pubDate>Thu, 26 Nov 2009 17:11:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: Interview question...</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/49046188c32d950a/82702a8066c86e25?show_docid=82702a8066c86e25</link>
  <description>
  The server was busy? It was getting some of the data from another server and &lt;br&gt; the link was congested? &lt;br&gt; Andrew
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/49046188c32d950a/82702a8066c86e25?show_docid=82702a8066c86e25</guid>
  <author>
  a...@in-press.co.uk.invalid
  (Andrew Morton)
  </author>
  <pubDate>Thu, 26 Nov 2009 16:58:59 UT
</pubDate>
  </item>
  <item>
  <title>Re: Interview question...</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/49046188c32d950a/848fd6d7f38f64bd?show_docid=848fd6d7f38f64bd</link>
  <description>
  Hi Erland, &lt;br&gt; Thanks for the response. &lt;br&gt; I think they meant that the data hadn&#39;t changed and neither had the &lt;br&gt; query. &lt;br&gt; My first thought was that perhaps there is a time limit on the caching &lt;br&gt; of data and that it had expired. &lt;br&gt; But that probably still wouldn&#39;t explain why the query timing on the &lt;br&gt; 3rd run was worse than the original query.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.programming/browse_thread/thread/49046188c32d950a/848fd6d7f38f64bd?show_docid=848fd6d7f38f64bd</guid>
  <author>
  francis.mo...@gmail.com
  (Frank)
  </author>
  <pubDate>Thu, 26 Nov 2009 16:14:03 UT
</pubDate>
  </item>
  </channel>
</rss>
