Viewing 15 posts - 1 through 15 (of 26 total)
Yeah actually I had over looked that yday and I fixed it. thanks peter.
June 23, 2006 at 7:38 am
Thanks guys, I ended up finally in editing the registry using regedit, adding the startup paramater manually and then successfully started my database. The earlier problem was like when I...
February 13, 2006 at 9:44 am
Justin,
It might happen due to a couple of reason.
1. The disk might be running out of space.
2. The transaction log might have filled.
You can add the error log or...
January 23, 2006 at 1:34 pm
No Problem I got it fixed. That was a space issue in the distributor. I tried to set up an error output file and now its working.
January 6, 2006 at 11:25 am
I hope there is no need to go to advanced options since in that you will find options to create fail over node and blah blah. you have to proceed...
October 26, 2005 at 7:39 am
If that is not properly delimited by a delimiter its not possible to import data from a text file using sql server.
with smiles
santhosh
October 26, 2005 at 7:33 am
Hi Preethi,
Can you check whether the user is having proper permissions. Mostily this error will occur due to permission problems. If you have more than one domain verify whether the...
October 26, 2005 at 7:29 am
I have faced a similar kind of situation like this. I resolved it like I will sent out a file to a particular folder and one windows process will be...
October 24, 2005 at 10:15 am
That is the problem. The DTS does not fail each and every time. It fails once in a while. Any other method to catch that culprit causing dead lock
with smiles
santhosh
October 13, 2005 at 9:57 am
Hi,
Each and every job has an notification tab, in that you can specify the mode of notification and also the option there exists to notify using email try that..
with smiles
santhosh
October 10, 2005 at 1:22 pm
check whether the path exists in the place where ur trying to restore the database.if it does not exists then put the new path for the database and log file...
October 10, 2005 at 1:17 pm
Interestingly this query takes much time to execute
DATEDIFF(hour,createdate,@SQLSelectBeginDate) = 0
than the below query
Where DATEPART( yyyy,
CreateDate ) = @SelectYear
AND DATEPART( mm, CreateDate )
= @SelectMonth
AND DATEPART( dd,...
October 7, 2005 at 12:50 pm
Hi Guys,
Thanks for your reply I got some other solution for this problem as given below.
DATEDIFF(hour,cast(createdate as datetime),cast(@SQLSelectBeginDate as datetime)) = 0
HTH
with smiles
Santhosh
October 5, 2005 at 9:54 am
No, I did not run that SP but when I tried to use the sp_addserver, it says server already exists in that name.
August 26, 2005 at 8:36 am
Viewing 15 posts - 1 through 15 (of 26 total)