Click here to Skip to main content
15,891,629 members
Home / Discussions / Database
   

Database

 
GeneralRe: Copying SQL Files Pin
Peter B27-Mar-08 1:30
Peter B27-Mar-08 1:30 
GeneralSSIS Pacakge Pin
kibromg26-Mar-08 5:29
kibromg26-Mar-08 5:29 
GeneralCross post - please ignore Pin
pmarfleet26-Mar-08 10:26
pmarfleet26-Mar-08 10:26 
QuestionCast&lt;&gt;? Table<tabelname> to DataTable ...</tabelname> Pin
Jammer25-Mar-08 23:24
Jammer25-Mar-08 23:24 
GeneralRe: Cast&lt;&gt;? Table to DataTable ... Pin
Pete O'Hanlon25-Mar-08 23:53
mvePete O'Hanlon25-Mar-08 23:53 
GeneralRe: Cast&lt;&gt;? Table to DataTable ... Pin
Jammer26-Mar-08 0:33
Jammer26-Mar-08 0:33 
GeneralRe: Cast&lt;&gt;? Table to DataTable ... Pin
Pete O'Hanlon26-Mar-08 0:37
mvePete O'Hanlon26-Mar-08 0:37 
GeneralView vs Table-valued functions. Performance Analysis Pin
Syed Mehroz Alam25-Mar-08 22:02
Syed Mehroz Alam25-Mar-08 22:02 
Hi all,

I am confused in choosing between a View and a table-valued UDF and looking for your suggestions. Here is what I want to do.
Select 
  Column1, Column2, .. ColumnN
From
  Table1 
  Inner Join Table2 on SomeColumns
  Inner Join Table3 on SomeColumns
  ..
  Inner Join TableN on SomeColumns
Where
  Condition1 ..... Condition N

Of course, I will be consuming this view/UDF in my queries later.

Please note that I have no specific parameters for this query, nor have I any security requirements. I just want to know which one gives better performance. IdeasConfused | :confused:

Thanks,
Mehroz
QuestionHow can i run a Delete Statement from the following Query Pin
Vimalsoft(Pty) Ltd25-Mar-08 21:58
professionalVimalsoft(Pty) Ltd25-Mar-08 21:58 
AnswerRe: How can i run a Delete Statement from the following Query Pin
Dobromir Dimitrov25-Mar-08 22:08
Dobromir Dimitrov25-Mar-08 22:08 
GeneralRe: How can i run a Delete Statement from the following Query Pin
Vimalsoft(Pty) Ltd25-Mar-08 22:15
professionalVimalsoft(Pty) Ltd25-Mar-08 22:15 
QuestionHow can I use a column alias in a where clause? Pin
Dobromir Dimitrov25-Mar-08 21:53
Dobromir Dimitrov25-Mar-08 21:53 
GeneralRe: How can I use a column alias in a where clause? Pin
Syed Mehroz Alam25-Mar-08 22:08
Syed Mehroz Alam25-Mar-08 22:08 
GeneralRe: How can I use a column alias in a where clause? Pin
Dobromir Dimitrov25-Mar-08 22:13
Dobromir Dimitrov25-Mar-08 22:13 
Questionhow can I get top(N) rows for each group Pin
Dobromir Dimitrov25-Mar-08 21:31
Dobromir Dimitrov25-Mar-08 21:31 
GeneralRe: how can I get top(N) rows for each group Pin
i.j.russell29-Mar-08 9:17
i.j.russell29-Mar-08 9:17 
GeneralGive example : How I can Use index in sql table Pin
Ashish Kumar Vyas25-Mar-08 21:06
Ashish Kumar Vyas25-Mar-08 21:06 
GeneralRe: Give example : How I can Use index in sql table Pin
Ashfield25-Mar-08 22:14
Ashfield25-Mar-08 22:14 
GeneralRe: Give example : How I can Use index in sql table Pin
Ashish Kumar Vyas26-Mar-08 19:06
Ashish Kumar Vyas26-Mar-08 19:06 
GeneralRe: Give example : How I can Use index in sql table Pin
Ashfield26-Mar-08 21:53
Ashfield26-Mar-08 21:53 
GeneralRe: Give example : How I can Use index in sql table Pin
Justin Porteous27-Mar-08 9:03
Justin Porteous27-Mar-08 9:03 
QuestionSql Query? [modified] Pin
rahul.net1125-Mar-08 19:49
rahul.net1125-Mar-08 19:49 
GeneralRe: Sql Query? Pin
pmarfleet25-Mar-08 20:46
pmarfleet25-Mar-08 20:46 
GeneralSQL Execution Error Failed to Convert from dateTime to TimeSpan Pin
AAGTHosting25-Mar-08 10:37
AAGTHosting25-Mar-08 10:37 
GeneralRe: SQL Execution Error Failed to Convert from dateTime to TimeSpan Pin
Pete O'Hanlon25-Mar-08 11:25
mvePete O'Hanlon25-Mar-08 11:25 

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.