Click here to Skip to main content
15,907,236 members
Home / Discussions / Database
   

Database

 
AnswerRe: Issue Regarding Trigger [modified] Pin
joemonvarghese1-Nov-07 23:24
joemonvarghese1-Nov-07 23:24 
QuestionHow Can i keep an Instance of SQL 2000, while Upgrading to 2005 Pin
Vimalsoft(Pty) Ltd31-Oct-07 21:46
professionalVimalsoft(Pty) Ltd31-Oct-07 21:46 
AnswerRe: How Can i keep an Instance of SQL 2000, while Upgrading to 2005 Pin
pmarfleet1-Nov-07 0:17
pmarfleet1-Nov-07 0:17 
GeneralRe: How Can i keep an Instance of SQL 2000, while Upgrading to 2005 Pin
Vimalsoft(Pty) Ltd1-Nov-07 0:26
professionalVimalsoft(Pty) Ltd1-Nov-07 0:26 
GeneralRe: How Can i keep an Instance of SQL 2000, while Upgrading to 2005 Pin
pmarfleet1-Nov-07 0:30
pmarfleet1-Nov-07 0:30 
GeneralRe: How Can i keep an Instance of SQL 2000, while Upgrading to 2005 Pin
Vimalsoft(Pty) Ltd1-Nov-07 1:49
professionalVimalsoft(Pty) Ltd1-Nov-07 1:49 
GeneralRe: How Can i keep an Instance of SQL 2000, while Upgrading to 2005 Pin
pmarfleet1-Nov-07 1:53
pmarfleet1-Nov-07 1:53 
QuestionIterate through Table Rows in sql Pin
Mr.Sam31-Oct-07 21:40
Mr.Sam31-Oct-07 21:40 
Is it possible to iterate through a table or a temporary, because i have to add a temporary column and insert different values for each row according to condition to return a comma separated value. I show a rough sketch what i want to do.

Select SAP.LoginName,var="--Some Very Long Query according to a criteria within the rows of a table like where Test.Folder_ID=CM.Folder_ID--"
From dbo.sysCommunicatorMessages CM
Inner Join dbo.sysAppLogins SAP On CM.MESSAGEFROM = SAP.LOGIN_ID
where "--Some Criteria--" and CM.Folder_ID<>-2


I have used functions to solve the problem but they are currently not acceptable.



Bye

AnswerRe: Iterate through Table Rows in sql Pin
pmarfleet1-Nov-07 0:15
pmarfleet1-Nov-07 0:15 
Questioncreating ms access database dynamically Pin
sindhutiwari31-Oct-07 20:40
sindhutiwari31-Oct-07 20:40 
AnswerRe: creating ms access database dynamically Pin
pmarfleet1-Nov-07 0:21
pmarfleet1-Nov-07 0:21 
GeneralRe: creating ms access database dynamically Pin
sindhutiwari1-Nov-07 1:14
sindhutiwari1-Nov-07 1:14 
GeneralRe: creating ms access database dynamically Pin
pmarfleet1-Nov-07 1:28
pmarfleet1-Nov-07 1:28 
GeneralRe: creating ms access database dynamically Pin
sindhutiwari1-Nov-07 1:32
sindhutiwari1-Nov-07 1:32 
QuestionImplicit conversion varchar to money Pin
Giri K31-Oct-07 14:48
Giri K31-Oct-07 14:48 
AnswerRe: Implicit conversion varchar to money Pin
M.H.1.2.32-Nov-07 22:19
M.H.1.2.32-Nov-07 22:19 
GeneralRe: Implicit conversion varchar to money Pin
Giri K4-Nov-07 18:16
Giri K4-Nov-07 18:16 
Questionrestor backup in sql Pin
8213001231-Oct-07 9:40
8213001231-Oct-07 9:40 
AnswerRe: restor backup in sql Pin
Hesham Amin31-Oct-07 11:23
Hesham Amin31-Oct-07 11:23 
AnswerRe: restor backup in sql Pin
Paul Conrad31-Oct-07 14:08
professionalPaul Conrad31-Oct-07 14:08 
QuestionSQL Express server con error Pin
solarthur0131-Oct-07 7:36
solarthur0131-Oct-07 7:36 
AnswerRe: SQL Express server con error Pin
pmarfleet31-Oct-07 8:13
pmarfleet31-Oct-07 8:13 
GeneralRe: SQL Express server con error Pin
pmarfleet31-Oct-07 13:15
pmarfleet31-Oct-07 13:15 
AnswerRe: SQL Express server con error Pin
Paul Conrad31-Oct-07 14:09
professionalPaul Conrad31-Oct-07 14:09 
QuestionWHERE Clause's Column from a Parameter [modified] Pin
Brian C Hart31-Oct-07 7:13
professionalBrian C Hart31-Oct-07 7:13 

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.