Viewing 2 posts - 1 through 2 (of 2 total)
Database objects include all tables, views, stored procedures, extended stored procedures, triggers, rules, defaults, and constraints. The sum of the number of all these...
September 3, 2004 at 3:25 am
Use this script in query analyser on the database where you want to shrink your transaction log.
Change the @databasename to your database name
declare @fileid as int
declare @databasename as nvarchar(500)
set @databasename='MyDatabaseNAME'
Select...
January 16, 2003 at 1:48 am
Viewing 2 posts - 1 through 2 (of 2 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy