Viewing 15 posts - 511 through 525 (of 653 total)
i used an xml string sometime back and it did the trick for me
July 17, 2006 at 2:39 am
in that case i am forced to cede that F1 is the winner
June 9, 2006 at 6:39 am
not knowing much about the nascar except the odd snippet in the online papers i would say cricket, there is just an awful amount of items to be tracked. and...
June 9, 2006 at 6:14 am
i agree with micheal on his assessment. I think humans being humans, they are always the weekest link and this idea of encryption of data is one for the software...
May 11, 2006 at 5:36 am
goto to this post, hope it will help you
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=21&messageid=194568
March 27, 2006 at 3:14 pm
create your stored proc the normal way and then just return the data as xml.
create proc cp_stationData
@staionid int
as
select esrw.stationID,esrw.trackID
from esrw
where esrw.stationID = @staionid
for XML AUTO
on the client side remember your...
March 27, 2006 at 3:12 pm
i was thinking along the same lines but then he had said the app is a legacy app. I wonder, could you tell us what language is used for the...
March 24, 2006 at 7:57 am
you could probably run the osql with the runas command and then use the required windows id
March 24, 2006 at 3:53 am
do a search in the forums, this xml issue has been covered extensively before.
March 24, 2006 at 3:46 am
check in Control Panel > Administrative Tools > Services
if the agent service is set to automatic under the properties, may be that is the problem.
March 20, 2006 at 2:27 am
check if your machine does not have sql server express, most likey you installed when you installed the vs 2005 beta. goto to your control panel > add/remove programs.
if it...
March 20, 2006 at 2:24 am
yap noggin, you said it right. we cannot suggest a useful solution unless you answer noggin's question.
March 1, 2006 at 3:02 am
sorry if i caused you any offense, but i was thinking that your other line i.e.
meant it was not as good...
February 19, 2006 at 3:43 am
what problems is the sum causing, because the method you have chosen is not a very bright idea as you have said.
February 18, 2006 at 4:07 am
Viewing 15 posts - 511 through 525 (of 653 total)