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

    <item>
      <title>Re: Need Help!</title>
      <pubDate>Fri, 25 Dec 2009 06:07:46 GMT</pubDate>
      <dc:creator>Santhosh</dc:creator>
      <link>http://tech.groups.yahoo.com/group/sqlcon/message/6536</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/sqlcon/message/6536</guid>
      <description>Check if SQL Server has access to that location or folder.  With :))s Santhosh Kumar S.J - MCITP ReadMe @ sqlspy.blogspot.com ReadMe @</description>
    </item>
    <item>
      <title>Re: Need Help!</title>
      <pubDate>Fri, 25 Dec 2009 05:13:20 GMT</pubDate>
      <dc:creator>rakesh kumar</dc:creator>
      <link>http://tech.groups.yahoo.com/group/sqlcon/message/6535</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/sqlcon/message/6535</guid>
      <description>Hi john, Check,whether your tempdb files r not in read only mode. if so then only  you will get access denied. other wise show me screenshot of actual error. </description>
    </item>
    <item>
      <title>Re: Need Help!</title>
      <pubDate>Mon, 21 Dec 2009 08:33:18 GMT</pubDate>
      <dc:creator>sunil john</dc:creator>
      <link>http://tech.groups.yahoo.com/group/sqlcon/message/6534</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/sqlcon/message/6534</guid>
      <description>Dear Manish, The procedure.. USE master ALTER DATABASE tempdb MODIFY FILE (NAME = tempdev, FILENAME = &#39;location\tempdb.mdf&#39;) ALTER DATABASE tempdb MODIFY FILE</description>
    </item>
    <item>
      <title>Re: Need Help!</title>
      <pubDate>Mon, 21 Dec 2009 05:48:53 GMT</pubDate>
      <dc:creator>sridhar muniyandi</dc:creator>
      <link>http://tech.groups.yahoo.com/group/sqlcon/message/6533</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/sqlcon/message/6533</guid>
      <description>Hi, Can you please make sure the SQL Services account has been added in the Local Admin Group... If its a cluster server, make sure the drive (which holding</description>
    </item>
    <item>
      <title>Re: Need Help!</title>
      <pubDate>Mon, 21 Dec 2009 05:18:59 GMT</pubDate>
      <dc:creator>Chandramohan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/sqlcon/message/6532</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/sqlcon/message/6532</guid>
      <description>Hi, Did u check in the event viewer. Why it is giving access denied. To check eventvwr: Start-&gt;run-&gt;eventvwr Thanks chandoo ... From: Manish Sharma</description>
    </item>
    <item>
      <title>Re: Need Help!</title>
      <pubDate>Mon, 21 Dec 2009 04:55:21 GMT</pubDate>
      <dc:creator>Manish Sharma</dc:creator>
      <link>http://tech.groups.yahoo.com/group/sqlcon/message/6531</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/sqlcon/message/6531</guid>
      <description>I tried, but same error. I think i need to start sql 2005 in single user mode. Any Idea? Thanks &amp; Regards Manish Sharma ________________________________ From:</description>
    </item>
    <item>
      <title>Need Help!</title>
      <pubDate>Sun, 20 Dec 2009 05:46:44 GMT</pubDate>
      <dc:creator>Manish Sharma</dc:creator>
      <link>http://tech.groups.yahoo.com/group/sqlcon/message/6530</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/sqlcon/message/6530</guid>
      <description>Hi, I moved temdb files to new place in sql 2005. But now when i tried to start services, i wont start, error &quot;Access Denied&quot;. Can anyone tell me how to start</description>
    </item>
    <item>
      <title>Re: Critical Help needed in attching a DB</title>
      <pubDate>Sun, 20 Dec 2009 05:20:01 GMT</pubDate>
      <dc:creator>Senthil Kumar T R</dc:creator>
      <link>http://tech.groups.yahoo.com/group/sqlcon/message/6529</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/sqlcon/message/6529</guid>
      <description>Thanks Santhosh and Harsh for your valuable inputs. We got this solved with ALTER DATABASE ...with ATTACH. We couldnt make use of sp_single_fileattach or GUI,</description>
    </item>
    <item>
      <title>Re: Critical Help needed in attching a DB</title>
      <pubDate>Fri, 18 Dec 2009 17:01:57 GMT</pubDate>
      <dc:creator>Santhosh</dc:creator>
      <link>http://tech.groups.yahoo.com/group/sqlcon/message/6528</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/sqlcon/message/6528</guid>
      <description>Hi, Try using sp_singlefileattachdb (pls check the syntax in BOL) or else in the GUI try to attach that with out ldf it will create a one but you might have</description>
    </item>
    <item>
      <title>Re: Critical Help needed in attching a DB</title>
      <pubDate>Fri, 18 Dec 2009 07:11:18 GMT</pubDate>
      <dc:creator>harsh kumar</dc:creator>
      <link>http://tech.groups.yahoo.com/group/sqlcon/message/6527</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/sqlcon/message/6527</guid>
      <description>Hi , You can create a manual one file as senthil.ldf and try to attached again thr script/UI, it will work, Please share your db attached script also . Thanks</description>
    </item>
    <item>
      <title>Critical Help needed in attching a DB</title>
      <pubDate>Fri, 18 Dec 2009 06:37:51 GMT</pubDate>
      <dc:creator>Senthil Kumar T R</dc:creator>
      <link>http://tech.groups.yahoo.com/group/sqlcon/message/6526</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/sqlcon/message/6526</guid>
      <description>We had a database called Senthil with Senthil.mdf, Senthil.ldf  and senthil1.ldf. We detached this databases from the server (Sql server 2008).  We then</description>
    </item>
    <item>
      <title>Re: QUESTION</title>
      <pubDate>Fri, 11 Dec 2009 15:14:33 GMT</pubDate>
      <dc:creator>sv_39</dc:creator>
      <link>http://tech.groups.yahoo.com/group/sqlcon/message/6525</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/sqlcon/message/6525</guid>
      <description>select @@servername as servername,getdate() as date</description>
    </item>
    <item>
      <title>Free Exclusive C# Session on Dec 13th in Hyderabad</title>
      <pubDate>Fri, 11 Dec 2009 13:24:24 GMT</pubDate>
      <dc:creator>mannethegreat</dc:creator>
      <link>http://tech.groups.yahoo.com/group/sqlcon/message/6524</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/sqlcon/message/6524</guid>
      <description>Hi Friends, C# Free Session is back in Hyderabad. Yes it is absolutely free and no registration fee. This is a weekend session which will be conducted on</description>
    </item>
    <item>
      <title>Re: Windows Login Issue in SQL Server 2005</title>
      <pubDate>Thu, 10 Dec 2009 17:22:23 GMT</pubDate>
      <dc:creator>vwangoo</dc:creator>
      <link>http://tech.groups.yahoo.com/group/sqlcon/message/6523</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/sqlcon/message/6523</guid>
      <description>Was this issue addressed ?</description>
    </item>
    <item>
      <title>Re: QUESTION</title>
      <pubDate>Mon, 30 Nov 2009 20:14:21 GMT</pubDate>
      <dc:creator>Ashish</dc:creator>
      <link>http://tech.groups.yahoo.com/group/sqlcon/message/6522</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/sqlcon/message/6522</guid>
      <description>convert(varchar(20),dateTimeColumn,101) 101=&gt;Refer Books online or the following link: http://msdn.microsoft.com/en-us/library/ms187928.aspx regards pAshish </description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Tue Jan  5 21:51:19 PST 2010 -->
