Viewing 15 posts - 91 through 105 (of 210 total)
You earler post had a commet about the function only handles one expression at a time. That was kind of the point. In a select statement the function...
November 21, 2011 at 11:24 am
I don't have anything against the sql clr. In this case since I just needed a simple math expression solver, it seemed a bit over kill to call the...
November 21, 2011 at 11:02 am
When I try to put your code into a function passing in a string variable I get an error:
The argument 1 of the xml data type method "query" must be...
November 21, 2011 at 10:59 am
In my article I state that I considered using some form of exec. The issue is I needed this to be done in a function. Functions cannot use...
November 21, 2011 at 9:53 am
This is just a wild guess, but if the variable you are trying to set is a decimal type perhaps a numeric(18,6) or something like that you should actually set...
November 14, 2011 at 1:21 pm
I have long believed just what you stated in your article. A CS degree doesn't mean you are going to be a great programmer or DBA etc. My...
November 14, 2011 at 8:33 am
Ian Massi (10/20/2011)
October 20, 2011 at 7:32 am
Grant Fritchey (10/19/2011)
If you’re a finalist we will need to confirm that...
October 19, 2011 at 6:59 am
rmechaber (10/18/2011)
October 18, 2011 at 8:41 am
trarunprasanna (10/18/2011)
Hi All,
The above query is deleting the similar columns in accounts table , it is...
October 18, 2011 at 6:55 am
sam.alexander (10/17/2011)
I'm thinking of enabling SchemaBinding on an application we're working on, but is there any simple way to change a View when SchemaBinding is enabled so it...
October 17, 2011 at 10:28 am
lema-922661 (10/17/2011)
October 17, 2011 at 9:00 am
matthew.peters (10/17/2011)
October 17, 2011 at 8:54 am
The sql code I gave you should remove the duplicates. If it does not, it is because one of the other fields is unique for each row. If...
October 17, 2011 at 8:07 am
lema-922661 (10/17/2011)
Yes - this is where I start "winging" it. Using the simple example above - this is how I have set up my report.
select Name,...
October 17, 2011 at 5:42 am
Viewing 15 posts - 91 through 105 (of 210 total)