Hello,
I have an access database and ico on a CD. I want to run a script on load (using autorun.inf - that's no big deal) to copy files from the CD to a folder on the C: drive. Once I copy the file I will make a short cut to the desktop to that file. Now the only problem I am having is that my...
Hello World! I have a bit of an issue I need my table in sql to be exported to an XML file. I have an example of the XML file and created my table to look like the file. Here is what my final XML is supposed to look like:
<?xml version="1.0" encoding="windows-1252"?>
<Root>
<ListPreDef>
<bm...
I have a View with the following code:
SELECT
ID, CaseNumber1, DateFiled, OpenActionCode, JudgeNumber, TermDate, TermActionCodeID, ReOpenedCase, VisitJudge, CaseTypeNumber, SubmittedDate, RulingDate,
PreviousFileDate, Note, CDatefiled, CTermdate, CSubmittedDate, CRulingDate
FROM
tblSupremeCourt...
Hello, perhaps you guys have heard this before in the past, but here is
what I'm looking for.
I have a SQL 2005 table with Social security numbers. We need to get rid of the SSN numbers and replace them with SPLAT (*)
For example:
if the real SSN is: 340-53-7098 the repacement would be...
I have a DailyBackup.vbs file that selects two drives and then copies the contents to their own folder for backup purposes. It looks like this:
Option Explicit
Dim FSO, StrDate, StrMonth, StrDay, StrYear, StrBackupFolder1, StrBackupFolder2, CopyFolder1, CopyFolder2, PasteFolder1, PasteFolder2...
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.