{"id":10050,"date":"2026-03-06T19:40:00","date_gmt":"2026-03-06T10:40:00","guid":{"rendered":"https:\/\/www.auctionpro.co.kr\/?p=10050"},"modified":"2026-03-06T19:40:51","modified_gmt":"2026-03-06T10:40:51","slug":"short-url-%ec%a3%bc%ec%9d%98-%ec%82%ac%ed%95%ad","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=10050","title":{"rendered":"short URL \uc8fc\uc758 \uc0ac\ud56d"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">MSSQL \uc5d0\uc11c  \uceec\ub7fc\uc740 \ub300\uc18c \ubb38\uc790\ub97c \uad6c\ubd84\ud558\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \ub300\uc18c\ubb38\uc790 \uad6c\ubd84\ud560\uc218 \uc788\uac8c \uc18d\uc131\uc744 \ucd94\uac00 \ud574\uc57c \ud55c\ub2e4.<br><br>SEFSFF \uc640  sefsff  \ub294 \uac19\uc740 \ud0a4\ub85c \uc778\uc2dd<\/h4>\n\n\n\n<h3 class=\"wp-block-heading\">Create<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:tsql decode:true \" >CREATE TABLE VTM_ShortUrl\n(\n\tshortUrl VARCHAR(20) COLLATE Latin1_General_CS_AS PRIMARY KEY,\n\tlongUrl VARCHAR(2000),\n\tcreateDate DATETIME DEFAULT GETDATE()\n)<\/pre><\/div>\n\n\n\n<p><\/p>\n\n\n\n<p>PK \uc774\uba74 \ubcc0\uacbd\uc2dc  \ud0a4\uc18d\uc131\uc744 \uc0ad\uc81c\ud558\uace0 \ub2e4\uc2dc \uc124\uc815 \ud544\uc694<\/p>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:tsql decode:true \" >SQL\n-- 1. PK \uc0ad\uc81c (\uc81c\uc57d \uc870\uac74 \uc774\ub984\uc744 \ud655\uc778\ud574\uc11c \uc785\ub825\ud558\uc138\uc694)\nALTER TABLE ShortUrl DROP CONSTRAINT PK_ShortUrl;\n\n-- 2. \uceec\ub7fc \uc124\uc815 \ubcc0\uacbd (\ub300\uc18c\ubb38\uc790 \uad6c\ubd84 \uc124\uc815)\nALTER TABLE ShortUrl \nALTER COLUMN shortUrl VARCHAR(100) COLLATE Korean_100_CS_AS NOT NULL;\n\n-- 3. PK \uc7ac\uc124\uc815\nALTER TABLE ShortUrl ADD CONSTRAINT PK_ShortUrl PRIMARY KEY (shortUrl);<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Select<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:tsql decode:true \" >WHERE shortUrl COLLATE Latin1_General_CS_AS = @shortUrl<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">\uc800\uc7a5\ud504\ub85c\uc2dc\uc800<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:c# decode:true \" >ALTER PROCEDURE [dbo].[usp_ShortUrl_Read]\n(\n\t@shortUrl varchar(100)\n)\nAS\nBEGIN\n\tSET NOCOUNT ON;\n\n\tSELECT longUrl\n\tFROM ShortUrl WITH (NOLOCK)\n\tWHERE shortUrl COLLATE Latin1_General_CS_AS = @shortUrl\n\nEND<\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>MSSQL \uc5d0\uc11c \uceec\ub7fc\uc740 \ub300\uc18c \ubb38\uc790\ub97c \uad6c\ubd84\ud558\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \ub300\uc18c\ubb38\uc790 \uad6c\ubd84\ud560\uc218 \uc788\uac8c \uc18d\uc131\uc744 \ucd94\uac00 \ud574\uc57c \ud55c\ub2e4. SEFSFF \uc640 sefsff \ub294 \uac19\uc740 \ud0a4\ub85c \uc778\uc2dd Create PK \uc774\uba74 <a class=\"mh-excerpt-more\" href=\"https:\/\/www.auctionpro.co.kr\/?p=10050\" title=\"short URL \uc8fc\uc758 \uc0ac\ud56d\">[&#8230;]<\/a><\/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-10050","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>short URL \uc8fc\uc758 \uc0ac\ud56d - 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=10050\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"short URL \uc8fc\uc758 \uc0ac\ud56d - AuctionPro\" \/>\n<meta property=\"og:description\" content=\"MSSQL \uc5d0\uc11c \uceec\ub7fc\uc740 \ub300\uc18c \ubb38\uc790\ub97c \uad6c\ubd84\ud558\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \ub300\uc18c\ubb38\uc790 \uad6c\ubd84\ud560\uc218 \uc788\uac8c \uc18d\uc131\uc744 \ucd94\uac00 \ud574\uc57c \ud55c\ub2e4. SEFSFF \uc640 sefsff \ub294 \uac19\uc740 \ud0a4\ub85c \uc778\uc2dd Create PK \uc774\uba74 [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.auctionpro.co.kr\/?p=10050\" \/>\n<meta property=\"og:site_name\" content=\"AuctionPro\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-06T10:40:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-06T10:40:51+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<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=10050#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=10050\"},\"author\":{\"name\":\"golgol\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"headline\":\"short URL \uc8fc\uc758 \uc0ac\ud56d\",\"datePublished\":\"2026-03-06T10:40:00+00:00\",\"dateModified\":\"2026-03-06T10:40:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=10050\"},\"wordCount\":8,\"commentCount\":0,\"articleSection\":[\"[DB]MSSQL Server\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=10050#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=10050\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=10050\",\"name\":\"short URL \uc8fc\uc758 \uc0ac\ud56d - AuctionPro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\"},\"datePublished\":\"2026-03-06T10:40:00+00:00\",\"dateModified\":\"2026-03-06T10:40:51+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=10050#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=10050\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=10050#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"short URL \uc8fc\uc758 \uc0ac\ud56d\"}]},{\"@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":"short URL \uc8fc\uc758 \uc0ac\ud56d - 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=10050","og_locale":"ko_KR","og_type":"article","og_title":"short URL \uc8fc\uc758 \uc0ac\ud56d - AuctionPro","og_description":"MSSQL \uc5d0\uc11c \uceec\ub7fc\uc740 \ub300\uc18c \ubb38\uc790\ub97c \uad6c\ubd84\ud558\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \ub300\uc18c\ubb38\uc790 \uad6c\ubd84\ud560\uc218 \uc788\uac8c \uc18d\uc131\uc744 \ucd94\uac00 \ud574\uc57c \ud55c\ub2e4. SEFSFF \uc640 sefsff \ub294 \uac19\uc740 \ud0a4\ub85c \uc778\uc2dd Create PK \uc774\uba74 [...]","og_url":"https:\/\/www.auctionpro.co.kr\/?p=10050","og_site_name":"AuctionPro","article_published_time":"2026-03-06T10:40:00+00:00","article_modified_time":"2026-03-06T10:40:51+00:00","author":"golgol","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"golgol"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.auctionpro.co.kr\/?p=10050#article","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=10050"},"author":{"name":"golgol","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"headline":"short URL \uc8fc\uc758 \uc0ac\ud56d","datePublished":"2026-03-06T10:40:00+00:00","dateModified":"2026-03-06T10:40:51+00:00","mainEntityOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=10050"},"wordCount":8,"commentCount":0,"articleSection":["[DB]MSSQL Server"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.auctionpro.co.kr\/?p=10050#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.auctionpro.co.kr\/?p=10050","url":"https:\/\/www.auctionpro.co.kr\/?p=10050","name":"short URL \uc8fc\uc758 \uc0ac\ud56d - AuctionPro","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/#website"},"datePublished":"2026-03-06T10:40:00+00:00","dateModified":"2026-03-06T10:40:51+00:00","author":{"@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"breadcrumb":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=10050#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.auctionpro.co.kr\/?p=10050"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.auctionpro.co.kr\/?p=10050#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/www.auctionpro.co.kr\/"},{"@type":"ListItem","position":2,"name":"short URL \uc8fc\uc758 \uc0ac\ud56d"}]},{"@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\/10050","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=10050"}],"version-history":[{"count":3,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/10050\/revisions"}],"predecessor-version":[{"id":10053,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/10050\/revisions\/10053"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10050"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=10050"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=10050"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}