<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>SQLQueriesNoCode at Yahoo! Groups</title>
    <link>http://groups.yahoo.com/group/SQLQueriesNoCode/</link>
    <description>SQLQueriesNoCode</description>

    <item>
      <title>Re: Any gotchas with heirarchyIDs in SQL Server 2012 or 2012 Express</title>
      <pubDate>Wed, 15 May 2013 23:38:01 GMT</pubDate>
      <dc:creator>Paul Livengood</dc:creator>
      <link>http://groups.yahoo.com/group/SQLQueriesNoCode/message/4869</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/SQLQueriesNoCode/message/4869</guid>
      <description>I have used this in 1 project I did.  I didn&#39;t need to, but I wanted to see how it worked.  I did not notice any major issues with it, but external</description>
    </item>
    <item>
      <title>Any gotchas with heirarchyIDs in SQL Server 2012 or 2012 Express?</title>
      <pubDate>Wed, 15 May 2013 16:05:24 GMT</pubDate>
      <dc:creator>Charles Carroll</dc:creator>
      <link>http://groups.yahoo.com/group/SQLQueriesNoCode/message/4868</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/SQLQueriesNoCode/message/4868</guid>
      <description>http://technet.microsoft.com/en-us/library/bb677173.aspx We are about to use these on a project and I know sometimes MS releases a feature that sounds</description>
    </item>
    <item>
      <title>using sqllocaldb in win7</title>
      <pubDate>Thu, 18 Apr 2013 01:14:52 GMT</pubDate>
      <dc:creator>zhangzsdreamy</dc:creator>
      <link>http://groups.yahoo.com/group/SQLQueriesNoCode/message/4867</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/SQLQueriesNoCode/message/4867</guid>
      <description>Hi allI am using tool SQLlocalDB.exe with SQL 2012 Server Express in Win7. I want to get the returned information after run &quot;SQLlocalDB info &#39;mydbinstance&#39;</description>
    </item>
    <item>
      <title>Join Condition</title>
      <pubDate>Wed, 17 Apr 2013 13:51:01 GMT</pubDate>
      <dc:creator>Surya A. Saputra</dc:creator>
      <link>http://groups.yahoo.com/group/SQLQueriesNoCode/message/4866</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/SQLQueriesNoCode/message/4866</guid>
      <description>Dear all, Could anyone explain to me what is the different condition after join statement or after Where statement, sample : ParentID 1 2 3 4 ChildID    -</description>
    </item>
    <item>
      <title>Re: SQL Server 2012 - Column value -1 or 0</title>
      <pubDate>Fri, 22 Mar 2013 21:41:26 GMT</pubDate>
      <dc:creator>Mark E</dc:creator>
      <link>http://groups.yahoo.com/group/SQLQueriesNoCode/message/4865</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/SQLQueriesNoCode/message/4865</guid>
      <description>Boolean values in SQL server are 0 for false and 1 for true.  You can convert your values to match and then convert the field to the data type of boolean. </description>
    </item>
    <item>
      <title>Re: SQL Server - &#39;Date&#39; is not a recognized built-in function name.</title>
      <pubDate>Fri, 22 Mar 2013 20:08:38 GMT</pubDate>
      <dc:creator>MBDEV - DB</dc:creator>
      <link>http://groups.yahoo.com/group/SQLQueriesNoCode/message/4864</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/SQLQueriesNoCode/message/4864</guid>
      <description>Hi, I ended up with this: SELECT        MAX(dbo.TITLOC.TitleLocID) AS MaxOfTitleLocID, dbo.TITLES.TitleID, dbo.TITLES.CustLName, dbo.TITLES.CustFName,</description>
    </item>
    <item>
      <title>SQL Server 2012 - Column value -1 or 0</title>
      <pubDate>Fri, 22 Mar 2013 20:06:27 GMT</pubDate>
      <dc:creator>MBDEV - DB</dc:creator>
      <link>http://groups.yahoo.com/group/SQLQueriesNoCode/message/4863</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/SQLQueriesNoCode/message/4863</guid>
      <description>Hi Guys, If you look at the Having statement in the query below it has: HAVING (dbo.TITLES.Check1 = - 1) &lt;- notice the space between - sign and 1. I have tried</description>
    </item>
    <item>
      <title>Re: SQL Server - &#39;Date&#39; is not a recognized built-in function name.</title>
      <pubDate>Fri, 22 Mar 2013 00:47:51 GMT</pubDate>
      <dc:creator>Mark E</dc:creator>
      <link>http://groups.yahoo.com/group/SQLQueriesNoCode/message/4862</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/SQLQueriesNoCode/message/4862</guid>
      <description>Change date() to getdate() Also, look up the datediff function as that may be a better way to do it. Mark ________________________________ From: MBDEV - DB</description>
    </item>
    <item>
      <title>SQL Server - &#39;Date&#39; is not a recognized built-in function name.</title>
      <pubDate>Fri, 22 Mar 2013 00:13:40 GMT</pubDate>
      <dc:creator>MBDEV - DB</dc:creator>
      <link>http://groups.yahoo.com/group/SQLQueriesNoCode/message/4861</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/SQLQueriesNoCode/message/4861</guid>
      <description>I am not sure how to format the last part of this query which comes from Access.: SELECT Max(TITLOC.TitleLocID) AS MaxOfTitleLocID, TITLES.TitleID, </description>
    </item>
    <item>
      <title>Re: Stored Procedure very slow.. take a lot more time than normal to</title>
      <pubDate>Wed, 13 Mar 2013 17:33:05 GMT</pubDate>
      <dc:creator>Charles Carroll</dc:creator>
      <link>http://groups.yahoo.com/group/SQLQueriesNoCode/message/4860</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/SQLQueriesNoCode/message/4860</guid>
      <description>Basically show us the SP. Inserts are slow depending on whether you are &quot;over indexed&quot; or have clustered indexes and on which field. I use a stored prodecure</description>
    </item>
    <item>
      <title>Re: Stored Procedure very slow.. take a lot more time than normal to</title>
      <pubDate>Wed, 13 Mar 2013 16:46:54 GMT</pubDate>
      <dc:creator>T p</dc:creator>
      <link>http://groups.yahoo.com/group/SQLQueriesNoCode/message/4859</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/SQLQueriesNoCode/message/4859</guid>
      <description>I would try to print getdate() on each of my &quot;checkpoints&quot; print getdate() update table x print getdate() if you cannot run the sp manually (to see the print)</description>
    </item>
    <item>
      <title>Stored Procedure very slow.. take a lot more time than normal to com</title>
      <pubDate>Wed, 13 Mar 2013 16:19:18 GMT</pubDate>
      <dc:creator>MBDEV - DB</dc:creator>
      <link>http://groups.yahoo.com/group/SQLQueriesNoCode/message/4858</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/SQLQueriesNoCode/message/4858</guid>
      <description>Hi, I have a stored procedure that updates tables in multiple databases. It used to run in minutes and now the client says it is taking 40 minutes to complete.</description>
    </item>
    <item>
      <title>Access to SQL Server queries - Solved</title>
      <pubDate>Wed, 13 Mar 2013 10:59:23 GMT</pubDate>
      <dc:creator>MBDEV - DB</dc:creator>
      <link>http://groups.yahoo.com/group/SQLQueriesNoCode/message/4857</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/SQLQueriesNoCode/message/4857</guid>
      <description>Okay, Ended up with this to try to get rid of the error: The ORDER BY clause is invalid in views, inline functions, derived tables, subqueries, and common</description>
    </item>
    <item>
      <title>Re: Access to SQL Server queires</title>
      <pubDate>Wed, 13 Mar 2013 10:07:26 GMT</pubDate>
      <dc:creator>Charles Carroll</dc:creator>
      <link>http://groups.yahoo.com/group/SQLQueriesNoCode/message/4856</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/SQLQueriesNoCode/message/4856</guid>
      <description>Because the groups have different audiences ideally the solution will be posted to both by Mike once he gets an answer. This group is the best home for Query</description>
    </item>
    <item>
      <title>Re: Access to SQL Server queires</title>
      <pubDate>Wed, 13 Mar 2013 08:05:47 GMT</pubDate>
      <dc:creator>John Warner</dc:creator>
      <link>http://groups.yahoo.com/group/SQLQueriesNoCode/message/4855</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/SQLQueriesNoCode/message/4855</guid>
      <description>How many groups are you cross posting this to? Which group do you prefer we answer in? John Warner ... From: SQLQueriesNoCode@yahoogroups.com </description>
    </item>

  </channel>
</rss>
<!-- rss1.grp.bf1.yahoo.com uncompressed Tue May 21 15:00:56 PDT 2013 -->
