Three-way SMS monthly send volume into SQL Server essay

Source: Internet
Author: User
Tags bulk insert

CREATE TABLE SQL

CREATE TABLE SmsSentLog2014101625 (

Phone NVARCHAR (MAX),

Messagecontent NVARCHAR (MAX),

Messagestatus NVARCHAR (MAX),

Messagecount NVARCHAR (MAX),

MessageStatus1 NVARCHAR (MAX),

Province NVARCHAR (MAX),

Guishudi NVARCHAR (MAX),

Sendtime NVARCHAR (MAX),

Statustime NVARCHAR (MAX)

)

/**/Import from CSV into the table,

This is the reference link http://www.cnblogs.com/xbf321/archive/2010/03/14/sql-server-import-csv-in-to-table.html

BULK INSERT SmsSentLog201410

From ' f:\ tee October SMS details \dh1703 1026--1031.csv '

With (

FieldTerminator = ' "," ',

Rowterminator = ' \ n '

)

SELECT COUNT (1) from SmsSentLog201410

drop table SmsSentLog201410

Update SmsSentLog201410 Set messagecount = REPLACE (Messagecount, ' "', ')

Delete from SmsSentLog201410 where phone = ' mobile number '

Three-way SMS monthly send volume into SQL Server essay

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.