Viewing 15 posts - 91 through 105 (of 169 total)
hello
i tried both and neither of them helped.
they both fixed the issue of the data conversion, but neither gives back the correct date.
alter proc ShortReporRequest_sp
@CompanyName nvarchar(20),
@RequestDate...
June 22, 2016 at 5:01 am
Hi,
thanks, but it is still not using the date. it doesnt not give an error type anymore, but the outcome of the query is not what requested.
i do understand where...
June 22, 2016 at 4:34 am
no, it was time, but i dont know what to do to get it working, so i am trying to cast here or there.
maybe i am calling the procedure wrong.
here...
June 21, 2016 at 4:07 am
ohh... i didnt declare the one of the variables... shame on me :ermm:
that being said, thanks a bunch for the help 🙂
June 15, 2016 at 4:08 am
this is the error i get
Msg 156, Level 15, State 1, Procedure general_select, Line 8
Incorrect syntax near the keyword 'select'.
Msg 137, Level 15, State 1, Procedure general_select, Line 9
Must declare...
June 15, 2016 at 3:54 am
i just google it, and it doesn't work
so basically i am asking how to fix the procedure and prevent the sql injection.
thanks!!!
June 15, 2016 at 3:31 am
Thanks so much.
I read and read and I understood. and it worked :-P:-P
Here is my code
declare @x xml
DECLARE @site_value INT;
SET @site_value = 0;
WHILE @site_value <= 1000
BEGIN
select @x = (select myxml...
April 20, 2016 at 10:36 am
The code that Bill provided yes? and it it didn't work.
I am reading the link he provided
and trying to work with that.
April 19, 2016 at 10:33 am
thanks, but I don't understand what you are trying to do.
April 19, 2016 at 10:27 am
Hi,
I have attached an excel with a sample of the data.
I don't know what you mean by converting to varchar, inside of each nod there are different values. so we...
April 19, 2016 at 8:10 am
ohhhhh :ermm: :ermm: :ermm:
no I didn't....
now I feel embarrassed :w00t:
thanks! I love learning new things 🙂
March 8, 2016 at 1:00 am
I know what the problem is now, I am supposed to get a full path and somehow I am not getting it even though they say is being sent.
thanks again...
March 7, 2016 at 10:59 pm
I will try again. And read the article you sent (apparently I missed it)
thanks!!!!!
March 7, 2016 at 10:57 pm
I have a table with rows that contain an xml.
I take that table and create a new table with columns containing the data of the xml.
most of the xml is...
March 7, 2016 at 5:54 am
Thanks, but that is not what i need.
I need to make a table with columns that contain the values of each one.
and the source is a table that each...
March 7, 2016 at 4:27 am
Viewing 15 posts - 91 through 105 (of 169 total)