• Home
  • Blog
  • General Stuff
    • Build Patches
    • SQL Server Express
    • Feature Packs
    • SQL Server Management Studio
    • Azure Data Studio
    • mssql-cli
    • Sample Databases

AKAWN

  • Home
  • Blog
  • General Stuff
    • Build Patches
    • SQL Server Express
    • Feature Packs
    • SQL Server Management Studio
    • Azure Data Studio
    • mssql-cli
    • Sample Databases
AKAWN

SQL Server 2017 sys.dm_os_file_exists

Yes, there is now a xp_fileexist alternative called sys.dm_os_file_exists.
 
Below shows both in action.

--pre 2017 
EXEC xp_fileexist 'c:\Windows\notepad.exe';

--new way
SELECT * FROM sys.dm_os_file_exists('c:\Windows\notepad.exe');

image

Share this:

  • Facebook
  • Twitter
  • More
  • Print
  • LinkedIn
  • Reddit
  • Tumblr
  • Pinterest
  • Pocket
  • Telegram
  • WhatsApp

Like this:

Like Loading...

Related

01/05/201729/04/2018 kevin
Previous Next




© 2011-2023 AKAWN®. All rights reserved. Privacy Policy.

{{recaptcha}}
 

Loading Comments...
 

    %d