Showing related tags and posts accross the entire site.
-
in our application , there is only one sqlserver database in used. when customer view a report page ,it need run many sql query and cause system became slow. to avoid this problem ,we try to duplicate data to another sqlserver database ,and try to run query in that database. so, the question is how can...
-
I have an issue with Nettiers. I wish to copy database records from one database to another database using .Nettiers data layer. However when creating the new record in the receiving database I wish to keep the same Identity column value. How would I do this using .net tiers? What I'm trying to do...