Viewing 15 posts - 1 through 15 (of 44 total)
I found it. I needed to add TYPE to the end of my XML Path statement.
November 23, 2011 at 11:26 am
Thank you! This is very slick!
I keep going back and forth on the one lookup table design. For UI purposes in this case it makes it easier to...
October 21, 2011 at 2:44 pm
The documentation on that is wrong. There are posts about that all over the internet. At any rate I realized I had spent a ridiculous amout of time...
June 29, 2009 at 10:35 am
Doing that gives me the same error messages as mentioned in the earlier thread. That fails.
June 29, 2009 at 10:20 am
I deployed it from VS. I just didn't realize it would show up as a sproc. Once I found it there the rest has been smooth sailing. ...
November 3, 2008 at 11:31 am
First, thanks for the pointer to the stored procedures area. I actually found it by accident looking at a different sproc and it in fact feels just like all...
October 30, 2008 at 9:11 am
Sorry about the missing information.
I deployed it to SQL 2005 and it appears in the Assembly area. The routine creates an iCalendar formatted email message and then sends it....
October 29, 2008 at 7:20 pm
Looking at your two examples I see no pattern at all. In order to have SQL do this for you there has to be something VERY regular you can...
September 2, 2008 at 2:54 pm
Julie Zeien (8/13/2008)
August 13, 2008 at 10:23 am
That won't work because it gets everything. I need it to ONLY get from the appropriate table. At least, that what I think from looking at this. ...
August 13, 2008 at 8:36 am
set myDate = cast(isnull(mystring,'12/31/2008') as datetime)
August 12, 2008 at 2:44 pm
Place a table in the empty cell above the cedula and nombre columns. Set the width of the columns in the table the same as the width of the cells...
August 30, 2007 at 11:40 am
This is not tested, only a theory but it should work.
Create a group for month that uses the month number. Then sort by that group.
August 29, 2007 at 1:21 pm
You will need to open SQL Server Business Intelligence Development Studio (the link comes from the SQL Server 2005 program group). From there open the project where ever you have...
August 26, 2007 at 7:48 am
I realized I could just change the column I am selecting in my source and not bother with this lookup this way. So, never mind.
August 9, 2007 at 12:12 pm
Viewing 15 posts - 1 through 15 (of 44 total)