Viewing 15 posts - 631 through 645 (of 1,114 total)
It's waaay easy to crash your server with an xp.
I am not getting you.
June 12, 2008 at 4:37 am
Yes, I am using 2000 only.
I will check it and come back to you.
Thanks a lot for your prompt reply.
June 11, 2008 at 8:07 am
I got the below error message.
TEXT and IMAGE datatypes are invalid for parameters or local variables.
Inputs are highly appreciable !
June 11, 2008 at 6:36 am
Ok.
Can you tell me what could be the reason for the error message ?
June 10, 2008 at 5:57 am
select datepart(dd,columnname) +'-'+datepart(mm,columnname) +'-'+datepart(yy,columnname)
Check it out.
June 10, 2008 at 5:36 am
Sergiy,
I may be wrong because of my urgent need. I hope you can understand my code now.
create procedure Message_Insert
(
@START_TIME datetime,
@END_TIME varchar(100),
@ERROR_MSG text
)
as
Begin
Insert into LOG_TABLE (START_TIME,END_TIME,ERROR_MSG)
Values(@START_TIME,@END_TIME,@ERROR_MSG)
End
June 10, 2008 at 5:29 am
Note that, this may produce a list of dates. This is because, sysstatistics table maintains one or more entries for each of the index columns of the table. It may...
June 5, 2008 at 9:43 am
Theare are lot of reasons. so as some of our forum member suggested, do that one.
But before doing all those things , just take a look on Query plan.
Set showplan...
June 5, 2008 at 9:41 am
As Christoper suggested ,read that article.
You can do it without using any loops.
June 5, 2008 at 9:33 am
Watching American movies etc might be good. Or maybe even radio since then you can just concentrate on listening.
Ya, I have started to watch english movies which is...
June 5, 2008 at 8:04 am
Who is your audience for the presentation?
My management.
how to brief 'Problem faced and solution' part ?
My question is
What are all the points comes under Problem faced ?
What are all...
June 5, 2008 at 5:27 am
Also , i have some questions on TempDB.
1) what is the best size of TempDB ? The answer may be 'it depends',But if anybody added some valid points then it...
May 30, 2008 at 6:43 am
ID = @ID OR pF = @pF OR ClassID = @ClassID obviously.
May 29, 2008 at 6:44 am
User may pass all values or sometime they won't pass any values.
If they didn't pass any value then we need to pull all the data, if they pass any...
May 29, 2008 at 6:20 am
Viewing 15 posts - 631 through 645 (of 1,114 total)