{"id":6988,"date":"2022-03-02T17:28:10","date_gmt":"2022-03-02T08:28:10","guid":{"rendered":"https:\/\/www.auctionpro.co.kr\/?p=6988"},"modified":"2022-03-02T17:45:01","modified_gmt":"2022-03-02T08:45:01","slug":"mssqlinsert%ec%8b%9c-%ec%9e%90%eb%8f%99%ec%a6%9d%ea%b0%80-key%ea%b0%92","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=6988","title":{"rendered":"[MSSQL]Insert\uc2dc \uc790\ub3d9\uc99d\uac00 Key\uac12"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Remark : [MSSQL]Insert\uc2e4\ud589\uc2dc \uc790\ub3d9\uc99d\uac00\ub418\ub294 IDENTITY\uac12 \ubc14\ub85c \uac00\uc838\uc624\uae30<\/h4>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:tsql decode:true \">SELECT @@IDENTITY<\/pre><\/div>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">\uc800\uc7a5\ud504\ub85c\uc2dc\uc800\uc5d0\uc11c \uc801\uc6a9<\/h4>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:tsql decode:true \" >SET ANSI_NULLS ON\nGO\nSET QUOTED_IDENTIFIER ON\nGO\n-- =============================================\n-- Author:\t\t\ud64d\uae38\ub3d9 \n-- Create date: 2022-03-02\n-- Description:\tCACHE \uc800\uc7a5\n-- =============================================\nCREATE PROCEDURE CACHE_Save\n\t-- Add the parameters for the stored procedure here\n\t@IDX int, -- \ub85c\uadf8 \uc678\ub798\ud0a4 \n    @DICSTRING varchar(50),\n    @ENGLISH varchar(50),\n    @KOREAN varchar(50)\n\nAS\nBEGIN\n\t-- SET NOCOUNT ON added to prevent extra result sets from\n\t-- interfering with SELECT statements.\n\tSET NOCOUNT ON;\n\n\tDeclare @iDICSTRING int\n\n\tSet @iDICSTRING = (Select count(*) FROM CACHE Where IDX =@IDX and DICSTRING =@DICSTRING)\n\n\tIf @iDICSTRING=0 -- Save\n\tBegin\n\t  INSERT INTO [dbo].[CACHE]\n           ([IDX]\n           ,[DICSTRING]\n           ,[ENGLISH]\n           ,[KOREAN])\n     VALUES\n           (@IDX\n            ,@DICSTRING\n            ,@ENGLISH\n            ,@KOREAN)\n        \n            SELECT @@IDENTITY AS CACHE_IDX\n\tend\n\telse\n\t   SELECT 0 AS CACHE_IDX\n\nEND\nGO<\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>Remark : [MSSQL]Insert\uc2e4\ud589\uc2dc \uc790\ub3d9\uc99d\uac00\ub418\ub294 IDENTITY\uac12 \ubc14\ub85c \uac00\uc838\uc624\uae30 \uc800\uc7a5\ud504\ub85c\uc2dc\uc800\uc5d0\uc11c \uc801\uc6a9<\/p>\n<\/div>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[16],"tags":[],"class_list":["post-6988","post","type-post","status-publish","format-standard","hentry","category-mssql-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>[MSSQL]Insert\uc2dc \uc790\ub3d9\uc99d\uac00 Key\uac12 - AuctionPro<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.auctionpro.co.kr\/?p=6988\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[MSSQL]Insert\uc2dc \uc790\ub3d9\uc99d\uac00 Key\uac12 - AuctionPro\" \/>\n<meta property=\"og:description\" content=\"Remark : [MSSQL]Insert\uc2e4\ud589\uc2dc \uc790\ub3d9\uc99d\uac00\ub418\ub294 IDENTITY\uac12 \ubc14\ub85c \uac00\uc838\uc624\uae30 \uc800\uc7a5\ud504\ub85c\uc2dc\uc800\uc5d0\uc11c \uc801\uc6a9\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.auctionpro.co.kr\/?p=6988\" \/>\n<meta property=\"og:site_name\" content=\"AuctionPro\" \/>\n<meta property=\"article:published_time\" content=\"2022-03-02T08:28:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-02T08:45:01+00:00\" \/>\n<meta name=\"author\" content=\"golgol\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"golgol\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=6988#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=6988\"},\"author\":{\"name\":\"golgol\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"headline\":\"[MSSQL]Insert\uc2dc \uc790\ub3d9\uc99d\uac00 Key\uac12\",\"datePublished\":\"2022-03-02T08:28:10+00:00\",\"dateModified\":\"2022-03-02T08:45:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=6988\"},\"wordCount\":7,\"commentCount\":0,\"articleSection\":[\"[DB]MSSQL Server\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=6988#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=6988\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=6988\",\"name\":\"[MSSQL]Insert\uc2dc \uc790\ub3d9\uc99d\uac00 Key\uac12 - AuctionPro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\"},\"datePublished\":\"2022-03-02T08:28:10+00:00\",\"dateModified\":\"2022-03-02T08:45:01+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=6988#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=6988\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=6988#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[MSSQL]Insert\uc2dc \uc790\ub3d9\uc99d\uac00 Key\uac12\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\",\"name\":\"AuctionPro\",\"description\":\"\uc625\uc158\ud504\ub85c\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\",\"name\":\"golgol\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?author=6\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[MSSQL]Insert\uc2dc \uc790\ub3d9\uc99d\uac00 Key\uac12 - AuctionPro","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.auctionpro.co.kr\/?p=6988","og_locale":"ko_KR","og_type":"article","og_title":"[MSSQL]Insert\uc2dc \uc790\ub3d9\uc99d\uac00 Key\uac12 - AuctionPro","og_description":"Remark : [MSSQL]Insert\uc2e4\ud589\uc2dc \uc790\ub3d9\uc99d\uac00\ub418\ub294 IDENTITY\uac12 \ubc14\ub85c \uac00\uc838\uc624\uae30 \uc800\uc7a5\ud504\ub85c\uc2dc\uc800\uc5d0\uc11c \uc801\uc6a9","og_url":"https:\/\/www.auctionpro.co.kr\/?p=6988","og_site_name":"AuctionPro","article_published_time":"2022-03-02T08:28:10+00:00","article_modified_time":"2022-03-02T08:45:01+00:00","author":"golgol","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"golgol","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.auctionpro.co.kr\/?p=6988#article","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=6988"},"author":{"name":"golgol","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"headline":"[MSSQL]Insert\uc2dc \uc790\ub3d9\uc99d\uac00 Key\uac12","datePublished":"2022-03-02T08:28:10+00:00","dateModified":"2022-03-02T08:45:01+00:00","mainEntityOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=6988"},"wordCount":7,"commentCount":0,"articleSection":["[DB]MSSQL Server"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.auctionpro.co.kr\/?p=6988#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.auctionpro.co.kr\/?p=6988","url":"https:\/\/www.auctionpro.co.kr\/?p=6988","name":"[MSSQL]Insert\uc2dc \uc790\ub3d9\uc99d\uac00 Key\uac12 - AuctionPro","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/#website"},"datePublished":"2022-03-02T08:28:10+00:00","dateModified":"2022-03-02T08:45:01+00:00","author":{"@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"breadcrumb":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=6988#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.auctionpro.co.kr\/?p=6988"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.auctionpro.co.kr\/?p=6988#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/www.auctionpro.co.kr\/"},{"@type":"ListItem","position":2,"name":"[MSSQL]Insert\uc2dc \uc790\ub3d9\uc99d\uac00 Key\uac12"}]},{"@type":"WebSite","@id":"https:\/\/www.auctionpro.co.kr\/#website","url":"https:\/\/www.auctionpro.co.kr\/","name":"AuctionPro","description":"\uc625\uc158\ud504\ub85c","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.auctionpro.co.kr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2","name":"golgol","url":"https:\/\/www.auctionpro.co.kr\/?author=6"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/6988","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6988"}],"version-history":[{"count":0,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/6988\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6988"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=6988"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=6988"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}