Jump to content

David92595

Members
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral

About David92595

Personal Information

  • Location
    Temecula
  1. Hello, I need to find a way to log data changes that are being made in our database. From the reading I've done online I need to turn on the system stored procedure for change data capture (sys.sp_cdc_enable_db), but I only have the standard edition of SQL Server 2008 R2. Which I've found requires the Enterprise or Developer editions to run. Does anyone have a work around or an alterative for this? Any help would be greatly appreciated. Thank you! David92595
  2. Hello, The company I work for is in the process of going paperless, because of this I need to create a script that will find a folder that has been previously created, but could be located in multiple places. So I need to be able to search multiple folders/have the ability to set a list of folders to search. Once found I need it to open the folder automatically. I need to have a one click button that will search the multiple folders based on a text box in an access 2007 Form. For example I need the script to search folders: \\SERVER\Max\BAC, \\SERVER\Max\LPS, \\SERVER\Max\FCI Based on [Forms]![Main Details]![LN] (the text box, which will be a number). Any help on this would be appreciated! Thank you, David92595
×
×
  • Create New...