Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Redundant data

Author  Topic 

ejoeyz_85
Yak Posting Veteran

54 Posts

Posted - 2008-01-13 : 15:23:55
How to avoid my redundant data in database...
Below is my data...

<img src=http://www.imagewoof.com/view_image/c3b5a1443/PS.bmp> </img>

How to solve that?

dataguru1971
Master Smack Fu Yak Hacker

1464 Posts

Posted - 2008-01-13 : 17:22:27
Those ROWS are distinct due to sysuser_lname column.

To eliminate repeated records, group by a less distinct column value.



Poor planning on your part does not constitute an emergency on my part.

Go to Top of Page
   

- Advertisement -