Viewing 12 posts - 31 through 42 (of 42 total)
I do know that with Winzip9 the command line functionallity is only available with a paid license and can be downloaded from winzips site. Attempting to run without the license...
November 14, 2006 at 4:56 am
Hmm. Maybe you need to see that the account which SQL Agent runs has "Run as batch job" right.
November 14, 2006 at 4:51 am
Time to setup a firewall? What year is it again?
November 13, 2006 at 5:27 am
I think you answered your own question "executing using the SQL Agent Service Acct.". All network connections and file permissions will be based off the Account that SQL Agent is...
November 13, 2006 at 5:24 am
Based on the error message it looks like the DB is expecting a trusted connection (Windows Authentication), but you are trying to feed it SQL authentication information. Look into you...
November 1, 2006 at 6:39 am
I do not know the details of the TurnFlash program, but if it is a registry key flip, a regedit batch job may do the trick.(Depending on permission to the...
September 6, 2006 at 7:18 am
The problem is you are using Outlook 2003. You need to use a version of Outlook that the MAPI client can be spawned up by services. (Ie Outlook 2000). Or...
July 20, 2006 at 7:58 am
>How do i create a .bat file with t-sql?
In a xp_cmdshell using ECHO and redirecting output with > and >> you can create a .bat file that you can call...
June 5, 2006 at 8:31 am
PAE is a boot.ini switch which will allow the OS to see more than 4GB of RAM. This should not cause a problem to 2005 as it is allowing the...
June 5, 2006 at 8:04 am
using one period yes... Multiple periods no. You may wish to check RFC regarding this(Don't know off the top of my head). RFC states that as single period such as...
June 5, 2006 at 7:54 am
Let me see if I understand the situation. Server A has ip 192.168.0.1 with a DNS record of http://www.database.com and Server B (standby) has Ip 192.168.0.2. Admin wants...
June 5, 2006 at 7:47 am
Use the /3GB switch in Boot.ini, and you will at least be able to use up to 3Gb with standard edition.
-tokyoturnip-
April 27, 2006 at 6:17 am
Viewing 12 posts - 31 through 42 (of 42 total)