Viewing 15 posts - 1 through 15 (of 34 total)
I figure it out putting double quotes around the whole password.
May 31, 2012 at 12:13 pm
They both worked. I am developing on SQL 2005 and it does work in 2008.
Thank you
Tim
February 22, 2012 at 1:20 pm
It looks like I am going to have to come up with a different solution.
Thanks for all the replies.
Tim
May 12, 2011 at 8:44 am
No, I am not sure how to do that but I have seen that syntax but I was not sure how that worked. Also, the stored procedure...
May 11, 2011 at 11:19 am
I did not know that but COALESCE will work for my data. There will always be only one value for the three columns.
I will keep the other example as...
March 17, 2011 at 3:03 pm
Both examples work great but COALESCE() is simple.
Thank you
March 17, 2011 at 2:56 pm
and I thought the XPATH stuff was the hard part
Thanks
Tim
January 23, 2011 at 9:02 pm
I see the issue. It looks like I need to come up something sooner that later.
Thanks Tim
January 21, 2011 at 2:18 pm
I got it to work using dynamic sql and converting the entire select statement to a string and executing the string.
DECLARE @StartDate datetime
DECLARE @EndDate datetime
SET @StartDate = '01/20/2011'
SET @EndDate =...
January 21, 2011 at 1:49 pm
I tried declaring the dates as varchars and the query returned records outside of the date range.
January 21, 2011 at 9:55 am
I am inheriting this data but I think the values that are beginning inserted into the table are not always guaranteed to be a date and I can't not change...
January 21, 2011 at 9:45 am
This is what I needed. I appreciate your help.
Thank you,
Tim
October 8, 2009 at 3:58 pm
This solution will work. I need to study up on how you did the ID field and figure out the syntax.
Thank you for your time. ...
August 18, 2009 at 4:13 pm
There will be multiple fields and not always same number of field and not in the same order for each orderdocumentrequest element. But I don't always want every...
August 18, 2009 at 8:24 am
Viewing 15 posts - 1 through 15 (of 34 total)