Viewing 15 posts - 76 through 90 (of 217 total)
faisul (3/23/2009)
I take on board all you have suggested, is there any recommendations you can make regarding the script. I need to correct...
March 23, 2009 at 8:32 am
mister boom (3/13/2009)
March 13, 2009 at 10:22 am
ramadesai108 (3/13/2009)
If I run the proc with param 'Sp1' then i get the following:Conversion failed when converting the nvarchar value 'Sp1' to data type int.
mister boom was on the right...
March 13, 2009 at 9:55 am
ramadesai108 (3/13/2009)
CASE ClientID WHEN CHARINDEX('-',ClientID) <> 0 THEN
(CASE WHEN ISNUMERIC(SUBSTRING(ClientID ,CHARINDEX('-',ClientID ) + 1, 5)) = 1
THEN CONVERT(INT,SUBSTRING(ClientID ,CHARINDEX('-',ClientID ) + 1, 5))
ELSE...
March 13, 2009 at 8:53 am
Can you confirm what datatypes 'ClientID' and 'vchClientSubSessionID' are.
Also some example values of ClientID
Kev
March 13, 2009 at 6:58 am
Terry,
it was originally posted on 30 June last year - Steve sometimes recycles popular articles.
If you look on SSC homepage, under the headlines it says
By Lynn Pettis 2009/03/13 (first posted:...
March 13, 2009 at 6:52 am
Any SSC regulars going?
I am and would love to put faces to names.....:w00t:
Kev
February 25, 2009 at 6:23 am
mike.woodward (2/16/2009)
I agree with the previous posters about avoiding "*=".
However, doesn't "*=" equate to RIGHT OUTER JOIN ? thus the two sql pieces of code are not the same....
February 16, 2009 at 4:32 am
Probably to do with NULLs and the way they get interpreted by the WHERE clause rather than the JOIN clause.
See http://www.sqlservercentral.com/articles/Basic+Querying/ansijoins/189/ in the section entitled 'Outer Join Gotchas'
Kev
February 12, 2009 at 3:25 am
Rachel Byford (2/11/2009)
February 11, 2009 at 4:36 am
archie flockhart (2/11/2009)
February 11, 2009 at 2:51 am
Philippe Lauwers (2/11/2009)
February 11, 2009 at 2:44 am
Ken McKelvey (2/4/2009)
February 4, 2009 at 5:33 am
Max (2/3/2009)
Weirdo mondo, another example of where money is the root cause of people's problems, comrade.
Haha - soooo true!
Kev
February 4, 2009 at 4:29 am
Viewing 15 posts - 76 through 90 (of 217 total)