u can use BULKinsert
S
sri080188
@sri080188
Posts
-
How to Insert Record In MYSQL -
MS-SQL Server querry questionselect * from table1 where SUBSTRING(table1.column2,1,2) like '%@param1%' or SUBSTRING(table1.column2,1,2)>'%@param2%' use dynamic query
-
Parameter names of Stored Proceduresyap it will work
-
Conditional clause form two tables in sql serverif both the tables having same structure u can use select * from tbDocument union all select * from tbTasks1 where tbTasks1.IsDelete = 0
-
Blog Software for ASP.NETtry java2s.com
-
Autocomplete textbox problemi think it is displaying division ,You can convert this vales into varchar in the sql script
-
drop down list selected valueMe.txtItemNumber.Text = ddlKeyResultsMeaures.items(ddlKeyResultsMeaures.Selectedindex) try this