Click here to Skip to main content
15,919,245 members
Home / Discussions / Database
   

Database

 
GeneralRe: datetime issues in primary key Pin
i.j.russell17-Aug-06 10:48
i.j.russell17-Aug-06 10:48 
GeneralRe: datetime issues in primary key [modified] Pin
Ista17-Aug-06 11:05
Ista17-Aug-06 11:05 
GeneralRe: datetime issues in primary key Pin
Ista17-Aug-06 11:10
Ista17-Aug-06 11:10 
GeneralRe: datetime issues in primary key Pin
Eric Dahlvang17-Aug-06 10:56
Eric Dahlvang17-Aug-06 10:56 
GeneralRe: datetime issues in primary key Pin
Ista17-Aug-06 11:07
Ista17-Aug-06 11:07 
GeneralRe: datetime issues in primary key Pin
Eric Dahlvang17-Aug-06 11:26
Eric Dahlvang17-Aug-06 11:26 
QuestionI want to rows having no repeated values..... Pin
Khawar Abbas116-Aug-06 2:50
Khawar Abbas116-Aug-06 2:50 
AnswerRe: I want to rows having no repeated values..... Pin
ToddHileHoffer16-Aug-06 4:44
ToddHileHoffer16-Aug-06 4:44 
select a.col1 from
(
select distinct col1, count (col1) as Repeated from
dbo.YourTable group by col1
) a

where a.Repeated < 2

how vital enterprise application are for proactive organizations leveraging collective synergy to think outside the box and formulate their key objectives into a win-win game plan with a quality-driven approach that focuses on empowering key players to drive-up their core competencies and increase expectations with an all-around initiative to drive up the bottom-line. But of course, that's all a "high level" overview of things
--thedailywtf 3/21/06

GeneralRe: I want to rows having no repeated values..... Pin
Khawar Abbas116-Aug-06 19:29
Khawar Abbas116-Aug-06 19:29 
AnswerRe: I want to rows having no repeated values..... Pin
i.j.russell18-Aug-06 8:51
i.j.russell18-Aug-06 8:51 
Questioninsert data from excel into a sql 2005 database Pin
playout16-Aug-06 2:01
playout16-Aug-06 2:01 
AnswerRe: insert data from excel into a sql 2005 database Pin
ToddHileHoffer16-Aug-06 4:46
ToddHileHoffer16-Aug-06 4:46 
QuestionConnect to MySQL Pin
dkeenaghan16-Aug-06 0:53
dkeenaghan16-Aug-06 0:53 
AnswerRe: Connect to MySQL Pin
248912816-Aug-06 1:28
248912816-Aug-06 1:28 
GeneralRe: Connect to MySQL Pin
dkeenaghan16-Aug-06 2:27
dkeenaghan16-Aug-06 2:27 
AnswerRe: Error connecting to Access DB: "Could not find installable ISAM" Pin
Stephen McGuire16-Aug-06 7:27
Stephen McGuire16-Aug-06 7:27 
QuestionQuestion of beginer Pin
papa8015-Aug-06 22:20
papa8015-Aug-06 22:20 
AnswerRe: Question of beginer Pin
Colin Angus Mackay15-Aug-06 23:21
Colin Angus Mackay15-Aug-06 23:21 
GeneralRe: Question of beginer Pin
papa8016-Aug-06 3:55
papa8016-Aug-06 3:55 
GeneralRe: Question of beginer Pin
Colin Angus Mackay16-Aug-06 5:15
Colin Angus Mackay16-Aug-06 5:15 
GeneralRe: Question of beginer Pin
papa8016-Aug-06 22:55
papa8016-Aug-06 22:55 
GeneralRe: Question of beginer [modified] Pin
i.j.russell17-Aug-06 3:26
i.j.russell17-Aug-06 3:26 
GeneralRe: Question of beginer Pin
papa8017-Aug-06 21:09
papa8017-Aug-06 21:09 
QuestionOledb or Odbc Pin
NasimKaziS15-Aug-06 19:30
NasimKaziS15-Aug-06 19:30 
AnswerRe: Oledb or Odbc Pin
Colin Angus Mackay15-Aug-06 23:15
Colin Angus Mackay15-Aug-06 23:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.