Click here to Skip to main content
15,895,793 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
Hello friends
I have made a web application in asp.net using c#. It is using 15 different location from internet. so how to manage insert/update/select/delete with sql server faster.
Posted
Comments
What exactly you need to make fast? Please explain the scenario.
Abhilask kumar 10-Dec-13 3:38am    
when more then 3-4 user insert at same time then some time insert duplicate value.
Then use Transaction Blocks in your code.

If you want to operate faster with sql server Please concentrate regarding windows azure which is new features of Microsoft.

Windows Azure SQL Database is a feature-rich, fully managed relational database service that offers a highly productive experience, faster, incorporates proven SQL Server technology, and delivers business-class capabilities.


Get More Details
working-with-154-million-records-on.html[^]
move-your-sql-server-databases-to-windows-azure-sql.aspx[^]
http://msdn.microsoft.com/en-us/library/windowsazure/dn387396.aspx[^]
windows-azure-data-series-sql-server-fast-track-data-warehouse-ftdw.aspx[^]
 
Share this answer
 
I have use store procedure and trigger to fix this problem.
 
Share this answer
 
Comments
This is not an answer. Please delete this and if you want to reply to any answer, then click on "Have a Question or Comment" in that Answer Box itself.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900