dbTalk Databases Forums  

DBCC & Transaction Logs

microsoft.public.sqlserver.tools microsoft.public.sqlserver.tools


Discuss DBCC & Transaction Logs in the microsoft.public.sqlserver.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Dave
 
Posts: n/a

Default DBCC & Transaction Logs - 07-15-2008 , 05:26 AM






Hi
I'm a newbie in the SQL world
I have to shrink the transaction Log of an SQL 2000 Database

So I googled around and found that I have to use the command
DBCC SHRINKFILE

But I can't find the file DBCC anywhere on my server?
Where can I find it or download it?

Or is there another way to shrink the transaction Logs?
and avoid future overload of my DB due to many transaction logs?

Reply With Quote
  #2  
Old   
Ekrem Önsoy
 
Posts: n/a

Default Re: DBCC & Transaction Logs - 07-15-2008 , 05:57 AM






Welcome to this world Dave =)

You need to investigate Database Rovery Models. Then you should choose the
appropriate one for your database. You can have information about this topic
from this link: http://msdn.microsoft.com/en-us/library/aa173531.aspx

Then you should read Tibor's article about shrinking. Using this article,
you'll know when to shrink it and why you should not perform this action any
time: http://www.karaszi.com/SQLServer/info_dont_shrink.asp

DBCC commands are not something to download. There are some DBCC Commands
that you can use in certain cases. You can have information about DBCC
commands from Books Online:
http://msdn.microsoft.com/en-us/libr...1(SQL.80).aspx

Books Online (BOL) is a SQL Server referance e-encyclopedia. Take advantage
of it!: http://msdn2.microsoft.com/en-us/library/bb545450.aspx

--
Ekrem Önsoy



"Dave" <Dave.The (AT) teleatlas (DOT) com> wrote

Quote:
Hi
I'm a newbie in the SQL world
I have to shrink the transaction Log of an SQL 2000 Database

So I googled around and found that I have to use the command
DBCC SHRINKFILE

But I can't find the file DBCC anywhere on my server?
Where can I find it or download it?

Or is there another way to shrink the transaction Logs?
and avoid future overload of my DB due to many transaction logs?


Reply With Quote
  #3  
Old   
Ekrem Önsoy
 
Posts: n/a

Default Re: DBCC & Transaction Logs - 07-15-2008 , 05:57 AM



Welcome to this world Dave =)

You need to investigate Database Rovery Models. Then you should choose the
appropriate one for your database. You can have information about this topic
from this link: http://msdn.microsoft.com/en-us/library/aa173531.aspx

Then you should read Tibor's article about shrinking. Using this article,
you'll know when to shrink it and why you should not perform this action any
time: http://www.karaszi.com/SQLServer/info_dont_shrink.asp

DBCC commands are not something to download. There are some DBCC Commands
that you can use in certain cases. You can have information about DBCC
commands from Books Online:
http://msdn.microsoft.com/en-us/libr...1(SQL.80).aspx

Books Online (BOL) is a SQL Server referance e-encyclopedia. Take advantage
of it!: http://msdn2.microsoft.com/en-us/library/bb545450.aspx

--
Ekrem Önsoy



"Dave" <Dave.The (AT) teleatlas (DOT) com> wrote

Quote:
Hi
I'm a newbie in the SQL world
I have to shrink the transaction Log of an SQL 2000 Database

So I googled around and found that I have to use the command
DBCC SHRINKFILE

But I can't find the file DBCC anywhere on my server?
Where can I find it or download it?

Or is there another way to shrink the transaction Logs?
and avoid future overload of my DB due to many transaction logs?


Reply With Quote
  #4  
Old   
Ekrem Önsoy
 
Posts: n/a

Default Re: DBCC & Transaction Logs - 07-15-2008 , 05:57 AM



Welcome to this world Dave =)

You need to investigate Database Rovery Models. Then you should choose the
appropriate one for your database. You can have information about this topic
from this link: http://msdn.microsoft.com/en-us/library/aa173531.aspx

Then you should read Tibor's article about shrinking. Using this article,
you'll know when to shrink it and why you should not perform this action any
time: http://www.karaszi.com/SQLServer/info_dont_shrink.asp

DBCC commands are not something to download. There are some DBCC Commands
that you can use in certain cases. You can have information about DBCC
commands from Books Online:
http://msdn.microsoft.com/en-us/libr...1(SQL.80).aspx

Books Online (BOL) is a SQL Server referance e-encyclopedia. Take advantage
of it!: http://msdn2.microsoft.com/en-us/library/bb545450.aspx

--
Ekrem Önsoy



"Dave" <Dave.The (AT) teleatlas (DOT) com> wrote

Quote:
Hi
I'm a newbie in the SQL world
I have to shrink the transaction Log of an SQL 2000 Database

So I googled around and found that I have to use the command
DBCC SHRINKFILE

But I can't find the file DBCC anywhere on my server?
Where can I find it or download it?

Or is there another way to shrink the transaction Logs?
and avoid future overload of my DB due to many transaction logs?


Reply With Quote
  #5  
Old   
Ekrem Önsoy
 
Posts: n/a

Default Re: DBCC & Transaction Logs - 07-15-2008 , 05:57 AM



Welcome to this world Dave =)

You need to investigate Database Rovery Models. Then you should choose the
appropriate one for your database. You can have information about this topic
from this link: http://msdn.microsoft.com/en-us/library/aa173531.aspx

Then you should read Tibor's article about shrinking. Using this article,
you'll know when to shrink it and why you should not perform this action any
time: http://www.karaszi.com/SQLServer/info_dont_shrink.asp

DBCC commands are not something to download. There are some DBCC Commands
that you can use in certain cases. You can have information about DBCC
commands from Books Online:
http://msdn.microsoft.com/en-us/libr...1(SQL.80).aspx

Books Online (BOL) is a SQL Server referance e-encyclopedia. Take advantage
of it!: http://msdn2.microsoft.com/en-us/library/bb545450.aspx

--
Ekrem Önsoy



"Dave" <Dave.The (AT) teleatlas (DOT) com> wrote

Quote:
Hi
I'm a newbie in the SQL world
I have to shrink the transaction Log of an SQL 2000 Database

So I googled around and found that I have to use the command
DBCC SHRINKFILE

But I can't find the file DBCC anywhere on my server?
Where can I find it or download it?

Or is there another way to shrink the transaction Logs?
and avoid future overload of my DB due to many transaction logs?


Reply With Quote
  #6  
Old   
Ekrem Önsoy
 
Posts: n/a

Default Re: DBCC & Transaction Logs - 07-15-2008 , 05:57 AM



Welcome to this world Dave =)

You need to investigate Database Rovery Models. Then you should choose the
appropriate one for your database. You can have information about this topic
from this link: http://msdn.microsoft.com/en-us/library/aa173531.aspx

Then you should read Tibor's article about shrinking. Using this article,
you'll know when to shrink it and why you should not perform this action any
time: http://www.karaszi.com/SQLServer/info_dont_shrink.asp

DBCC commands are not something to download. There are some DBCC Commands
that you can use in certain cases. You can have information about DBCC
commands from Books Online:
http://msdn.microsoft.com/en-us/libr...1(SQL.80).aspx

Books Online (BOL) is a SQL Server referance e-encyclopedia. Take advantage
of it!: http://msdn2.microsoft.com/en-us/library/bb545450.aspx

--
Ekrem Önsoy



"Dave" <Dave.The (AT) teleatlas (DOT) com> wrote

Quote:
Hi
I'm a newbie in the SQL world
I have to shrink the transaction Log of an SQL 2000 Database

So I googled around and found that I have to use the command
DBCC SHRINKFILE

But I can't find the file DBCC anywhere on my server?
Where can I find it or download it?

Or is there another way to shrink the transaction Logs?
and avoid future overload of my DB due to many transaction logs?


Reply With Quote
  #7  
Old   
Ekrem Önsoy
 
Posts: n/a

Default Re: DBCC & Transaction Logs - 07-15-2008 , 05:57 AM



Welcome to this world Dave =)

You need to investigate Database Rovery Models. Then you should choose the
appropriate one for your database. You can have information about this topic
from this link: http://msdn.microsoft.com/en-us/library/aa173531.aspx

Then you should read Tibor's article about shrinking. Using this article,
you'll know when to shrink it and why you should not perform this action any
time: http://www.karaszi.com/SQLServer/info_dont_shrink.asp

DBCC commands are not something to download. There are some DBCC Commands
that you can use in certain cases. You can have information about DBCC
commands from Books Online:
http://msdn.microsoft.com/en-us/libr...1(SQL.80).aspx

Books Online (BOL) is a SQL Server referance e-encyclopedia. Take advantage
of it!: http://msdn2.microsoft.com/en-us/library/bb545450.aspx

--
Ekrem Önsoy



"Dave" <Dave.The (AT) teleatlas (DOT) com> wrote

Quote:
Hi
I'm a newbie in the SQL world
I have to shrink the transaction Log of an SQL 2000 Database

So I googled around and found that I have to use the command
DBCC SHRINKFILE

But I can't find the file DBCC anywhere on my server?
Where can I find it or download it?

Or is there another way to shrink the transaction Logs?
and avoid future overload of my DB due to many transaction logs?


Reply With Quote
  #8  
Old   
Ekrem Önsoy
 
Posts: n/a

Default Re: DBCC & Transaction Logs - 07-15-2008 , 05:57 AM



Welcome to this world Dave =)

You need to investigate Database Rovery Models. Then you should choose the
appropriate one for your database. You can have information about this topic
from this link: http://msdn.microsoft.com/en-us/library/aa173531.aspx

Then you should read Tibor's article about shrinking. Using this article,
you'll know when to shrink it and why you should not perform this action any
time: http://www.karaszi.com/SQLServer/info_dont_shrink.asp

DBCC commands are not something to download. There are some DBCC Commands
that you can use in certain cases. You can have information about DBCC
commands from Books Online:
http://msdn.microsoft.com/en-us/libr...1(SQL.80).aspx

Books Online (BOL) is a SQL Server referance e-encyclopedia. Take advantage
of it!: http://msdn2.microsoft.com/en-us/library/bb545450.aspx

--
Ekrem Önsoy



"Dave" <Dave.The (AT) teleatlas (DOT) com> wrote

Quote:
Hi
I'm a newbie in the SQL world
I have to shrink the transaction Log of an SQL 2000 Database

So I googled around and found that I have to use the command
DBCC SHRINKFILE

But I can't find the file DBCC anywhere on my server?
Where can I find it or download it?

Or is there another way to shrink the transaction Logs?
and avoid future overload of my DB due to many transaction logs?


Reply With Quote
  #9  
Old   
Ekrem Önsoy
 
Posts: n/a

Default Re: DBCC & Transaction Logs - 07-15-2008 , 05:57 AM



Welcome to this world Dave =)

You need to investigate Database Rovery Models. Then you should choose the
appropriate one for your database. You can have information about this topic
from this link: http://msdn.microsoft.com/en-us/library/aa173531.aspx

Then you should read Tibor's article about shrinking. Using this article,
you'll know when to shrink it and why you should not perform this action any
time: http://www.karaszi.com/SQLServer/info_dont_shrink.asp

DBCC commands are not something to download. There are some DBCC Commands
that you can use in certain cases. You can have information about DBCC
commands from Books Online:
http://msdn.microsoft.com/en-us/libr...1(SQL.80).aspx

Books Online (BOL) is a SQL Server referance e-encyclopedia. Take advantage
of it!: http://msdn2.microsoft.com/en-us/library/bb545450.aspx

--
Ekrem Önsoy



"Dave" <Dave.The (AT) teleatlas (DOT) com> wrote

Quote:
Hi
I'm a newbie in the SQL world
I have to shrink the transaction Log of an SQL 2000 Database

So I googled around and found that I have to use the command
DBCC SHRINKFILE

But I can't find the file DBCC anywhere on my server?
Where can I find it or download it?

Or is there another way to shrink the transaction Logs?
and avoid future overload of my DB due to many transaction logs?


Reply With Quote
  #10  
Old   
Ekrem Önsoy
 
Posts: n/a

Default Re: DBCC & Transaction Logs - 07-15-2008 , 05:57 AM



Welcome to this world Dave =)

You need to investigate Database Rovery Models. Then you should choose the
appropriate one for your database. You can have information about this topic
from this link: http://msdn.microsoft.com/en-us/library/aa173531.aspx

Then you should read Tibor's article about shrinking. Using this article,
you'll know when to shrink it and why you should not perform this action any
time: http://www.karaszi.com/SQLServer/info_dont_shrink.asp

DBCC commands are not something to download. There are some DBCC Commands
that you can use in certain cases. You can have information about DBCC
commands from Books Online:
http://msdn.microsoft.com/en-us/libr...1(SQL.80).aspx

Books Online (BOL) is a SQL Server referance e-encyclopedia. Take advantage
of it!: http://msdn2.microsoft.com/en-us/library/bb545450.aspx

--
Ekrem Önsoy



"Dave" <Dave.The (AT) teleatlas (DOT) com> wrote

Quote:
Hi
I'm a newbie in the SQL world
I have to shrink the transaction Log of an SQL 2000 Database

So I googled around and found that I have to use the command
DBCC SHRINKFILE

But I can't find the file DBCC anywhere on my server?
Where can I find it or download it?

Or is there another way to shrink the transaction Logs?
and avoid future overload of my DB due to many transaction logs?


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.