Click here to Skip to main content
16,004,901 members
Home / Discussions / Database
   

Database

 
QuestionComparing values in a table Pin
DAAKH25-Nov-06 2:57
DAAKH25-Nov-06 2:57 
AnswerRe: Comparing values in a table Pin
Ritwik Sanyal26-Nov-06 22:17
Ritwik Sanyal26-Nov-06 22:17 
GeneralRe: Comparing values in a table Pin
DAAKH1-Dec-06 1:30
DAAKH1-Dec-06 1:30 
Questionleft outer join - question Pin
ensger25-Nov-06 1:32
ensger25-Nov-06 1:32 
AnswerRe: left outer join - question Pin
Rob Graham25-Nov-06 3:50
Rob Graham25-Nov-06 3:50 
AnswerRe: left outer join - question Pin
Ritwik Sanyal26-Nov-06 22:27
Ritwik Sanyal26-Nov-06 22:27 
QuestionHow to Prevent Selects from being returned ... Pin
devboycpp25-Nov-06 1:06
devboycpp25-Nov-06 1:06 
AnswerRe: How to Prevent Selects from being returned ... Pin
Ritwik Sanyal26-Nov-06 22:29
Ritwik Sanyal26-Nov-06 22:29 
Just collect the columns being included in the select list in come variables. See below: -

DECLARE @v1 int,@v2 int
SELECT @v1=number1,@v2=number2 FROM tblA
QuestionLimiting the Number of results retrived using ODBC on MS access DB by C# [modified] Pin
cbh_24-Nov-06 22:04
cbh_24-Nov-06 22:04 
AnswerRe: Limiting the Number of results retrived using ODBC on MS access DB by C# Pin
Ritwik Sanyal26-Nov-06 23:19
Ritwik Sanyal26-Nov-06 23:19 
QuestionPerformance Counters for the .NET Framework Data Provider for SQL Server Pin
FlorentBzh24-Nov-06 4:34
FlorentBzh24-Nov-06 4:34 
AnswerRe: Performance Counters for the .NET Framework Data Provider for SQL Server Pin
Rob Graham25-Nov-06 4:54
Rob Graham25-Nov-06 4:54 
QuestionSetting values in a view Pin
Dayekh24-Nov-06 2:37
Dayekh24-Nov-06 2:37 
AnswerRe: Setting values in a view Pin
Pete O'Hanlon24-Nov-06 3:06
mvePete O'Hanlon24-Nov-06 3:06 
GeneralRe: Setting values in a view Pin
Dayekh24-Nov-06 3:23
Dayekh24-Nov-06 3:23 
GeneralRe: Setting values in a view Pin
Pete O'Hanlon24-Nov-06 4:32
mvePete O'Hanlon24-Nov-06 4:32 
QuestionHow to manage roundtrips to SQL server ???? Pin
devboycpp23-Nov-06 23:28
devboycpp23-Nov-06 23:28 
AnswerRe: How to manage roundtrips to SQL server ???? Pin
Colin Angus Mackay24-Nov-06 0:08
Colin Angus Mackay24-Nov-06 0:08 
GeneralRe: How to manage roundtrips to SQL server ???? Pin
devboycpp24-Nov-06 8:46
devboycpp24-Nov-06 8:46 
GeneralRe: How to manage roundtrips to SQL server ???? Pin
Colin Angus Mackay24-Nov-06 9:08
Colin Angus Mackay24-Nov-06 9:08 
QuestionHow to make VS auto-generated Data Sets into internal classes Pin
Andrew_Thomas23-Nov-06 22:05
Andrew_Thomas23-Nov-06 22:05 
QuestionTransaction failures Pin
cathy_d'souza23-Nov-06 19:55
cathy_d'souza23-Nov-06 19:55 
AnswerRe: Transaction failures Pin
Colin Angus Mackay24-Nov-06 0:18
Colin Angus Mackay24-Nov-06 0:18 
GeneralRe: Transaction failures Pin
cathy_d'souza24-Nov-06 0:25
cathy_d'souza24-Nov-06 0:25 
GeneralRe: Transaction failures Pin
Colin Angus Mackay24-Nov-06 0:52
Colin Angus Mackay24-Nov-06 0:52 

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.