Viewing 6 posts - 1 through 7 (of 7 total)
Guy's I am still waiting for repply, please try to send me some stuff on this problem....
Thanks in advance
September 27, 2007 at 4:18 am
Can you please post some Insert Scripts for reference data in defined tables, then it will be easy to give generate a VIEW.
July 30, 2007 at 7:00 am
Please post your sample data on which you want to run this query, Please find below the details which I am using:
CREATE
July 30, 2007 at 3:12 am
Correct Approach
SELECT [ClientNam] FROM dbo.Client C
INNER JOIN dbo.ContactInfo CI ON...
July 27, 2007 at 2:28 am
I think we can do this by using " From Snapshot", Please tell me how can this be incorrect......
In Microsoft SQL Server 2005, there are three modes of...
July 27, 2007 at 12:54 am
Use below mentioned query and it will resolve your problem.....
Select
DISTINCT Test1, STUFF( (
July 26, 2007 at 11:21 pm
Viewing 6 posts - 1 through 7 (of 7 total)