Sqlserver
 sql >> डेटाबेस >  >> RDS >> Sqlserver

UTF-8 में xp_cmdshell के साथ फाइल करने के लिए लिखें

मैं अंततः एक temp.txt फ़ाइल में आउटपुट लिखकर और इसे UTF-8 में बदलने के लिए अगला PowerShell कमांड जोड़कर ऐसा करने में सफल रहा:

-- Change encoding to UTF-8 with PowerShell 
SET @command = 'powershell -Command "Get-Content '[email protected]+'\temp.txt -Encoding Unicode | Set-Content -Encoding UTF8 '[email protected]+'\'[email protected]+'"';
EXEC xp_cmdshell @command;


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Row_Number () यूनियन क्वेरी के साथ

  2. स्ट्रिंग कॉलम नाम sql . से कॉलम मान प्राप्त करें

  3. SQL सर्वर में डेटाटाइम बनाम स्मालडेटाइम:क्या अंतर है?

  4. SQL के साथ दो तालिकाओं का मेल

  5. डीबी ड्रॉप करें लेकिन हटाएं नहीं *.mdf / *.ldf