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

Database

 
Question[Message Deleted] Pin
ZenyukIV10-Mar-08 20:27
ZenyukIV10-Mar-08 20:27 
GeneralRe: sql iteration Pin
Chetan Patel10-Mar-08 23:21
Chetan Patel10-Mar-08 23:21 
GeneralExtracting Specific data from Rows: Pin
Shahzad.Aslam10-Mar-08 20:15
Shahzad.Aslam10-Mar-08 20:15 
GeneralRe: Extracting Specific data from Rows: Pin
Christian Graus10-Mar-08 20:39
protectorChristian Graus10-Mar-08 20:39 
GeneralRe: Extracting Specific data from Rows: Pin
Shahzad.Aslam10-Mar-08 21:08
Shahzad.Aslam10-Mar-08 21:08 
GeneralComparison between MySQL, Interbase and Firebird Pin
dolphinhk10-Mar-08 17:10
dolphinhk10-Mar-08 17:10 
GeneralRe: Comparison between MySQL, Interbase and Firebird Pin
Christian Graus10-Mar-08 20:40
protectorChristian Graus10-Mar-08 20:40 
GeneralMissing SQL Functionality Pin
Jamie Nordmeyer10-Mar-08 11:06
Jamie Nordmeyer10-Mar-08 11:06 
A couple things I'd LOVE to see Microsoft, if not ANSI, add to SQL.

#1
Select As Elements<br />
   *<br />
From<br />
   Elements;


Since SQL Server and VS.NET 2005 were released basically as sister projects, this would have been wonderful for queries that returned more than one table. The tables in a DataSet get called, by default, Table, Table2, Table3, etc. You can override this using the DataTableMapping class, but having it named in the query could also be useful.

#2
Select<br />
   *, -ID, -Name<br />
From<br />
   SomeTable


This would select all columns, except for ID and Name. Normally, it is bad practice, as most developers know, to use Select *. However, if you're writing a proc that must work on a table that is passed in by name, for instance, you either have to use Select *, or query the INFORMATION_SCHEMA for the necessary columns. The above syntax, I think, is much nicer.

Kyosa Jamie Nordmeyer - Taekwondo Yi (2nd) Dan
Portland, Oregon, USA

GeneralSend a datetime value to an access datebase Pin
Dan Neely10-Mar-08 3:51
Dan Neely10-Mar-08 3:51 
GeneralRe: Send a datetime value to an access datebase Pin
Dan Neely10-Mar-08 4:43
Dan Neely10-Mar-08 4:43 
QuestionDefault Value Pin
Brendan Vogt10-Mar-08 3:44
Brendan Vogt10-Mar-08 3:44 
GeneralRe: Default Value Pin
Colin Angus Mackay10-Mar-08 4:54
Colin Angus Mackay10-Mar-08 4:54 
GeneralSql Server Reporting Services report problem [modified] Pin
Andrei Ungureanu10-Mar-08 2:53
Andrei Ungureanu10-Mar-08 2:53 
GeneralRe: Sql Server Reporting Services report problem Pin
Paddy Boyd10-Mar-08 3:11
Paddy Boyd10-Mar-08 3:11 
GeneralRe: Sql Server Reporting Services report problem Pin
Andrei Ungureanu10-Mar-08 3:20
Andrei Ungureanu10-Mar-08 3:20 
GeneralRe: Sql Server Reporting Services report problem Pin
Andrei Ungureanu10-Mar-08 3:32
Andrei Ungureanu10-Mar-08 3:32 
GeneralQuerying from an Excel Workbook using OleDbAdapter Pin
moon_stick10-Mar-08 1:37
moon_stick10-Mar-08 1:37 
QuestionQuery to Copy a table from one database to another Pin
Krazy Programmer10-Mar-08 1:23
Krazy Programmer10-Mar-08 1:23 
GeneralRe: Query to Copy a table from one database to another Pin
Blue_Boy10-Mar-08 1:45
Blue_Boy10-Mar-08 1:45 
QuestionGetting records while using inner join Pin
ONeil Tomlinson10-Mar-08 0:49
ONeil Tomlinson10-Mar-08 0:49 
GeneralRe: Getting records while using inner join Pin
Colin Angus Mackay10-Mar-08 1:46
Colin Angus Mackay10-Mar-08 1:46 
GeneralRe: Getting records while using inner join Pin
ONeil Tomlinson10-Mar-08 2:30
ONeil Tomlinson10-Mar-08 2:30 
GeneralRe: Getting records while using inner join Pin
Colin Angus Mackay10-Mar-08 5:00
Colin Angus Mackay10-Mar-08 5:00 
GeneralRe: Getting records while using inner join Pin
ONeil Tomlinson10-Mar-08 5:21
ONeil Tomlinson10-Mar-08 5:21 
QuestionIs it possible to fire message from Stored procedure? Pin
Sipder9-Mar-08 23:11
Sipder9-Mar-08 23:11 

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.