<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>microsoft.public.sqlserver.server Google Group</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.server</link>
  <description></description>
  <language>en</language>
  <item>
  <title>Re: Dynamic Search Stored Procedure *corrected post*</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/a3288b3bbb6a73d1/ffba19206388e470?show_docid=ffba19206388e470</link>
  <description>
  SELECT &lt;br&gt; * &lt;br&gt; FROM &lt;br&gt; quoteheader &lt;br&gt; LEFT JOIN quotedetail ON QuoteHeader.QuoteID = &lt;br&gt; QuoteDetail.QuoteID &lt;br&gt; AND COALESCE(QuoteDetail.PartNo, 0) = &lt;br&gt; COALESCE(@PartNo, QuoteDetail.PartNo, 0) &lt;br&gt; ...might also help you if you want all parts when the @PartNumber is &lt;br&gt; NULL or the PartNo is Null.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/a3288b3bbb6a73d1/ffba19206388e470?show_docid=ffba19206388e470</guid>
  <author>
  eisa...@gmail.com
  (Eric Isaacs)
  </author>
  <pubDate>Thu, 24 Jul 2008 21:38:28 UT
</pubDate>
  </item>
  <item>
  <title>Mirroring to mulitple servers</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/ae808f16e186ce66/0779378e22cb29b3?show_docid=0779378e22cb29b3</link>
  <description>
  Is it possible to use database mirroring in SQL 2005 to mirror from one &lt;br&gt; source server to multiple servers? &lt;br&gt; Thanks, Sarah.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/ae808f16e186ce66/0779378e22cb29b3?show_docid=0779378e22cb29b3</guid>
  <author>
  sday0...@hotmail.com
  (Sarah Day)
  </author>
  <pubDate>Thu, 24 Jul 2008 21:31:22 UT
</pubDate>
  </item>
  <item>
  <title>RE: What is the problem for this solution?</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/9023c003bc4b6a16/c52e461dc9ac540c?show_docid=c52e461dc9ac540c</link>
  <description>
  Jordan: &lt;br&gt; Have you checked the status of the database data and log files? Are they set &lt;br&gt; to autogrow? have you done transaction log backups recently to keep them &lt;br&gt; under control? &lt;br&gt; Is your disk drive full? &lt;br&gt; Aaron B is right, we need more info to go on.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/9023c003bc4b6a16/c52e461dc9ac540c?show_docid=c52e461dc9ac540c</guid>
  <author>
  to...@discussions.microsoft.com
  (Todd C)
  </author>
  <pubDate>Thu, 24 Jul 2008 20:14:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: time token leading zeros</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/4b13592a9d029cd8/6f0b429399bc7aea?show_docid=6f0b429399bc7aea</link>
  <description>
  A little simpler: &lt;br&gt; SET @sql = N&#39;backup database aDB &lt;br&gt; to disk = &#39;&#39;C:\aDB_backup_$(ESCAPE_NONE( DATE))_&#39; &lt;br&gt; + RIGHT(&#39;0$(ESCAPE_NONE(TIME))&#39;, 6) + &#39;.bak&#39;&#39;;&#39;; &lt;br&gt; (The reason you have to use dynamic SQL, btw, is that you can&#39;t construct &lt;br&gt; the file name for the backup command in one step.) &lt;br&gt; On 7/24/08 3:56 PM, in article C4AE56C9.D5AC%ten....@dnartreb .noraa, &amp;quot;Aaron
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/4b13592a9d029cd8/6f0b429399bc7aea?show_docid=6f0b429399bc7aea</guid>
  <author>
  ten....@dnartreb.noraa
  (Aaron Bertrand [SQL Server MVP])
  </author>
  <pubDate>Thu, 24 Jul 2008 20:06:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: time token leading zeros</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/4b13592a9d029cd8/1ceda262e2750c58?show_docid=1ceda262e2750c58</link>
  <description>
  Yes. Making us guess can never be better. &lt;br&gt; Maybe you could try something like this: &lt;br&gt; DECLARE @sql NVARCHAR(1024); &lt;br&gt; SET @sql = N&#39;backup database aDB to disk = &lt;br&gt; &#39;&#39;C:\aDB_backup_$(ESCAPE_NONE( DATE))_&#39; + RIGHT(&#39;0&#39; + &#39;$(ESCAPE_NONE(TIME))&#39;, &lt;br&gt; 6) + &#39;.bak&#39;&#39;;&#39;; &lt;br&gt; EXEC(@sql);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/4b13592a9d029cd8/1ceda262e2750c58?show_docid=1ceda262e2750c58</guid>
  <author>
  ten....@dnartreb.noraa
  (Aaron Bertrand [SQL Server MVP])
  </author>
  <pubDate>Thu, 24 Jul 2008 19:56:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: KILLED/ROLLBACK WAITYPE OLEDB</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/171c4895bde2b707/8e42a48e3bf47dfb?show_docid=8e42a48e3bf47dfb</link>
  <description>
  Hello Russell, &lt;br&gt; Thank your Response, Well I need to schedule the restart de service the &lt;br&gt; next Week, due at the beginning of the weekend we have a much more activity &lt;br&gt; than the beginning of the week. &lt;br&gt; Thank you again, Best Regards.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/171c4895bde2b707/8e42a48e3bf47dfb?show_docid=8e42a48e3bf47dfb</guid>
  <author>
  mchuc7...@discussions.microsoft.com
  (mchuc7719)
  </author>
  <pubDate>Thu, 24 Jul 2008 19:32:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: time token leading zeros</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/4b13592a9d029cd8/7c32485e091817e0?show_docid=7c32485e091817e0</link>
  <description>
  On Jul 24, 3:21 pm, &amp;quot;Aaron Bertrand [SQL Server MVP]&amp;quot; &lt;br&gt; I should have specified exactly what I am trying to do. &lt;br&gt; I am running a backup job. Here&#39;s the command. &lt;br&gt; backup database aDB &lt;br&gt; to disk = &#39;C:\aDB_backup_$(ESCAPE_NONE(D ATE))_$ &lt;br&gt; (ESCAPE_NONE(TIME)).bak&#39; &lt;br&gt; I seek for the time to show up as 6 digits, keeping the leading
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/4b13592a9d029cd8/7c32485e091817e0?show_docid=7c32485e091817e0</guid>
  <author>
  johollo...@gmail.com
  (JOH)
  </author>
  <pubDate>Thu, 24 Jul 2008 19:32:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: KILLED/ROLLBACK WAITYPE OLEDB</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/171c4895bde2b707/57d52e8216a7abc4?show_docid=57d52e8216a7abc4</link>
  <description>
  you are not alone with this case &lt;br&gt; I have seen this behaviour so many times with linked servers &lt;br&gt; Somebody summarize the case here &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=187192&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; regards &lt;br&gt; Med Bouchenafa
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/171c4895bde2b707/57d52e8216a7abc4?show_docid=57d52e8216a7abc4</guid>
  <author>
  com.hotm...@bouchenafa
  (Med Bouchenafa)
  </author>
  <pubDate>Thu, 24 Jul 2008 19:30:55 UT
</pubDate>
  </item>
  <item>
  <title>Re: Changing Named Instance to Default</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/4def66ff61b4a3ff/d3f31da7b742f4bb?show_docid=d3f31da7b742f4bb</link>
  <description>
  sorry .. forgot to say this is a SQL 2005 server ...
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/4def66ff61b4a3ff/d3f31da7b742f4bb?show_docid=d3f31da7b742f4bb</guid>
  <author>
  l...@tiredofspam.com
  (Liz)
  </author>
  <pubDate>Thu, 24 Jul 2008 19:23:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: time token leading zeros</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/4b13592a9d029cd8/3b47ed1abafe80a3?show_docid=3b47ed1abafe80a3</link>
  <description>
  In Agent I think you can just change your code this way: &lt;br&gt; RIGHT(&#39;0&#39; + $(ESCAPE_NONE(TIME)), 6) &lt;br&gt; On 7/24/08 2:56 PM, in article &lt;br&gt; e041f542-69d7-4d77-b944-d0fabb be2...@p31g2000prf.googlegroup s.com, &amp;quot;JOH&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/4b13592a9d029cd8/3b47ed1abafe80a3?show_docid=3b47ed1abafe80a3</guid>
  <author>
  ten....@dnartreb.noraa
  (Aaron Bertrand [SQL Server MVP])
  </author>
  <pubDate>Thu, 24 Jul 2008 19:21:29 UT
</pubDate>
  </item>
  <item>
  <title>Re: Transaction Log and Rollback</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/83347deb5bc13fdf/412ba07f46fe4daa?show_docid=412ba07f46fe4daa</link>
  <description>
  Uri- &lt;br&gt; Thank you for this information, though I am unclear about this point: &lt;br&gt; If that&#39;s the case, then I would expect the used transaction log space to &lt;br&gt; increase. In fact, while our cancelled transaction was rolling back, I was &lt;br&gt; running dbcc sqlperf (logspace) and the percent of log space used was &lt;br&gt; constant throughout the last 4 hours of the rollback (about 20%). When the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/83347deb5bc13fdf/412ba07f46fe4daa?show_docid=412ba07f46fe4daa</guid>
  <author>
  e...@discussions.microsoft.com
  (ELS)
  </author>
  <pubDate>Thu, 24 Jul 2008 19:15:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: time token leading zeros</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/4b13592a9d029cd8/c20215a070ae42bc?show_docid=c20215a070ae42bc</link>
  <description>
  On Jul 24, 3:07 pm, &amp;quot;Aaron Bertrand [SQL Server MVP]&amp;quot; &lt;br&gt; I should have said that this is for a job step.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/4b13592a9d029cd8/c20215a070ae42bc?show_docid=c20215a070ae42bc</guid>
  <author>
  johollo...@gmail.com
  (JOH)
  </author>
  <pubDate>Thu, 24 Jul 2008 19:13:10 UT
</pubDate>
  </item>
  <item>
  <title>Changing Named Instance to Default</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/4def66ff61b4a3ff/a11dd8ade27f0c46?show_docid=a11dd8ade27f0c46</link>
  <description>
  It would really be helpful if I could change a named SQL Server instance to &lt;br&gt; a default instance; can I do this? how? &lt;br&gt; TIA
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/4def66ff61b4a3ff/a11dd8ade27f0c46?show_docid=a11dd8ade27f0c46</guid>
  <author>
  l...@tiredofspam.com
  (Liz)
  </author>
  <pubDate>Thu, 24 Jul 2008 19:10:20 UT
</pubDate>
  </item>
  <item>
  <title>Re: time token leading zeros</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/4b13592a9d029cd8/2fae23c50cfca7f3?show_docid=2fae23c50cfca7f3</link>
  <description>
  Is TIME a variable you defined using SETVAR? Are you trying to format &lt;br&gt; output in Management Studio using SQLCMD mode, or is this something you are &lt;br&gt; doing in Agent, or PowerShell, or ... ? For SQLCMD mode, one way would be: &lt;br&gt; SELECT CONVERT(CHAR(8), CONVERT(SMALLDATETIME, $(ESCAPE_NONE(TIME))), 108); &lt;br&gt; I haven&#39;t used this syntax in Agent directly, but presumably you could do
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/4b13592a9d029cd8/2fae23c50cfca7f3?show_docid=2fae23c50cfca7f3</guid>
  <author>
  ten....@dnartreb.noraa
  (Aaron Bertrand [SQL Server MVP])
  </author>
  <pubDate>Thu, 24 Jul 2008 19:07:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: KILLED/ROLLBACK WAITYPE OLEDB</title>
  <link>http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/171c4895bde2b707/eb78ba0435396998?show_docid=eb78ba0435396998</link>
  <description>
  Well, if this has been in KILLED/ROLLBACK for 8 days, even after your &lt;br&gt; restart of the server to which you are linked, it seems that you are left &lt;br&gt; with one option. To shutdown and restart your SQL Server. &lt;br&gt; I have had to do this a few times, and never have had corruption. (That I &lt;br&gt; know of.) It has been some years since my last run-in.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.sqlserver.server/browse_thread/thread/171c4895bde2b707/eb78ba0435396998?show_docid=eb78ba0435396998</guid>
  <author>
  russellfie...@nomail.com
  (Russell Fields)
  </author>
  <pubDate>Thu, 24 Jul 2008 18:59:49 UT
</pubDate>
  </item>
  </channel>
</rss>
