Viewing 15 posts - 241 through 255 (of 256 total)
All,
I don't think that I have explained the situation correctly. I have a true db grid that is bound to an ADODC control. The ADODC is...
April 2, 2008 at 4:47 pm
Mahesh,
I have a stored procedure that does only select. Then In the application I have a bound true db grid that displays the data. When I...
April 1, 2008 at 1:18 pm
All,
I don't think you understand how bound true db grid works. It displays data from the select query and tries to update the database using the...
March 29, 2008 at 7:55 am
It will be a local access. I don't see any MSDE installed on this computer. Only thing installed is .Net 2.0.
The software is able to access the mdf file on...
March 24, 2008 at 1:46 pm
On one user computer, either SQL Server or SQL Server Express has never been installed and the user is able to run the software that accesses mdf file.
March 24, 2008 at 12:16 pm
Thank you John and Andras. When I run the query it shows only newly created Procedures and not altered procedures that were already existing, even when the cirteria includes "LAST_ALTERED".
March 14, 2008 at 11:03 am
Thank you Greg. Yes the packages were created using SQL 2000. I was not able to find any script on this site to save the files, but I tried saving...
March 13, 2008 at 11:59 am
Thank you Sunshine. I could not find it in the logs.
March 13, 2008 at 8:40 am
I already have the standard installed first and may be that's why it is complaining. Thanks for your response.
February 26, 2008 at 2:41 pm
Thanks again, John. You have been very helpful. The article taught me so much.
February 22, 2008 at 5:23 pm
Thank you again John, that worked. Your help is truly appreciated.
February 22, 2008 at 3:37 pm
Thanks John for your prompt reply. Here is my whole query:
EXEC ('Select *
FROM Table1
WHERE ' + @FieldName + ' = ' + CHAR(39) + @FieldValue + CHAR(39)...
February 22, 2008 at 3:19 pm
Hi Steve,
I deleted MDF file, but could not find the LDF file.
Thanks.
January 22, 2008 at 9:02 am
Hello All,
Just that you know, I deleted the database file and the log file for that deleted database from the MSSQL/Data directory manually and was able...
January 22, 2008 at 8:58 am
Viewing 15 posts - 241 through 255 (of 256 total)