Viewing 15 posts - 16 through 30 (of 92 total)
In my case, even you have simple recovery turn on, the log files are sometimes still expanded faster than the trasanctions committed. I do have have shrink the log files...
August 28, 2008 at 5:59 pm
you can also backup the transaction with truncate or no_log option:
backup log your_db with truncate_only
Minh V.
August 27, 2008 at 5:56 pm
Thank you all for all of the inputs. I took SSChampion's suggestion and it did work for me. It ran a lot faster by doing that and put...
August 12, 2008 at 7:40 pm
If I understand correcly, I normally run a query like this assum that I already linked the servers:
select * from tablea
union
select * from [111.11.1.1].db_name.dbo.tablea
union
select * from [111.11.1.2].db_name.dbo.tablea
union
select * from [111.11.1.3].db_name.dbo.tablea
union
select...
November 23, 2007 at 10:54 am
I tried to clean up the table because the email list I got from some outside source.
I used the below where clause to eliminate most of the bad...
June 19, 2007 at 5:25 pm
Thank you so much for all of ex...ex...excellent help.
I'm deeply appreciate them.
It works for me now.
Minh Vu
June 8, 2007 at 12:34 pm
yes, that is what i'm looking for. I'd like to know how to find them.
Thanks
June 8, 2007 at 10:38 am
It did not work for me at all since later I need to pass in parameter for sp_OAsetproperty. The limit for this system sp is also 8K I guessed.
Anyone has...
June 7, 2007 at 12:07 am
Thanks so much for the hint. Let me try that way to see.
I'm really appreciate your help.
Minh Vu
June 6, 2007 at 3:31 pm
Yes, the E is my local SQL Server drive that I have in my system.
Thanks,
Minh Vu
April 13, 2007 at 3:34 pm
Thanks for the input. I talked to our programmer, they could easily handle that in the code by replacing single quote with double quote.
March 6, 2007 at 7:19 pm
Thank you so much for all of the helps.
They all worked for my case.
Minh Vu
February 20, 2007 at 6:15 pm
Thanks so much for all of the help. It works lovely for me.
Have a great day!
Minh
January 18, 2007 at 1:49 pm
sorry. That is my typo. Yet, it is 2005.
Minh Vu
October 16, 2006 at 11:04 am
they should have everything except 'Drop table'
Thanks,
Minh Vu
October 5, 2006 at 6:24 pm
Viewing 15 posts - 16 through 30 (of 92 total)