본문 바로가기

pierrot_98

검색하기
pierrot_98
프로필사진 pierrot_98

  • 분류 전체보기 (17)
    • IT (17)
      • Delphi (11)
      • iOS (0)
      • MSSQL (5)
      • C++,C (0)
      • Python (0)
      • WEB (0)
      • Algorithm (0)
      • OS (1)
    • ETC (0)
      • 일상 (0)
      • 게임 (0)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Tags
  • 네트워크 드라이브
  • 레지스트리
  • 델파이
  • index
  • json parsing
  • SQL
  • macos
  • MSSQL
  • GIT
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록SQL (1)

pierrot_98

[MSSQL]SQL 네트워크 드라이브 연결

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 --xp_cmdshell 활성화 EXEC sp_configure 'show advanced option',1 go reconfigure; go exec sp_configure 'xp_cmdshell',1 go reconfigure; go exec xp_cmdshell 'net use P: \\127.0.0.1\dir pa$$word /USER:127.0.0.1\administrator' --네트워크 드라이브 연결 --xp_cmdshell 비활성화 exec sp_configure 'xp_cmdshell',0 go reconfigure; go EXEC s..

IT/MSSQL 2019. 12. 17. 19:12
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바