DOS Command to Append Text to a FileYou may have a need to append some text to a file. Suppose you have an existing file […] June 1, 2017 in Windows tagged text / DOS / sql server / xp_cmdshell / output / echo / >> / log / file / save / redirect / append / DOS by Mike
SQL Server xp_cmdshellFrom within SQL Server you can spawn a command shell to the operating system. Therefore you can run […] April 9, 2017 in SQL Server tagged DOS / xp_cmdshell / command by Mike
SQL Server bcp errorYou may get the following error while running a SQL Server command xp_cmd. Please refer to the previous […] March 1, 2017 in SQL Server tagged bcp / xp_cmdshell by Mike
SQL Server Exporting Data Programatically with bcp and xp_cmdshellMany times you may find that you need to take some data in a table or tables and […] February 28, 2017 in SQL Server tagged file / sql / bcp / xp_cmdshell / output by Mike
SQL Server Exporting a Table to a Text FileThis post describes how to export a SQL Server table to a text file using a stored procedure. […] February 27, 2017 in SQL Server tagged sql / bcp / xp_cmdshell by Mike