Go Back   TechArena Community > Technical Support > Computer Help > Windows Server > Small Business Server
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , ,

Sponsored Links



wsus templog.ldf size growing and growing

Small Business Server


Reply
 
Thread Tools Search this Thread
  #1  
Old 09-06-2009
Joe#2
 
Posts: n/a
wsus templog.ldf size growing and growing

One of my SBS2003R2 premiun installs has the ongoing problem of the WSUS
templog.ldf file growing until it fills the disk.

I know that just stopping then restarting the service shrinks it down. I
also know the fix is setting the MSSQL/WSUS backup to simple is the fix.
However I can not find the place to set it to simple! When I open MSSQL 2005
I can not fine the WSUS service listed.

I have searched all over but have not yet found the answere to the "how to".

My SQL experience is limited, would someone please point me in the right
direction?
Reply With Quote
  #2  
Old 09-06-2009
Russ - www.SBITS.Biz
 
Posts: n/a
Re: wsus templog.ldf size growing and growing

Are you talking about the memory usage?
If so put in \\.\pipe\mssql$microsoft##ssee\sql\query

If it's the Database Move try this link
http://www.netmavens.net/HowTo/WSUS/MoveWSUSMSDE.htm

If something else please be more specific
Thanks
Russ

--
Russell Grover - SBITS.Biz
Microsoft Gold Certified Partner
Microsoft Certified Small Business Specialist
World Wide 24hr SBS Remote Support - http://www.SBSrepair.com
Microsoft Online Services - http://www.microsoft-online-services.com/



"Joe#2" <Joe2@discussions.microsoft.com> wrote in message
news:B6AEAE26-2356-466C-A70A-BCCF30872DF4@microsoft.com...
> One of my SBS2003R2 premiun installs has the ongoing problem of the WSUS
> templog.ldf file growing until it fills the disk.
>
> I know that just stopping then restarting the service shrinks it down. I
> also know the fix is setting the MSSQL/WSUS backup to simple is the fix.
> However I can not find the place to set it to simple! When I open MSSQL
> 2005
> I can not fine the WSUS service listed.
>
> I have searched all over but have not yet found the answere to the "how
> to".
>
> My SQL experience is limited, would someone please point me in the right
> direction?


Reply With Quote
  #3  
Old 09-06-2009
Joe#2
 
Posts: n/a
Re: wsus templog.ldf size growing and growing

Hum, I don't know how to be more specific.

It is the templog.ldf file created by WSUS. It will apparently grow forever.
the short-term solution is to restart the MSSQL wsus service. The longterm
fix acording to all I have read is to set the backup recovery model from full
to simple on the WSUS data base in SQL. The only trouble is I cant find the
WSUS database in SQL2005. I can find noplace on the server that I can make
this change.

"Russ - www.SBITS.Biz" wrote:

> Are you talking about the memory usage?
> If so put in \\.\pipe\mssql$microsoft##ssee\sql\query
>
> If it's the Database Move try this link
> http://www.netmavens.net/HowTo/WSUS/MoveWSUSMSDE.htm
>
> If something else please be more specific
> Thanks
> Russ
>
> --
> Russell Grover - SBITS.Biz
> Microsoft Gold Certified Partner
> Microsoft Certified Small Business Specialist
> World Wide 24hr SBS Remote Support - http://www.SBSrepair.com
> Microsoft Online Services - http://www.microsoft-online-services.com/
>
>
>
> "Joe#2" <Joe2@discussions.microsoft.com> wrote in message
> news:B6AEAE26-2356-466C-A70A-BCCF30872DF4@microsoft.com...
> > One of my SBS2003R2 premiun installs has the ongoing problem of the WSUS
> > templog.ldf file growing until it fills the disk.
> >
> > I know that just stopping then restarting the service shrinks it down. I
> > also know the fix is setting the MSSQL/WSUS backup to simple is the fix.
> > However I can not find the place to set it to simple! When I open MSSQL
> > 2005
> > I can not fine the WSUS service listed.
> >
> > I have searched all over but have not yet found the answere to the "how
> > to".
> >
> > My SQL experience is limited, would someone please point me in the right
> > direction?

>

Reply With Quote
  #4  
Old 09-06-2009
Duncan McC
 
Posts: n/a
Re: wsus templog.ldf size growing and growing

Mate, you've been given the info...

In SQL Server management console, open the WSUS database - put this in
to do it (quoting below here, I hope Russ spelt it out correctly :) ...

\\.\pipe\mssql$microsoft##ssee\sql\query

yep, he did :)

*That* opens the WSUS database.

I think you can now find the rest :)

.... drill into Databases, right click SUSDB and select Properties, click
Options (I bet the Recovery Model is already set to Simple).

--
Duncan

In article <E7F2C647-745E-4CC6-A341-DCD65C34C363@microsoft.com>, Joe2
@discussions.microsoft.com says...
> Hum, I don't know how to be more specific.
>
> It is the templog.ldf file created by WSUS. It will apparently grow forever.
> the short-term solution is to restart the MSSQL wsus service. The longterm
> fix acording to all I have read is to set the backup recovery model from full
> to simple on the WSUS data base in SQL. The only trouble is I cant find the
> WSUS database in SQL2005. I can find noplace on the server that I can make
> this change.
>
> "Russ - www.SBITS.Biz" wrote:
>
> > Are you talking about the memory usage?
> > If so put in \\.\pipe\mssql$microsoft##ssee\sql\query
> >
> > If it's the Database Move try this link
> > http://www.netmavens.net/HowTo/WSUS/MoveWSUSMSDE.htm
> >
> > If something else please be more specific
> > Thanks
> > Russ
> >
> > --
> > Russell Grover - SBITS.Biz
> > Microsoft Gold Certified Partner
> > Microsoft Certified Small Business Specialist
> > World Wide 24hr SBS Remote Support - http://www.SBSrepair.com
> > Microsoft Online Services - http://www.microsoft-online-services.com/
> >
> >
> >
> > "Joe#2" <Joe2@discussions.microsoft.com> wrote in message
> > news:B6AEAE26-2356-466C-A70A-BCCF30872DF4@microsoft.com...
> > > One of my SBS2003R2 premiun installs has the ongoing problem of the WSUS
> > > templog.ldf file growing until it fills the disk.
> > >
> > > I know that just stopping then restarting the service shrinks it down. I
> > > also know the fix is setting the MSSQL/WSUS backup to simple is the fix.
> > > However I can not find the place to set it to simple! When I open MSSQL
> > > 2005
> > > I can not fine the WSUS service listed.
> > >
> > > I have searched all over but have not yet found the answere to the "how
> > > to".
> > >
> > > My SQL experience is limited, would someone please point me in the right
> > > direction?

> >

>


Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows Server > Small Business Server


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "wsus templog.ldf size growing and growing"
Thread Thread Starter Forum Replies Last Post
Need advice to buy growing kids in Sims 3 rATANJOT Video Games 5 23-06-2011 08:39 AM
Why fishes are not growing in Fishville? Rampage Video Games 4 01-03-2011 10:28 PM
Nokia says gaming service is growing Damiano Web News & Trends 2 24-03-2009 04:40 PM
Cyber crime growing Kooldinesh Web News & Trends 2 02-02-2009 04:45 PM
Search engines growing mauricio Web News & Trends 6 09-08-2008 02:38 PM


All times are GMT +5.5. The time now is 10:16 AM.