Urgent help Please! I have a table exist in two database on two different server in sql server. I want to get the data of table from one table and another. When I am using OPENROWSET command it through error. I don't know what it mean. Is there any way to migrate the data. One problem is that I have a column for multi language when i migrate the date the multilingual colum show ??????? and not the original one. thanks in advance
faizurrahman
Posts
-
Table Date Migration -
Store Procedure parameterThank you I have got solution by a simple query: select * from information_schema.Parameters where specific_Name = 'ProceName'
-
Store Procedure parameterI want to write a store procedure which accept anothor store procedure as parameter and then retrun the datatypes of input variables of given store procedure. Plz help if any one knows n how to do it.
-
sending e-mail using ASPYou can send email in vb script by making cdo object. There are many articles on cdo object on web.
-
Hijri calendarplz, help I need a Javascript for Hijri calendar.
-
http.ini in asp.netThese are html url for asp files when the name of the asp page match with the html url it get that url and the viewer doesn't see the original url. SEO also use prefer it in search point of view. Example : Rewrite /www.websitename/sitemap.html /sitemap.asp [I] sitemap.asp is the original url while it will display sitemap.html.
-
http.ini in asp.netI have used httpd.ini file for ISAPIs in Classic asp which dynamically get the url for .asp file. How I can use this file with asp.net.
-
TextBox Property in ASP.NETI can Make it but how it will recognize to type english or Arabic when the cursor focus on it. how it can sense.
-
TextBox Property in ASP.NETI am using 2 textbox for arabic and 2 for english. Is there any propety of textbox which I have to assign to texbox and onfocus it know what I have to type AR Or Eng without javascript. Any help will be appreciated..
-
Textbox in datagridThanks for such a good advice but I havn't found related article through search before your advice. Thanks
-
Textbox in datagridcan you mentioned the related reference url sir. Thanks
-
TextBox Problem in asp.netThank you sir applying N before text text solved my problem. But please tell me what is mean by this N.
-
TextBox Problem in asp.netSir I am using unicode codepage 1200 and inline query no sp and no globalization. Thanks for reply
-
Textbox in datagridI am using vs 2003 with c#. I have a datagrid on my windows form. I want to display a checkbox with each record in datagrid how i can do this. second problem is that how I can recognize that which textbox in datagrid is checked and which or not. Thanks in advance
-
TextBox Problem in asp.netChristian Graus this is not sql question because I have another Project in which I have textbox and when I am inserting value from simple textbox in the same table the data inserted perfactly. Please any help....
-
TextBox Problem in asp.netI have my own custom web textbox control which accept only arabic. I have done this work through javascript but the problem is that when I use this textbox in my project and inserting data in sql server 2000. It insert question marks instead of arabic text. The field is nvarchar and i have save it as unicode. Please need urgent help Faizur Rahman