Viewing 15 posts - 16 through 30 (of 33 total)
make sure there are no open transactions before shrinking the log, also insted of using 1000 try ,0 this will take it down to what ever space is free not...
February 9, 2009 at 1:33 am
try this
1) dbcc opentran(dbname) - this will show the oldest open transaction
2) Kill this process
3) backup log dbname with no_log
4) use dbname
5) dbcc shrinkfile(dbname_log,100)...
November 4, 2008 at 12:11 am
Cool that is good, I like this program i have not seen one like it so had to write it, where i work we have around 100 sqlservers and its...
October 23, 2008 at 8:02 am
Hi there,
You will need to create a file called file.txt or rename file.txt to say sqlserverlist.txt or something.
Then you will need to list all your sqlservers in that file....
October 22, 2008 at 5:45 pm
I live in Japan, so the credit crunch has not really hit here yet, I am kind of likeing it at the moment as its really good for us to...
October 22, 2008 at 1:59 am
I would, but the stupid people before me have no backups.
hehe stupid so instead of reinstalling MOM i thought I would ask someone if they have scripted it out.
September 16, 2008 at 5:30 am
DTS or BCP thats the only way. really
Regards,
Terry
August 13, 2008 at 2:52 am
Thanks guys and girls, I will do that take him to the park or something, its quite warm now, so maybe I can take a picnic. cheers again
Terry
August 13, 2008 at 2:47 am
Wii fit now this game is cool, I thought it would be easy and stupid but damn some of the exersises do give you a good work-out I was sweating...
August 10, 2008 at 11:42 pm
I am not sure what this error is, I get it myself with logshipping and cant work it out. The log-shipping works for a while and the user does have...
August 7, 2008 at 4:51 pm
This should be what you need
$file = get-content "G:\Infrastructure\DBA\NewDocs\Terry Powershell\SQLTokyo.txt
# checks file if not found then terminates
if (-not($file))
{
write-error($file+ " not found. Terminating .... ");
exit
}
#...
August 4, 2008 at 5:48 pm
does not seem to hard, start with create database create table and so on. hehe
good luck
July 31, 2008 at 3:22 am
yep thats always the way, I would love a tvr but I will never get one. 😉
July 31, 2008 at 3:04 am
the uk the land of good music, the chav, very nice beer and good food.
July 31, 2008 at 2:59 am
Viewing 15 posts - 16 through 30 (of 33 total)