Click here to Skip to main content
15,920,618 members
Home / Discussions / Database
   

Database

 
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 
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 
Good Morning All

u have the Following Query that Display me the records.

select ps.Lis_key as [Celeste],p.Lis_key as [Pro-v],<br />
p.Attrib_code,p.Func_key from dbo.Check_LIS ps<br />
inner join Tshwane_Valuations.sde.Property p <br />
on ps.Lis_key = p.Lis_key<br />
where ps.Lis_key = p.Lis_key And <br />
Substring(p.Attrib_code,5,2)='16'<br />
OR p.Attrib_code = '0009000900'


so i want Delete the records returned by this Query. please Explain how you do it when you give me a code.

Thanks

Vuyiswa Maseko,

Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding

VB.NET/SQL7/2000/2005
http://vuyiswamb.007ihost.com
http://Ecadre.007ihost.com
vuyiswam@tshwane.gov.za


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 
GeneralRe: SQL Execution Error Failed to Convert from dateTime to TimeSpan Pin
AAGTHosting25-Mar-08 11:40
AAGTHosting25-Mar-08 11:40 

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.