Viewing 15 posts - 1 through 15 (of 324 total)
by the way, i also had the same job failure, but the job was working correctly before this
the problem that i discover that the server lost the comunication with out Domain...
March 6, 2005 at 1:54 am
you have to empty Log (as I think).. because If the Log is Full, there is no message will appear
First it is recommended to make backup due to your Insertion and...
December 13, 2004 at 6:11 am
what about making a Job on SQL Server that work when it starts .. and put on it the logic you want?
December 13, 2004 at 12:18 am
I don't see a problem in setting this option before calling your SP and then setting it to its default again
my question is : why you want to change...
December 12, 2004 at 6:41 am
you can insert/Change your values into the idenity column of a table by setting the IDENTITY_INSERT option ON
to make Idenity return again, set the IDENTITY_INSERT option OFF
note: I think...
December 12, 2004 at 6:34 am
also install SQL Server 2000 SP3a and MDAC 2.7 SP1 on the server.
I hope this help u
December 12, 2004 at 6:11 am
to get message when Job Failed
1- go to Enterprise manager, Expand your Sever
2- Expand (Management) >> then (SQL Server Agent) >> then (Jobs)
3- double click on the job you...
December 12, 2004 at 6:06 am
you have to install SQL Server SP3a so SQL Server can work
it is recommended to First install WIndows 2003 SP1 and all Windows Update before install SQL Server DB
I hope this...
December 7, 2004 at 1:39 am
what about freeing yourself from the identity column
and use a newe table that has the last ID number .. and when you want to insert .. get Last number...
December 6, 2004 at 7:15 am
I think you have to read more about
(Instead of Insert) Triger
and put it on the view
so when you insert your data ... you check for State and the insert...
December 6, 2004 at 5:07 am
there are some known issues between SQL Server 2000 and Windows 2003 Server ... you have to make these steps to adjust your server
so what about SQL Server 7?
I recomend...
December 6, 2004 at 5:03 am
i think you have to contact microsoft itself to help you..
I hope one of these e-mails helps you
October 10, 2004 at 2:40 am
by the way, the best way to remove SQL Server is to :
1- Put your Setup CD of your SQL Server
2- make a steps as you install a new...
October 5, 2004 at 8:48 am
do u have SP3a installed ? it solve many problems with SQL Server
also install MDAC 2.7 SP1 on all clients and server machines
also, what about drop this log shipping and...
October 5, 2004 at 8:38 am
i use norton Antivirus Corporate Edition on SQL Server and it is very nice
here is some tips you may use:
I set norton Antivirus Corporate Edition NOT to scan the...
October 5, 2004 at 8:23 am
Viewing 15 posts - 1 through 15 (of 324 total)