| | |
How do I move data from one table to another using asp.net and MS SQL?
Please support our ASP.NET advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: May 2009
Posts: 40
Reputation:
Solved Threads: 0
Hi,
I'm trying to move "leftover" data from one database table to another after the user clicked on a button. Please can anyone give me some advise. This is kinda really urgent plz.
Everytime i run my app it gives no error but also doesn't move my data.
I'm using a stored procedure and this is my code:
I'm trying to move "leftover" data from one database table to another after the user clicked on a button. Please can anyone give me some advise. This is kinda really urgent plz.
Everytime i run my app it gives no error but also doesn't move my data.

I'm using a stored procedure and this is my code:
ASP.NET Syntax (Toggle Plain Text)
ALTER PROCEDURE dbo.MoveDeleteUplHis /* ( @parameter1 int = 5, @parameter2 datatype OUTPUT ) */ @tel text AS SET IDENTITY_INSERT CompanyHistory ON INSERT INTO CompanyHistory (CH_ID, CH_Tel, CH_SDT, CH_Duration, CH_Transaction, CH_Destination, CH_Amount, CH_Roaming, CH_Discount, CH_Status) SELECT Upl_ID, Upl_Tel, Upl_SDT, Upl_Duration, Upl_Transaction, Upl_Destination, Upl_Amount, Upl_Roaming, Upl_Discount, Upl_Status FROM Upload WHERE Upl_Tel LIKE @tel; SET IDENTITY_INSERT CompanyHistory ON DELETE FROM Upload WHERE Upl_Tel LIKE @tel; /* SET NOCOUNT ON */ RETURN
Last edited by phoenix_dwarf; Oct 24th, 2009 at 11:38 am. Reason: Missing code
![]() |
Similar Threads
- Need Freelance ASP.NET, MS SQL, C#, VB.NET Developer (Web Development Job Offers)
- Update from Asp.net to Sql server db (ASP.NET)
- ASP.NET/SQL Developer/Programmer (Web Development Job Offers)
- ASP.Net perm full time programmer wanted (Web Development Job Offers)
- Experience ASP.net with C# developer needed!! (Web Development Job Offers)
- Software Engineer (.NET , SQL) (Software Development Job Offers)
- dreamweaver/ asp.net /sql server help needed please!!! (ASP.NET)
- ASP.Net / C# Web Developer (Web Development Job Offers)
Other Threads in the ASP.NET Forum
Views: 403 | Replies: 2
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 3.5 ajax appliances application asp asp.net beginner box browser businesslogiclayer button c# cac checkbox child class complex contenttype control countryselector database datagrid datagridview datalist deployment development dgv dialog dropdownmenu dynamic dynamically edit editing embeddingactivexcontrol feedback fileuploader fill findcontrol flash flv folder form gridview gudi identity iis image javascript languages list maps menu mobile mssql nameisnotdeclared news novell opera order parent problem profile redirect refer registration relationaldatabases reportemail response.redirect rows search security select serializesmo.table services sessionvariables silverlight smoobjects software sql sql-server ssl tracking treeview validatedate validation vb vb.net videos vista visualstudio vs2008 web webapplications webarchitecture webdevelopment webprogramming wizard xsl





