{"id":1102,"date":"2012-10-16T11:38:24","date_gmt":"2012-10-16T02:38:24","guid":{"rendered":"http:\/\/auctionpro.co.kr\/?p=1102"},"modified":"2017-02-27T09:47:12","modified_gmt":"2017-02-27T00:47:12","slug":"ms-sql-%ec%8a%a4%ed%81%ac%eb%a6%bd%ed%8a%b8%eb%a1%9c-%eb%8d%b0%ec%9d%b4%ed%83%80-%eb%84%a3%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=1102","title":{"rendered":"ms sql \uc2a4\ud06c\ub9bd\ud2b8\ub85c \ub370\uc774\ud0c0 \ub123\uae30"},"content":{"rendered":"<p>SET ANSI_NULLS ON<br \/>\nGO<\/p>\n<p>SET QUOTED_IDENTIFIER ON<br \/>\nGO<\/p>\n<p>CREATE TABLE [dbo].[COMPANY](<br \/>\n[COMPANYID] [int] NOT NULL,<br \/>\n[COMPANYNAME] [nvarchar](150) NULL,<br \/>\n[COMPANYEMAIL] [nvarchar](150) NULL,<br \/>\n[COMPANYSIZE] [nvarchar](150) NULL,<br \/>\nCONSTRAINT [PK_COMPANY] PRIMARY KEY CLUSTERED<br \/>\n(<br \/>\n[COMPANYID] ASC<br \/>\n)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]<br \/>\n) ON [PRIMARY]<\/p>\n<p>GO<\/p>\n<p>&nbsp;<\/p>\n<p>declare @idx int<br \/>\nset @idx = 0<\/p>\n<p>while(@idx&lt;1000000)<br \/>\nBegin<br \/>\nINSERT INTO [Enterprise4].[dbo].[COMPANY]<br \/>\n([COMPANYID]<br \/>\n,[COMPANYNAME]<br \/>\n,[COMPANYEMAIL]<br \/>\n,[COMPANYSIZE])<br \/>\nVALUES<br \/>\n(@idx<br \/>\n,&#8217;company&#8217;<br \/>\n,&#8217;com@email.com&#8217;<br \/>\n,100000)<\/p>\n<p>set @idx = @idx +1<\/p>\n<p>end<\/p>\n<p>GO<\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[COMPANY]( [COMPANYID] [int] NOT NULL, [COMPANYNAME] [nvarchar](150) NULL, [COMPANYEMAIL] [nvarchar](150) NULL, [COMPANYSIZE] [nvarchar](150) NULL, CONSTRAINT <a class=\"mh-excerpt-more\" href=\"https:\/\/www.auctionpro.co.kr\/?p=1102\" title=\"ms sql \uc2a4\ud06c\ub9bd\ud2b8\ub85c \ub370\uc774\ud0c0 \ub123\uae30\">[&#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-1102","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>ms sql \uc2a4\ud06c\ub9bd\ud2b8\ub85c \ub370\uc774\ud0c0 \ub123\uae30 - 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=1102\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ms sql \uc2a4\ud06c\ub9bd\ud2b8\ub85c \ub370\uc774\ud0c0 \ub123\uae30 - AuctionPro\" \/>\n<meta property=\"og:description\" content=\"SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[COMPANY]( [COMPANYID] [int] NOT NULL, [COMPANYNAME] [nvarchar](150) NULL, [COMPANYEMAIL] [nvarchar](150) NULL, [COMPANYSIZE] [nvarchar](150) NULL, CONSTRAINT [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.auctionpro.co.kr\/?p=1102\" \/>\n<meta property=\"og:site_name\" content=\"AuctionPro\" \/>\n<meta property=\"article:published_time\" content=\"2012-10-16T02:38:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-02-27T00:47:12+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=1102#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1102\"},\"author\":{\"name\":\"golgol\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"headline\":\"ms sql \uc2a4\ud06c\ub9bd\ud2b8\ub85c \ub370\uc774\ud0c0 \ub123\uae30\",\"datePublished\":\"2012-10-16T02:38:24+00:00\",\"dateModified\":\"2017-02-27T00:47:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1102\"},\"wordCount\":91,\"commentCount\":0,\"articleSection\":[\"[DB]MSSQL Server\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1102#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1102\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1102\",\"name\":\"ms sql \uc2a4\ud06c\ub9bd\ud2b8\ub85c \ub370\uc774\ud0c0 \ub123\uae30 - AuctionPro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\"},\"datePublished\":\"2012-10-16T02:38:24+00:00\",\"dateModified\":\"2017-02-27T00:47:12+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1102#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1102\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=1102#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ms sql \uc2a4\ud06c\ub9bd\ud2b8\ub85c \ub370\uc774\ud0c0 \ub123\uae30\"}]},{\"@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":"ms sql \uc2a4\ud06c\ub9bd\ud2b8\ub85c \ub370\uc774\ud0c0 \ub123\uae30 - 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=1102","og_locale":"ko_KR","og_type":"article","og_title":"ms sql \uc2a4\ud06c\ub9bd\ud2b8\ub85c \ub370\uc774\ud0c0 \ub123\uae30 - AuctionPro","og_description":"SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[COMPANY]( [COMPANYID] [int] NOT NULL, [COMPANYNAME] [nvarchar](150) NULL, [COMPANYEMAIL] [nvarchar](150) NULL, [COMPANYSIZE] [nvarchar](150) NULL, CONSTRAINT [...]","og_url":"https:\/\/www.auctionpro.co.kr\/?p=1102","og_site_name":"AuctionPro","article_published_time":"2012-10-16T02:38:24+00:00","article_modified_time":"2017-02-27T00:47:12+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=1102#article","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=1102"},"author":{"name":"golgol","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"headline":"ms sql \uc2a4\ud06c\ub9bd\ud2b8\ub85c \ub370\uc774\ud0c0 \ub123\uae30","datePublished":"2012-10-16T02:38:24+00:00","dateModified":"2017-02-27T00:47:12+00:00","mainEntityOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=1102"},"wordCount":91,"commentCount":0,"articleSection":["[DB]MSSQL Server"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.auctionpro.co.kr\/?p=1102#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.auctionpro.co.kr\/?p=1102","url":"https:\/\/www.auctionpro.co.kr\/?p=1102","name":"ms sql \uc2a4\ud06c\ub9bd\ud2b8\ub85c \ub370\uc774\ud0c0 \ub123\uae30 - AuctionPro","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/#website"},"datePublished":"2012-10-16T02:38:24+00:00","dateModified":"2017-02-27T00:47:12+00:00","author":{"@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"breadcrumb":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=1102#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.auctionpro.co.kr\/?p=1102"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.auctionpro.co.kr\/?p=1102#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/www.auctionpro.co.kr\/"},{"@type":"ListItem","position":2,"name":"ms sql \uc2a4\ud06c\ub9bd\ud2b8\ub85c \ub370\uc774\ud0c0 \ub123\uae30"}]},{"@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\/1102","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=1102"}],"version-history":[{"count":0,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/1102\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1102"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1102"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1102"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}