Viewing 15 posts - 811 through 825 (of 1,186 total)
IMHO I have a job and unless I am willing to bite the hand that feeds me and am willing to be OUT OF WORK I would not do it...
If...
September 20, 2004 at 5:42 am
research BOL "detaching database from server" or sp_detach_db.
You may also want to make sure that the "active" part of EM is at the database level of the database you wish...
September 17, 2004 at 5:42 am
I would research and ensure that the NON-CLUSTERED index is not referenced in any code and then REMOVE it.
This way the system will start using the PK again. OR you...
September 17, 2004 at 5:39 am
I would research the possibility of having the other SQL server start a job on your SQL server.
The problem as I see it is you don't know WHEN the NT...
September 16, 2004 at 4:30 pm
hmmm,
Don't really know which is "better".
If there is a valid reason for entering information for the same customers in 2 different systems that may have conflicting data then:
I would...
September 16, 2004 at 6:14 am
That should be a simple trace of the code that performs the :
September 16, 2004 at 6:08 am
Why not have the NT batch job start a SQL server JOB that you can interrogate and have that start another job OR
have the NT job kick the sp_start_job that...
September 16, 2004 at 6:02 am
Can you please post the revised code that you have removed parts from so we can see where the syntax error is coming from?
September 15, 2004 at 6:17 am
I have personally never used the rebuildm tool. I have always done things the "hard" way 🙁 sorry
September 14, 2004 at 6:27 pm
Well,
If you can't recover Master I think you are going to lose all your user information However, I think you can fix that without too much trouble.
1st copy the...
September 13, 2004 at 4:13 pm
I think you are trying to make it harder than it is. Basically I am assuming that you have a user-initiated DTS package or a scheduled package. From there you...
September 13, 2004 at 4:00 pm
You know WHEN the package was ran (or button pushed) and you have the DateTime items were created in the particular table(s) you are interested in so:
SELECT [Field list here]
...
September 13, 2004 at 12:10 pm
Have you verified that the user that starts the DEFAULT instance is still active and is spelled correctly?
September 13, 2004 at 5:24 am
You could place the field data into a variable and then EXEC sp_executesql @field but....
IF there is no validation except to INSERT into the field WHY would there be code...
September 10, 2004 at 10:02 am
IF the SQLDBREG.EXE is installed on your ICH402W1 machine and you have already attempted the REGSVR32.exe option have you (I know I know MS answer coming) tried UNINSTALLING and RE-INSTALLING...
September 10, 2004 at 9:24 am
Viewing 15 posts - 811 through 825 (of 1,186 total)