Recent posts
I want to call JavaScript code from C#.
I have used RegisterClientScriptBlock method to do so.
But now the problem is that this method is being called in a loop.
So, it is executed only once.
I want this code to be executed on every iteration.
How can I achieve this?
Read more
I am using RadScheduler of telerik control,and I am running into issues like when I select a date range to schedule a task for multiple days and it re-occurs after some interval like after every two days on that particular time.
But when I press save button, it schedules for...
Read more
I am using Oracle and I am new in Oracle. I want to take backup of database and also want to restore it in some other service. Also, it would be better if you can please tell me what are the export and import features in Oracle?
Read more
I want to know the database name and I am using SQL *Plus command prompt of Oracle. Also, how can I figure it out that which user created that database? How can I achieve this using SQL *PLUS command prompt?
Read more
I have a situation in which I have to copy the schema of a table to another table in Oracle. I do not want to copy the data of that table. How can I copy the structure of a table without copying the data?
Read more
I want to create database relationships like one to one, one to many and many to many relationship.
I am using SQL Server 2008 R2. Can anyone please tell me that how can I implement one-to-one, one-to-many and many-to-many relationships while designing tables?
Read more
I bought a Kaspersky Antivirus but before I could start to install it, a message appeared saying I have to remove the other existing Antivirus on my computer. The existing Antivirus according to the message is "AVG 8". But I couldn't find the software, I tried overwriting this AVG...
Read more
There are few database files in my Data Folder of SQL Server directory. I want to delete those files, but when I try to delete them, system says that the files are being used. But those files are not associated with any database and are no longer showing in...
Read more
I have encountered a system error code 791 displaying as "ERROR_BAD_MCFG_TABLE" and/or as the hexidecimal value 0x317. Besides the message also associated with this error code is "The resources required for this device conflict with the MCFG table." How to resolve?
Read more
How can I make sure that a table called Table2 with a field called Field1 will only have the values as in Field1 that are also in another table called Table1 with a field called Field1? How can I force Table2 to contain the values...
Read more