Viewing 15 posts - 16 through 30 (of 83 total)
Thanks a lot everybody.
I've used the following statement on insert
SET ANSI_WARNINGS OFF
insert into TraceResults(TextData, Duration, Reads, Writes, CPU, StartTime, LoginName, NTUserName)
select TextData, Duration/1000, Reads, Writes, CPU, StartTime, LoginName, NTUserName
from fn_trace_gettable('D:\Traces\Troubleshoot-TRACES.trc',1)
SET...
March 2, 2010 at 8:38 am
Gail,
I appreciate a lot all your posts and all information where you act as principal focus.
As i told you a lot of times ....... hope one day be so useful...
February 26, 2010 at 4:43 am
Hello again,
Sorry for my interpretation.
The part of the code that i've gotting problems its exacly where i tried to use the ltrim(rtrim()) but i'm not getting what else can i...
February 22, 2010 at 9:19 am
Hello again,
I apreciate a lot the link that you send me but my part of this execution is the one that sends information to a .csv file.
Then client will...
February 22, 2010 at 8:45 am
Thanks a lot everybody.
The problem was that the network admin team gives me an ip address that was out of range..
:blink:
Thanks and regards,
JMSM 🙂
February 22, 2010 at 8:18 am
Hello again,
Thanks a lot but i've droped the database and backup admins will restart a new restore.
Before i've droped the database i run the following command to recover the tlog...
December 18, 2009 at 9:39 am
Thanks a lot everybody
I've already the command and database stays in the same state.
I think that i should ask for the Backup Administrators to start the restore again.
RESTORE DATABASE <db...
December 18, 2009 at 7:30 am
Thanks a lot.
I'll look you're post and after i'll tell u something.
Once more, thanks a lot,
Regards,
JMSM 😉
November 24, 2009 at 8:17 am
Thanks Gift
But when you tell me
'Make sure the data type for the columns is Nvarchar because in 2008 the bytes are the same with UTF16'
What do you mean with...
August 12, 2009 at 9:12 am
Hello,
Thanks .. .. thanks and thanks again Michael.
You've been very useful to me hope one day i can be useful to all of the members of this fantastic forum as...
March 19, 2009 at 6:52 am
Viewing 15 posts - 16 through 30 (of 83 total)