Viewing 15 posts - 16 through 30 (of 49 total)
ALZDBA (7/16/2009)
A log file can only be shrunk to the last active virtual log !
Hence, you may have to execute the...
July 17, 2009 at 5:40 am
Ravi (7/16/2009)
We have good information in the BOL regarding this:
Shrinking a log depends on first truncating the log. Log truncation does not reduce the size of a physical log file....
July 17, 2009 at 5:33 am
Thank you ravivarma. Do you know why a standard DBCC SHRINKFILE on the log file would have resulted in 48GB if the file could safely be 12GB? I...
July 16, 2009 at 11:18 am
I just wanted to post an update. I did shrink the log file and it is now around 48GB. I'll go through our other databases and do the...
July 16, 2009 at 4:48 am
Thank you everyone for your responses. My answers to your questions are below:
Type of database:
The database is named qa, but it's a production database on a production box.
Indexing
My index rebuilds...
July 16, 2009 at 4:16 am
Hi Krishna. Thank you for your reply.
Krishna Potlakayala (7/15/2009)
I'm not sure if I should shrink the file or not, because I seem to remember an article...
July 15, 2009 at 12:52 pm
Jeffrey,
My script doesn't return anything. I suppose I should have set it up to return a code and should put some error handling in place there, so that is...
April 13, 2009 at 10:42 am
Thanks Vishal! I didn't end up seeing your reply until just now, with your recommendation. I hadn't refreshed my screen and our mail server has been acting funky...
April 13, 2009 at 10:25 am
Thanks to everyone that tried to help me with this one. I did figure out what the problem was. The U drive is a user mapped drive, and...
April 13, 2009 at 9:39 am
I do have a proxy and credential. I have other maintenance packages that run just fine in a job. This is the first time that I am trying...
April 13, 2009 at 9:18 am
Thank you for reading my post Tim. It was actually your article that I used to get my package developed. Your article was incredibly helpful, but I am...
April 13, 2009 at 9:07 am
Thanks rpatil22. I understand now why it failed on the client I was using. That client did not have the internal environment installed.
Would that also cause the problem...
April 10, 2009 at 8:31 am
Raviteja,
I think you are looking for something like this:
alter table dbo.test
add testID int identity(1,1) not null
March 17, 2009 at 1:12 pm
Thanks everyone. Software installation is limited to IT staff in my organization, so I will submit a request to get our x64 servers running the 64-bit version of SQL...
March 16, 2009 at 11:34 am
One last thing that I should note is the link to the article I keep referring to. The article describes pre-production tasks and can be found here:
http://www.sqlservercentral.com/articles/Administration/64732/. I...
January 23, 2009 at 10:20 am
Viewing 15 posts - 16 through 30 (of 49 total)