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...
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.