Viewing 15 posts - 166 through 180 (of 181 total)
Try creating Indexes with timestamp in the Index name so that whenever a new Index is created the name will be unique for the Index.This way I think you can...
November 5, 2002 at 9:35 am
I think both adding the constraint and the update does the same.What I suggest is do the updates in chuncks i.e. say 1000 - 5000 at one go and a...
November 5, 2002 at 9:29 am
I am not sure if it require a reboot to SQL Server 7.0 But SQL Server 2000 it is not required to reboot.
November 4, 2002 at 1:35 pm
I think if you do print screen and paste it into MS word or Excel etc. you manager can view it.
November 4, 2002 at 1:26 pm
Are you trying to execute the nested stored procedures.I am having an inclination that it is because of nested procedures, though not sure.
November 4, 2002 at 12:24 pm
Are you trying to execute the nested stored procedures.I am having an inclination that it is because of nested procedures.
November 4, 2002 at 12:23 pm
I am talking about the performance monitor not profiler.I am running on SQL 2000.Could you please tell me how.
Thanks in advance.
June 19, 2002 at 9:19 am
Thanks guys.I jst disabled the TCP/IP from sever Network utility and then enabled.
It's working for me now.
Thanks,
MK
May 23, 2002 at 9:24 am
Thanks for the response.In my error log i could see the following messages.
SuperSocket Info: Bind failed on TCP port 1433.
Ic ould ping this server from the client...
May 22, 2002 at 2:00 pm
Wondering if you delte the Rows from a table which has image data type,does it frees the space occupied by the image too.As per my understanding table holds a pinter...
April 10, 2002 at 2:11 pm
There two queries one using while function and the other without,both these queries donot use a cursor.
--Option1
CREATE PROC Update_Posting (@batchId varchar(50))
AS
WHILE EXISTS(SELECT CaseNumber, ReceiptAmount FROM currentpostings
WHERE batchId = @batchId)
BEGIN
UPDATE CaseData...
March 1, 2002 at 11:18 am
I have seen this problem,i have installed SP2 after which i did not come across this problem.
January 3, 2002 at 1:39 pm
sa is the owner of all the objects.But when the user say amit, if he creates the tables you can see him under the owner column in the EM.So, instead...
January 3, 2002 at 1:36 pm
If you are trying to apply the Service Pack on the NT Machine,try logging in as the local admin for that machine and try.We had the same kind of problem...
January 3, 2002 at 7:14 am
Viewing 15 posts - 166 through 180 (of 181 total)