Click here to Skip to main content
15,896,063 members
Home / Discussions / Database
   

Database

 
Questionis there the sql syntex Limit in MS SQL? Pin
neodeaths11-Jan-09 0:44
neodeaths11-Jan-09 0:44 
AnswerRe: is there the sql syntex Limit in MS SQL? Pin
Reza Raad11-Jan-09 1:09
Reza Raad11-Jan-09 1:09 
Questionhow do i make a special sql statment filter? Pin
neodeaths10-Jan-09 22:55
neodeaths10-Jan-09 22:55 
AnswerRe: how do i make a special sql statment filter? [modified] Pin
Wendelius10-Jan-09 23:10
mentorWendelius10-Jan-09 23:10 
GeneralRe: how do i make a special sql statment filter? Pin
neodeaths11-Jan-09 0:43
neodeaths11-Jan-09 0:43 
QuestionWTL/ATL Pin
manosza10-Jan-09 21:21
manosza10-Jan-09 21:21 
AnswerRe: WTL/ATL Pin
Wendelius10-Jan-09 21:58
mentorWendelius10-Jan-09 21:58 
QuestionUpdating table based on search critea from two tables. Pin
Sunset Towers10-Jan-09 1:54
Sunset Towers10-Jan-09 1:54 
I know the following statement is incorrect. I had something going wrong in one set of insert statements and it was inserting the entry I wanted it to insert and then inserting a second entry for the next record that contained no data. Now I need to correct both tables, but the only way to know what to correct in the IncomingRecords table is from data in the Completed table. Any help would be greatly appreciated.

UPDATE IncomingRecords
SET Complete = NULL
WHERE (RecordID = (SELECT IncomingRecords.RecordID FROM Completed INNER JOIN
IncomingRecords ON CompletedCRD.RecordID = IncomingRecords.RecordID
WHERE (Completed.A_firm_name = N'') AND (Completed.A_broker_found = N'broker_fround') AND (IncomingRecords.Complete = N'Complete'))
AnswerRe: Updating table based on search critea from two tables. Pin
Wendelius10-Jan-09 2:18
mentorWendelius10-Jan-09 2:18 
GeneralRe: Updating table based on search critea from two tables. Pin
Sunset Towers10-Jan-09 2:32
Sunset Towers10-Jan-09 2:32 
GeneralRe: Updating table based on search critea from two tables. Pin
Wendelius10-Jan-09 2:44
mentorWendelius10-Jan-09 2:44 
QuestionWindows PowerShell Failed error while installing SQL Server 2008 Express Advanced ! Pin
Mohammad Dayyan10-Jan-09 1:49
Mohammad Dayyan10-Jan-09 1:49 
AnswerRe: Windows PowerShell Failed error while installing SQL Server 2008 Express Advanced ! Pin
Wendelius10-Jan-09 2:12
mentorWendelius10-Jan-09 2:12 
GeneralRe: Windows PowerShell Failed error while installing SQL Server 2008 Express Advanced ! Pin
Mohammad Dayyan10-Jan-09 2:18
Mohammad Dayyan10-Jan-09 2:18 
GeneralRe: Windows PowerShell Failed error while installing SQL Server 2008 Express Advanced ! Pin
Wendelius10-Jan-09 2:20
mentorWendelius10-Jan-09 2:20 
GeneralRe: Windows PowerShell Failed error while installing SQL Server 2008 Express Advanced ! Pin
Mohammad Dayyan10-Jan-09 2:30
Mohammad Dayyan10-Jan-09 2:30 
GeneralRe: Windows PowerShell Failed error while installing SQL Server 2008 Express Advanced ! Pin
Wendelius10-Jan-09 2:47
mentorWendelius10-Jan-09 2:47 
Questiondatabase tutorials Pin
staticv9-Jan-09 21:53
staticv9-Jan-09 21:53 
AnswerRe: database tutorials Pin
Wendelius9-Jan-09 22:04
mentorWendelius9-Jan-09 22:04 
AnswerRe: database tutorials Pin
User 171649210-Jan-09 0:46
professionalUser 171649210-Jan-09 0:46 
GeneralRe: database tutorials Pin
staticv10-Jan-09 2:48
staticv10-Jan-09 2:48 
GeneralRe: database tutorials Pin
User 171649210-Jan-09 3:22
professionalUser 171649210-Jan-09 3:22 
GeneralRe: database tutorials Pin
staticv10-Jan-09 4:50
staticv10-Jan-09 4:50 
QuestionSQL Server 2005 & .MDF Files Pin
Unsy9-Jan-09 13:16
Unsy9-Jan-09 13:16 
AnswerRe: SQL Server 2005 & .MDF Files Pin
Wendelius9-Jan-09 20:42
mentorWendelius9-Jan-09 20:42 

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.