<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>노을지기 노리터</title>
    <link>https://redsea23.tistory.com/</link>
    <description></description>
    <language>ko</language>
    <pubDate>Tue, 26 May 2026 12:05:02 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>노을지기</managingEditor>
    <item>
      <title>Excel - Power Query - SQL 및 파라메터 참조</title>
      <link>https://redsea23.tistory.com/359</link>
      <description>파워쿼리에서 Query 문만 이용하여 상용하고 싶을때, 다음과 같이 이용하면 된다.
let &amp;nbsp; &amp;nbsp; parameter = &quot;data&quot;, &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;sql_query = &quot; SELECT * FROM [TABLE] WHERE parameter = '&quot; &amp;amp; parameter &amp;amp; &quot;'&quot;,&amp;nbsp; &amp;nbsp; Source = Sql.Database(&quot;[SERVER NAME]&quot;, &quot;[DB NAME]..</description>
      <category>Software Info/MS Office</category>
      <author>노을지기</author>
      <guid isPermaLink="true">https://redsea23.tistory.com/359</guid>
      <comments>https://redsea23.tistory.com/359#entry359comment</comments>
      <pubDate>Tue, 15 Oct 2024 23:47:33 +0900</pubDate>
    </item>
    <item>
      <title>The EXECUTE permission was denied on the object xxxx</title>
      <link>https://redsea23.tistory.com/358</link>
      <description>USE&amp;nbsp;[YOUR&amp;nbsp;DATABASE&amp;nbsp;NAME&amp;nbsp;HERE]; GRANT&amp;nbsp;EXEC&amp;nbsp;ON&amp;nbsp;dbo.[YOUR&amp;nbsp;OBJECT&amp;nbsp;NAME&amp;nbsp;HERE]&amp;nbsp;TO&amp;nbsp;PUBLIC
https://stackoverflow.com/questions/3708348/the-execute-permission-was-denied-on-the-object-xxxxxxx-database-zzz..</description>
      <category>프로그래밍/MS-SQL</category>
      <author>노을지기</author>
      <guid isPermaLink="true">https://redsea23.tistory.com/358</guid>
      <comments>https://redsea23.tistory.com/358#entry358comment</comments>
      <pubDate>Tue, 15 Oct 2024 23:09:31 +0900</pubDate>
    </item>
    <item>
      <title>GridView에서 중복값 찾아서 표시하기</title>
      <link>https://redsea23.tistory.com/356</link>
      <description>출처:&amp;nbsp;https://stackoverrun.com/ko/q/6586360Gridview의 데이터 중 중복 데이터를 찾아서 표시해준다.&amp;nbsp;if (int.Parse(rowToCompare.Cells[0].Text) != int.Parse(row.Cells[0].Text))&amp;nbsp;첫번째 값만 비교.코드는 다음과 같다.using System.Data; using System.Drawing;&amp;nbsp;protected void bind() ..</description>
      <category>프로그래밍/C#</category>
      <author>노을지기</author>
      <guid isPermaLink="true">https://redsea23.tistory.com/356</guid>
      <comments>https://redsea23.tistory.com/356#entry356comment</comments>
      <pubDate>Tue, 5 Feb 2019 05:51:59 +0900</pubDate>
    </item>
    <item>
      <title>Google Cloud에서 Windows 2016 설치 - 1. Google Cloud 설치</title>
      <link>https://redsea23.tistory.com/354</link>
      <description>Google에서 $300 크레딧을 이용하여 원도우 서버를 설치할 예정입니다.서비스는 RDP / Sage50c 을 설치 운영할 예정입니다.1. Google Cloud 설치2. Windows Server 설정3. Sage50c 설치1. Google Cloud 설치구글 클라우드 무료 가이드가 있습니다. 이곳에서 자세히 읽어보면 어떤 서비스를 이용할 수 있는지 알 수 있습니다.. (자세히 읽어봐도 잘 모르겠습니다. 대충 이런 내용이다고 추측은 되는데... 영 ..</description>
      <category>Software Info/Google Cloud</category>
      <author>노을지기</author>
      <guid isPermaLink="true">https://redsea23.tistory.com/354</guid>
      <comments>https://redsea23.tistory.com/354#entry354comment</comments>
      <pubDate>Fri, 27 Jul 2018 04:01:17 +0900</pubDate>
    </item>
    <item>
      <title>windows 10에서 adobe acrobat 프린트시 라인 문제</title>
      <link>https://redsea23.tistory.com/353</link>
      <description>윈도우 10에서 아도비 아크로뱃 프린트시 검은색 라인으로 프린트가 된다..&amp;nbsp;인터넷 검색해 보니 윈도우 10의 호환성 문제이다.[start] - [adobe acrobat] 선택 후 [&amp;gt;] 클릭 후 [Open file location]그후 Adobe Reader 아이콘에서 오른쪽 마우스 클릭 후 [속성] 클릭Adobe Reader 속성에&amp;nbsp;Compatibility 탭에서 Compatibility&amp;nbsp;mode 에서 체크.</description>
      <author>노을지기</author>
      <guid isPermaLink="true">https://redsea23.tistory.com/353</guid>
      <comments>https://redsea23.tistory.com/353#entry353comment</comments>
      <pubDate>Thu, 15 Sep 2016 08:36:34 +0900</pubDate>
    </item>
    <item>
      <title>Description: Internal error. SQL query fetch of ICACCT failed. (468</title>
      <link>https://redsea23.tistory.com/352</link>
      <description>Sage ACCPAC error:(Order Entry Invoice Entry)&amp;nbsp;Description: Internal error. SQL query fetch of ICACCT failed. (468c:\dev\trunk\oe\base\source\views\utildcom.c).When you get this message box&amp;nbsp;above, check the [I/C Account Sets].Because the Account ..</description>
      <category>ERP system/ACCCPAC</category>
      <category>468</category>
      <category>ACCPAC</category>
      <category>description: Internal error</category>
      <category>ICACCT</category>
      <category>ICACCT failed</category>
      <author>노을지기</author>
      <guid isPermaLink="true">https://redsea23.tistory.com/352</guid>
      <comments>https://redsea23.tistory.com/352#entry352comment</comments>
      <pubDate>Tue, 31 May 2016 09:11:09 +0900</pubDate>
    </item>
    <item>
      <title>sheet 이름에 같은 이름이 있다고 할때</title>
      <link>https://redsea23.tistory.com/351</link>
      <description>엑셀을 복사하여 사용하다가 가끔 sheet 이름이 같은 것이 있다고 변경이 안될때가 있다.복사하면서 파일 이름이 숨겨져 있어 발생하는 현상이다.이것 저것 찾아 보았지만, 해결이 안되어 직접 VBA에서 삭제하는 방법이다.탐색기에서 sheet 이름을 확인한 후 실행하면 됨!!소스는 이것...Option ExplicitSub macro_delete_sheet()Application.DisplayAlerts = FalseWorksheets(“Sheet3”).D..</description>
      <category>Software Info/MS Office</category>
      <author>노을지기</author>
      <guid isPermaLink="true">https://redsea23.tistory.com/351</guid>
      <comments>https://redsea23.tistory.com/351#entry351comment</comments>
      <pubDate>Sat, 6 Feb 2016 03:14:04 +0900</pubDate>
    </item>
    <item>
      <title>Outlook에서 task를 calendar에 보여주기</title>
      <link>https://redsea23.tistory.com/350</link>
      <description>&amp;nbsp;Ref:&amp;nbsp;http://blog.infiniteskills.com/2013/06/add-tasks-calendar-outlook-2013/&amp;nbsp;아웃룩에서 캘린더를 많이 사용한다.그런데, 일을 하다보면 Task를 이용하여 사용하고 싶은데, 캘린더에서 task가 보이지 않았다.그래서 구글 검색을 한 결과...1. Tasks에 업무 추가2. Calendar에서 [Home] 탭에서 [Work Week]나 [Week]을 선택한다.3. [V..</description>
      <category>Software Info/MS Office</category>
      <author>노을지기</author>
      <guid isPermaLink="true">https://redsea23.tistory.com/350</guid>
      <comments>https://redsea23.tistory.com/350#entry350comment</comments>
      <pubDate>Tue, 8 Dec 2015 02:21:46 +0900</pubDate>
    </item>
    <item>
      <title>Outlook - 지메일 outlook에 안될때</title>
      <link>https://redsea23.tistory.com/348</link>
      <description>출처: https://support.microsoft.com/ko-kr/kb/2984937 Https://supplort.google.com/mail/answer/78754 란 메시지가 나오면서,설정이 다 맞는데, 안될 경우..보안 문제인듯해결 방법은 보안에서 - Allow less secure apps: ON으로 변경...</description>
      <category>Software Info/MS Office</category>
      <author>노을지기</author>
      <guid isPermaLink="true">https://redsea23.tistory.com/348</guid>
      <comments>https://redsea23.tistory.com/348#entry348comment</comments>
      <pubDate>Tue, 3 Nov 2015 06:48:02 +0900</pubDate>
    </item>
    <item>
      <title>네트워크폴더에 있는 엑셀 파일 열때 읽기 전용으로 나올때</title>
      <link>https://redsea23.tistory.com/347</link>
      <description>원도우 8.1에서 excel 2010을 사용하는데, 갑자기 읽기 전용으로 나온다.Windows 7에서 오픈할때는 별로 상관없는데.... windows 8.1 문제인듯..읽기 전용으로 열 경우 다른 이름으로 저장을 하여 같은 이름으로 할 경우 권한 문제로 저장되지 않았다.다른 이름으로 저장한 후 사용하면 전혀 문제가 없지만..&amp;nbsp;다른 사용자가 그 파일을 수정할 경우 다시 읽기 전용으로 변경되어 버린다.서버에서 [보안] 탭에서 그 그룹을 을 넣어주면..</description>
      <category>Software Info/MS Office</category>
      <author>노을지기</author>
      <guid isPermaLink="true">https://redsea23.tistory.com/347</guid>
      <comments>https://redsea23.tistory.com/347#entry347comment</comments>
      <pubDate>Wed, 24 Jun 2015 06:10:27 +0900</pubDate>
    </item>
  </channel>
</rss>