본문 바로가기

낭만 프로그래머

검색하기
낭만 프로그래머
프로필사진 조영래

  • 전체보기 (191)
    • AI (1)
      • Tensorflow (1)
    • Common (6)
    • Javascript (16)
      • Common (2)
      • Angular (5)
      • Bootstrap (3)
      • Node.js (1)
      • Kendo UI (1)
    • Linux (49)
      • Common (4)
      • CentOS (39)
      • Ubuntu (6)
    • Java (39)
      • Common (23)
      • Spring (9)
      • Tomcat (6)
    • Android (24)
    • Tool (5)
      • Eclipse (5)
    • C# (2)
    • Windows (12)
      • Common (12)
    • Kotlin (9)
    • ETC (25)
    • Swift (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2023/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
  • linux
  • java
  • MVC
  • tomcat
  • centos
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록2023/07/14 (1)

낭만 프로그래머

[MSSQL] DB 전체에 특정 문자열 찾기

1. 프로시저 생성 CREATE PROCEDURE spSearchOnAlldb @phrase varchar(8000), @OutFullRecords bit=0 AS declare @sql varchar(8000) declare @tbl varchar(128) declare @col varchar(128) declare @id_present bit declare @is_char_phrase bit declare @min_len int declare @loop_idx int declare @loop_chr char(1) set nocount on if IsNull(@phrase,'')='' begin raiserror('Phrase is absent',16,-1) return end select @loop_..

ETC 2023. 7. 14. 11:46
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바