Viewing 10 posts - 1 through 10 (of 10 total)
Thank you. I got it. Dependents details are in a separate table and we need total dependents details in a another table, which is in a separate server.
March 22, 2012 at 4:31 am
I want only one row to return, to get update to "dbo.tblHOF.TotalDependents" column.
Snapshot of both tables is as follows:
Table 1: tblHOF
FamilyID HoFName Age...
March 22, 2012 at 2:45 am
Sorry I didn't noticed that! I will read it first now. Thank you again.
January 6, 2012 at 2:16 am
Dear Cadavre,
Thank you for reply.
I tried this way to get member_id, member_name, age also in the same row, but failed.
SELECT @SQL = COALESCE(@SQL,'') + 'MAX(CASE WHEN...
January 5, 2012 at 3:49 am
Thank you guys. As you all told, the option might be to restore the database as version 7/8 in SQL 2005. Now the only way for me is to migrate...
January 9, 2010 at 5:21 am
Oh. I remember, when I worked with SQL 2005 version for first time, (some 2 years before), there was an option in SQL 2005 to restore the database as version...
January 8, 2010 at 7:25 am
Thank you steveb, your last message has solved the problem. After enabling my system for supplemental languages, I can read the data from SQL server.
December 2, 2009 at 6:51 am
Yes, am using SQL Serer Import and Export Wizard to port data.
December 2, 2009 at 4:09 am
Hi steveb,
Am using DTS service from SQL Server to port data from Access to SQL.
December 2, 2009 at 2:55 am
Hi,
Thanks a lot Steve Jones and Jack Corbett. I was thinking of using SQL Server Express edition and installed and checked also. But the thing is, I don't...
September 2, 2008 at 7:24 am
Viewing 10 posts - 1 through 10 (of 10 total)