I can't even force the job to run now when there no connections to the share. The jobs are setup to run one each day,
ie. the one that is failing is the tuesday job (have different backup devices for each day, db and log, so I can always restore to a specific day and use the log for point in...
LizSara,
It sounds like you need this script to UPDATE your record not INSERT..
Update choices set choice_id = 268275,at_id = 140706,base_id = 50, preference = 1
where stud_id =261555
Gone Drinking
[bigcheeks]
I have jobs setup to copy my backup dump files to another server offsite. They all run fine apart from on which has now started to fail with an 'Access Denied' error.
My command is just
Copy E:\mssql2k\MSSQL$UNIT\BACKUP\mytuedump.bak \\fpstaff\2ks-unitsvr-backup$
All the working jobs are...
Hi guys,
I'm trying to run the following script...
exec master..xp_cmdshell 'copy E:\mssql2k\MSSQL$UNIT\BACKUP\CrontDump.bak \\2ks-mis\e:\UNITBackups'
..and getting the following error message..
The referenced account is currently locked out and may not be logged on to.
Can anyone help me...
I hope someone can help with this strange and probably easy problem I have.
I have a field in a continuous form that displays various lengths of data. I want the user to be able to change the width of the field (by double clicking) if there is more data that they wish to see.
I thought I'd...
Hi Guys,
The problem I have is that I have a bound field on a form and sometimes the data string is too long to disply fully. I can't make the field any biger than it is.
I was hoping to be able to use the ControlTipText to display the actual data or a mouse over event but I can;t figure out...
I know i included all the code behind the form but all you need is the 'AddtoWhere' sub and the onclick event of the 'FindStudent' button. The 'AddToWhere' that is called in the 'FindStudent' assumes that your table fields are [Surname], [Forename] and [Dob]. You may need to replace these to...
OK, I'll try and explain how it all works.
1) I have a form (student details)that is bound to tblstudents and contains the ref, surename and dob of of the students( in my case).
2) I have 2nd popup form (frmextendedsearch) that i use for the search and contains 3 unbound fields...
Hi Guys,
Been reading through the posts on this topic but can't find the answer.
I have the usual one to many relationships and want to return each one record with one of the many if it exists.
Each record has a possible two fee types.
The sql I have is like this:
select distinct...
Sorry to be a pain and take up your time but the problem I'm having now is that after the first email is sent and it moves to the next record, the email it creates is the same as the first one but with the first and 2nd emailto, ie, the first person gets their correct email then the 1st and 2nd...
Thanks Harleyquinn, works a treat.
Could I ask you one more question though?
How would I update the emailed field in the recordset to 1 so I do't end up looping through?
Hi Harleyquinn,
What I'm trying to do is send out the user details to the individual user when the emailed flag is zero, I'm only testing this on one record so far so I may have made a mess of it.
Anymore guidance you can give would be great.
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.