Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rebeccah2004

    Query formatting to a text file

    hello- i am having this same issue, have you found a fix? i have been working on this formatting issue forever. thanks in advance, rebecca
  2. rebeccah2004

    batch script to press enter

    hello, i have a quick question- in a batch script is there a way to have it automated where when a machine is rebooting, and it does not continue becuase it is waiting for you to press F1 or it gets stuck and you must hit F1, to code that into a batch script? i only ask b/c we have a batch...
  3. rebeccah2004

    need help to turn a scheduled job into a stored procedure

    sorry for the delay, but thank you thank you everyone for your input! it was all helpful in different ways. i have figured out a way to sort this all out, and it seems to be working. i did find out that if i try to run a batch from the sp on a different machine other than the sqlserver, that...
  4. rebeccah2004

    need help to turn a scheduled job into a stored procedure

    yeah, sorry, i didn't include that i had tried that already. that is not going to work for what i am trying to accomplish here because if i include batch scripts in the stored procedure (or in scheduling a job, w/ steps from sqlserver agent) that batch will be run from the same server as my...
  5. rebeccah2004

    need help to turn a scheduled job into a stored procedure

    yeah i know that when you create jobs you can do them in steps AND that you can run them on success or failure. however. that is not my issue here.
  6. rebeccah2004

    need help to turn a scheduled job into a stored procedure

    also, when i run the stored procedure from a batch, it immediately returns 'Job 'BkupCam' started successfully.' so if i have other scripts to run after the backup finishes, it is too late. the scripts end up running before the bkup completes. is there a switch to make the other scripts wait...
  7. rebeccah2004

    need help to turn a scheduled job into a stored procedure

    wow, thank you both for the quick response. basically, we are trying to implement this software that is not very user friendly. we are setting up a nightly.bat to run nightly. the backup of the database on camrany1 must run first, then there are programs on another server, metaman02, that are...
  8. rebeccah2004

    need help to turn a scheduled job into a stored procedure

    hello. i am a little new to sqlserver and its differences from oracle but i need assistance on a stored procedure. i created a nightly job in sqlserver agent, and generated it as a script. i took that script and tried to make it a stored procedure. it doesn't seem to be working, and what i...
  9. rebeccah2004

    deleted everyone acces from printer

    thank you thank you. sorry about the delayed response. it worked, they are printing again, admin rights gone! regards, rebecca
  10. rebeccah2004

    deleted everyone acces from printer

    hello, i'm not sure if this is the correct forum, but basically i am a little new to network administration. one of the users who has administrative privaleges, denied everyone access to a printer. [sadeyes] now no one, not even an administrator, nor this user, can do anything with this...
  11. rebeccah2004

    Internet Explorer seems to be set in frames somehow-

    hello, sorry about the delayed response. you were right, it was the popup blocker. thanks so much! regards, rebecca
  12. rebeccah2004

    Internet Explorer seems to be set in frames somehow-

    hello- i am rather new to the whole networking/hardware in depth troubleshooting, but i am having this error when i open up IE. basically, it opens with favorites on the left (which is ok) my homepage in the middle, and on the right is another "frame" i will call it, and it has the...
  13. rebeccah2004

    appending 00 at the end of string data from sql server db

    wow, thanks for that tip too. i will give that a shot. everyone is really nice and helpful in these forums. that's really cool. regards, rebecca
  14. rebeccah2004

    appending 00 at the end of string data from sql server db

    IT WORKED! thank you very much. regards, rebecca
  15. rebeccah2004

    appending 00 at the end of string data from sql server db

    hello. i hope you can help me. this seems pretty straight forward, but i am missing something. i have a column called internala_c and it is 6 chars in the db. we need to append 2 zeros at the end in out vb app. i have this: spaces_required = (internala_c - Len(tempString)) tempString =...
  16. rebeccah2004

    stuck in a loop-

    Mike, thank you very much! it is working now. -rebecca
  17. rebeccah2004

    stuck in a loop-

    Hello- i am rather new to perl so the answer to my problem may be obvious. but i am writing a little perl script to back up a database, copy the dump to an offsite location, then email me the log when it is all done. i have it all working except when it emails me, it gets stuck in a loop...

Part and Inventory Search

Back
Top