﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQLServerCentral.com / Tag Issues with Content  / can not access master stored proc / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 18 May 2013 16:52:10 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: can not access master stored proc</title><link>http://www.sqlservercentral.com/Forums/Topic1399842-454-1.aspx</link><description>[quote][b]shobha.aradhya (12/24/2012)[/b][hr]Hi, I have the below codedeclare @ret intDECLARE  @XMLFile varchar(255)SET @XMLFile = 'C:\myfile.xml'exec @ret = master..xp_FileExists @XMLFileWhen I execute this its throwing errorCould not find stored procedure 'master..xp_FileExists'.When I checked master database the stored proc xp_FileExists is existing.Any Idea where am I going wrong?Thanks in advance,Aradhya[/quote]Hi,That extended store proc is not exists..Use the below code...declare @ret intDECLARE @XMLFile varchar(255)SET @XMLFile = 'C:\myfile.xml'exec @ret = master.sys.xp_FileExist @XMLFile</description><pubDate>Mon, 04 Feb 2013 03:52:58 GMT</pubDate><dc:creator>SQL Dev-938873</dc:creator></item><item><title>can not access master stored proc</title><link>http://www.sqlservercentral.com/Forums/Topic1399842-454-1.aspx</link><description>Hi, I have the below codedeclare @ret intDECLARE  @XMLFile varchar(255)SET @XMLFile = 'C:\myfile.xml'exec @ret = master..xp_FileExists @XMLFileWhen I execute this its throwing errorCould not find stored procedure 'master..xp_FileExists'.When I checked master database the stored proc xp_FileExists is existing.Any Idea where am I going wrong?Thanks in advance,Aradhya</description><pubDate>Mon, 24 Dec 2012 02:00:27 GMT</pubDate><dc:creator>shobha.aradhya</dc:creator></item></channel></rss>