Hello, I have 4 columns in MS-Word. Each column is shaded gray. But each column length can extend longer then the other. When this is the case the long column continues on page two.
When Print Preview it looks great but when i print the 2nd page column loses the shading. Any ideas how i can...
Thanks PHV.
If I leave it with # it reverts back to the old format 1/1/1970. Tried "1970-1-1" but i still get 2003 and 2004 data.
What else can I try?
Thanks in advance
Hello,
Having a hard time with Unix Time in a Query. This is what I got
Field is
Date: (Format((DateAdd("s",Trim([DATECREAT]),#1/1/1970#)),"m/d/yyyy"))
Then in the criteria I have a between statement as follows:
between #9/14/2005# And #9/15/2005#
My results return:
9/14/2003
9/14/2004...
Try creating Backup Jobs with BackupDevices for the days
Then on the job that you want to overwrite include the INIT.
Let me know if it makes sense or not.
Hello,
I am getting a BCP error that I cant see to resolve
CTLIB Message: - L6/O8/S5/N3/5/0:
ct_connect(): directory service layer: internal directory control layer error: Requested server name not found.
Establishing connection failed.
The server name is correct. Tested it with an ODBC DSN...
use INIT which will overwrite the previous
INIT
Specifies that all backup sets should be overwritten, but preserves the media header. If INIT is specified, any existing backup set data on that device is overwritten
TSQL would like this:
BACKUP DATABASE [DBNAME]
TO [BACKUPDEVICE]
WITH INIT ...
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.