Skip to content Skip to sidebar Skip to footer
Showing posts with the label Xp Cmdshell

Reading A Text File With Sql Server

I am trying to read in a text file from an SQL query (SQL Server 2005) but am not having any luck a… Read more Reading A Text File With Sql Server

Which Account Is Used When Executing Xp_cmdshell 'wmic ... "java -jar ..."'

I have a jar file that I want to run as a step in an SQL Job. However, the jar file has to run on m… Read more Which Account Is Used When Executing Xp_cmdshell 'wmic ... "java -jar ..."'

How Do I Resolve This "access Is Denied" Error Which Occurs When Using Xp_cmdshell In Microsoft Sql?

This is my entire routine: Declare @AttFileType as char(5), @HQCo as int, @FormName as Varchar(15)… Read more How Do I Resolve This "access Is Denied" Error Which Occurs When Using Xp_cmdshell In Microsoft Sql?