'2019/07/25'에 해당되는 글 5건

  1. 2019.07.25 mssql import from csv
  2. 2019.07.25 R420 PERC H310 Mini 용량 인식 테스트
  3. 2019.07.25 node.js xpath select() select1()
  4. 2019.07.25 node.js xpath apidoc
  5. 2019.07.25 xmllint string()
Microsoft/mssql2019. 7. 25. 18:12

-0-??? 없는게 더 이상한거였나?

 

[링크 : https://docs.microsoft.com/ko-kr/sql/relational-databases/import-export/import-flat-file-wizard?view=sql-server-2017]

[링크 : https://tshooter.tistory.com/135]

 

단 새 테이블로만 가능

 

새거에 넣고 복사해냐하나?

[링크 : http:// https://121202.tistory.com/m/107]

'Microsoft > mssql' 카테고리의 다른 글

linux mssql odbc 예제  (0) 2021.10.22
mssql on docker  (0) 2021.10.22
mssql UDL 파일  (0) 2021.10.22
mssql sqlcmd  (4) 2019.05.22
Posted by 구차니

일단 카탈로그 상으로는 3TB 까지 인식된다고 해서 어떻게 되나.. 하고

회사 하드 뒤져보니 4TB 짜리 노는게 있어서 일단 꽂고 켰는데 인식이 안되서(하드 불이 안들어 옴)

핫 스왑으로 뽑았다 꽂으니 이제서야 불이 들어온다.

아무튼.. PERC 설정 들어가니 4TB 정상적으로 인식이 된건가?

 

 

'하드웨어 > Server Case & board' 카테고리의 다른 글

quanta computer windmill F03 소비전력  (0) 2020.07.14
서버 획득!  (2) 2020.07.12
memory rank 와 RDIMM  (0) 2019.07.02
dell r510 dvd to hdd  (0) 2019.06.06
option rom  (0) 2019.06.03
Posted by 구차니
Programming/node.js2019. 7. 25. 14:41

select1()은 attribute 빼낼때 .value로 쓸수 있고

select()는 element 단위로 빼낼때 쓰는 듯

 

xpath 에서 attribute 빼내려면

/Ele@Attr이 아니라

/Ele/@Attr로 해야지 정상적으로 인식한다.

'Programming > node.js' 카테고리의 다른 글

xpath text()  (0) 2019.08.07
node.js readline과 r/w stream  (0) 2019.07.31
node.js xpath apidoc  (0) 2019.07.25
node.js readline()  (0) 2019.06.28
node.js 메모리 사용 가능 용량 늘리기  (0) 2019.06.21
Posted by 구차니
Programming/node.js2019. 7. 25. 13:32

'Programming > node.js' 카테고리의 다른 글

node.js readline과 r/w stream  (0) 2019.07.31
node.js xpath select() select1()  (0) 2019.07.25
node.js readline()  (0) 2019.06.28
node.js 메모리 사용 가능 용량 늘리기  (0) 2019.06.21
node.js fs.createreadstream highWaterMark  (0) 2019.06.19
Posted by 구차니
Programming/xml2019. 7. 25. 12:45

-xpath "@Version" 으로 하면 값과 Atrribute 이름이 같이 출력되는데

Version="" 식으로

 

"string(@Version)" 으로 하면 "" 안의 값만 출력된다.

 

[링크 : https://unix.stackexchange.com/questions/219373/]

'Programming > xml' 카테고리의 다른 글

xpath syntax - attribute 검색 및 특정값 얻기  (0) 2019.08.08
xpath..  (0) 2019.08.01
libxml2 - xmlNodeDump()  (0) 2019.07.09
libxml2  (0) 2019.07.04
xmlstarlet  (0) 2016.05.26
Posted by 구차니