Click here to Skip to main content
15,916,189 members
Home / Discussions / Database
   

Database

 
QuestionSPROC: Insert only writing first char into a varchar (15) field?? Pin
Member 340288629-Sep-08 1:32
Member 340288629-Sep-08 1:32 
AnswerRe: SPROC: Insert only writing first char into a varchar (15) field?? Pin
Blue_Boy29-Sep-08 1:42
Blue_Boy29-Sep-08 1:42 
GeneralRe: SPROC: Insert only writing first char into a varchar (15) field?? Pin
Member 34028861-Oct-08 3:29
Member 34028861-Oct-08 3:29 
AnswerRe: SPROC: Insert only writing first char into a varchar (15) field?? Pin
Paddy Boyd29-Sep-08 2:18
Paddy Boyd29-Sep-08 2:18 
AnswerRe: SPROC: Insert only writing first char into a varchar (15) field?? Pin
nelsonpaixao29-Sep-08 12:57
nelsonpaixao29-Sep-08 12:57 
QuestionSSIS Package : Revision Number Pin
CodalcoholicNBrainy29-Sep-08 0:45
CodalcoholicNBrainy29-Sep-08 0:45 
AnswerRe: SSIS Package : Revision Number Pin
SimulationofSai29-Sep-08 2:07
SimulationofSai29-Sep-08 2:07 
QuestionUpdating the xml to be returned from stored procedure Pin
ONeil Tomlinson28-Sep-08 9:38
ONeil Tomlinson28-Sep-08 9:38 
Hi i want to update the "name" element in XML using the OPENXML in SQLServer. below is what i'm trying to do without success. Im not even sure if its possible. The value "xxxxx" is normally the name of a table, but when dealing with xml i'm not sure what should be there. Im passing in the xml as a parameter to the stored procedure and doing suff to it. but the last thing in the stored procedure is to update the "name" element. not sure how to do this need some help please. Thanks ONeil


update xxxxxxx
set OPENXML (@hDoc, '/Employees/Employee')
WITH (tName varchar(20) './Name') = 'UpdatedName'
AnswerRe: Updating the xml to be returned from stored procedure Pin
Wendelius28-Sep-08 17:57
mentorWendelius28-Sep-08 17:57 
GeneralRe: Updating the xml to be returned from stored procedure Pin
ONeil Tomlinson29-Sep-08 3:39
ONeil Tomlinson29-Sep-08 3:39 
GeneralRe: Updating the xml to be returned from stored procedure Pin
Wendelius29-Sep-08 4:43
mentorWendelius29-Sep-08 4:43 
GeneralRe: Updating the xml to be returned from stored procedure Pin
ONeil Tomlinson29-Sep-08 4:53
ONeil Tomlinson29-Sep-08 4:53 
GeneralRe: Updating the xml to be returned from stored procedure Pin
Wendelius29-Sep-08 5:08
mentorWendelius29-Sep-08 5:08 
GeneralRe: Updating the xml to be returned from stored procedure Pin
ONeil Tomlinson29-Sep-08 5:54
ONeil Tomlinson29-Sep-08 5:54 
GeneralRe: Updating the xml to be returned from stored procedure Pin
Wendelius29-Sep-08 6:12
mentorWendelius29-Sep-08 6:12 
GeneralRe: Updating the xml to be returned from stored procedure Pin
ONeil Tomlinson29-Sep-08 22:15
ONeil Tomlinson29-Sep-08 22:15 
GeneralRe: Updating the xml to be returned from stored procedure Pin
Wendelius30-Sep-08 2:54
mentorWendelius30-Sep-08 2:54 
Questionhow to install sql server database on windows XP OS ? Pin
Tridip Bhattacharjee28-Sep-08 4:25
professionalTridip Bhattacharjee28-Sep-08 4:25 
AnswerRe: how to install sql server database on windows XP OS ? Pin
Wendelius28-Sep-08 4:34
mentorWendelius28-Sep-08 4:34 
QuestionSQL Express Pin
Ali Tavakol27-Sep-08 0:46
Ali Tavakol27-Sep-08 0:46 
AnswerRe: SQL Express Pin
Paul Conrad27-Sep-08 5:37
professionalPaul Conrad27-Sep-08 5:37 
Answerhey everyone! It's URGENT! Pin
leckey27-Sep-08 13:39
leckey27-Sep-08 13:39 
GeneralRe: hey everyone! It's URGENT! Pin
Ali Tavakol27-Sep-08 20:43
Ali Tavakol27-Sep-08 20:43 
General:face palm: Pin
leckey28-Sep-08 6:45
leckey28-Sep-08 6:45 
GeneralRe: :face palm: Pin
Paul Conrad29-Sep-08 6:50
professionalPaul Conrad29-Sep-08 6:50 

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.