Click here to Skip to main content
15,887,288 members
Home / Discussions / Database
   

Database

 
QuestionDateTime Problem Pin
jonhbt15-Apr-09 21:24
jonhbt15-Apr-09 21:24 
AnswerRe: DateTime Problem Pin
Kevin Horgan15-Apr-09 21:43
Kevin Horgan15-Apr-09 21:43 
GeneralRe: DateTime Problem Pin
jonhbt15-Apr-09 22:05
jonhbt15-Apr-09 22:05 
GeneralRe: DateTime Problem Pin
Kevin Horgan15-Apr-09 22:19
Kevin Horgan15-Apr-09 22:19 
GeneralRe: DateTime Problem Pin
jonhbt15-Apr-09 22:43
jonhbt15-Apr-09 22:43 
AnswerRe: DateTime Problem Pin
Kevin Horgan15-Apr-09 22:55
Kevin Horgan15-Apr-09 22:55 
GeneralRe: DateTime Problem Pin
jonhbt15-Apr-09 23:11
jonhbt15-Apr-09 23:11 
QuestionWhat is the meaning of Output Variable in sp_xml_preparedocument Pin
kiran.parab15-Apr-09 19:20
kiran.parab15-Apr-09 19:20 
DECLARE @hdoc int
DECLARE @doc varchar(1000)
SET @doc ='
<root>
<customer customerid="VINET" contactname="Paul Henriot">
<order customerid="VINET" employeeid="5">
OrderDate="1996-07-04T00:00:00"&gt;
<orderdetail orderid="10248" productid="11" quantity="12" />
<orderdetail orderid="10248" productid="42" quantity="10" />
</order>
</customer>
<customer customerid="LILAS" contactname="Carlos Gonzlez">
<order customerid="LILAS" employeeid="3">
OrderDate="1996-08-16T00:00:00"&gt;
<orderdetail orderid="10283" productid="72" quantity="3" /> </order>
</customer>
</root>
EXEC sp_xml_preparedocument @hdoc OUTPUT, @doc, '<root xmlns:xyz="run:MyNamespace" />'
print @hdoc

when you will execute any sp_xml_preparedocument stored procedure it will go on increas the valu of output variable by 2 with every execution?
Why the output variable in sp_xml_preparedocument is increasing its value by 2 every time when you execute procedure sp_xml_preparedocument?
QuestionLogin failed. The login is from an untrusted domain and cannot be used with Windows authentication. Pin
bLeZy15-Apr-09 17:07
bLeZy15-Apr-09 17:07 
AnswerRe: Login failed. The login is from an untrusted domain and cannot be used with Windows authentication. Pin
Ashfield15-Apr-09 20:59
Ashfield15-Apr-09 20:59 
GeneralRe: Login failed. The login is from an untrusted domain and cannot be used with Windows authentication. Pin
ap_wooka27-May-10 10:11
ap_wooka27-May-10 10:11 
GeneralRe: Login failed. The login is from an untrusted domain and cannot be used with Windows authentication. Pin
Ashfield27-May-10 23:09
Ashfield27-May-10 23:09 
GeneralRe: Login failed. The login is from an untrusted domain and cannot be used with Windows authentication. Pin
poparosa27-Oct-10 8:35
poparosa27-Oct-10 8:35 
AnswerRe: Login failed. The login is from an untrusted domain and cannot be used with Windows authentication. Pin
liviucatrina13-Apr-10 4:24
liviucatrina13-Apr-10 4:24 
GeneralSQL IF statement Pin
DBLearner15-Apr-09 8:31
DBLearner15-Apr-09 8:31 
GeneralRe: SQL IF statement Pin
Luc 64801115-Apr-09 8:47
Luc 64801115-Apr-09 8:47 
GeneralRe: SQL IF statement Pin
DBLearner15-Apr-09 9:00
DBLearner15-Apr-09 9:00 
GeneralRe: SQL IF statement Pin
Luc 64801115-Apr-09 9:02
Luc 64801115-Apr-09 9:02 
GeneralRe: SQL IF statement Pin
Ashfield15-Apr-09 9:47
Ashfield15-Apr-09 9:47 
GeneralRe: SQL IF statement Pin
DBLearner17-Apr-09 1:08
DBLearner17-Apr-09 1:08 
GeneralRe: SQL IF statement Pin
Ashfield17-Apr-09 1:49
Ashfield17-Apr-09 1:49 
QuestionAny shorter way to total this? Pin
Muammar©14-Apr-09 21:10
Muammar©14-Apr-09 21:10 
AnswerRe: Any shorter way to total this? Pin
Giorgi Dalakishvili14-Apr-09 21:30
mentorGiorgi Dalakishvili14-Apr-09 21:30 
GeneralRe: Any shorter way to total this? Pin
Muammar©15-Apr-09 0:03
Muammar©15-Apr-09 0:03 
GeneralRe: Any shorter way to total this? Pin
Eddy Vluggen15-Apr-09 0:28
professionalEddy Vluggen15-Apr-09 0:28 

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.