Viewing 9 posts - 121 through 129 (of 129 total)
Absolutely. I had a similar problem once.
BOL - refer "truncate_only"
Although the transaction log may be truncated manually, it is strongly recommended that you do not do this, as it...
May 11, 2004 at 10:05 pm
I think Frank was very funny.
You'd be better off asking how long is a piece of string - but REALLY it should have more ram no matter what other...
November 25, 2003 at 12:07 am
Here's some sites I have found useful (remarkably, some of them are Msoft's)
Msoft VB Support Centre: http://support.microsoft.com/default.aspx?scid=fh;EN-AU;vbb
Msoft ADO code examples: http://msdn.microsoft.com/library/en-us/ado270/htm/mdaexamples_vb01.asp
November 18, 2003 at 3:54 pm
Don't think it's suitable since it is run from SQL Server but you might be interested in
CREATE VIEW USERINFO
AS
SELECT hostname, program_name, nt_username, net_address,
net_library, loginame, nt_domain
FROM...
October 29, 2003 at 11:00 pm
Thanks for the effort but I am getting the developer to re-write. Sorry it took me a while to get back.
March 17, 2003 at 4:19 pm
There is a logfile for DTC. Check out 'DTC Log' under System32.
Also check out DAC.EXE in the System32 folder.(DTC Admin Console)
Possibly a DTCTRACE.exe session will help.
DB
November 3, 2002 at 4:48 pm
What part of the process is taking so much time ?
October 16, 2002 at 5:55 pm
This will not be immediately any solution for you, but I had the same problem a while ago and it was something about name resolution on the network.
Sorry, I just...
October 16, 2002 at 4:31 pm
You do know you can't run a query from EM that takes longer than 30 secs yeah ?
So if you are using QA to do this you shouldn't strike timeout...
August 26, 2002 at 12:15 am
Viewing 9 posts - 121 through 129 (of 129 total)