Viewing 15 posts - 15,601 through 15,615 (of 18,923 total)
Hehe was about to say something under those lines.
July 6, 2005 at 1:59 pm
Agreed... but that could cause an infinite loop so I might retract that statement
.
July 6, 2005 at 1:52 pm
Maybe something like this :
If exists (Select * from LinkedServer.DbName.dbo.TableName)
begin
--do what you need to do
end
if @@error > 0
begin
--linkedserver is down, raiserror...
end
but you could always do what you have to...
July 6, 2005 at 1:50 pm
I thaught that the month name was required in the select... but it obviously can be generated in the application. Thanx for the solutions.
July 6, 2005 at 1:47 pm
Yes replace the emoticon with ")".
I don't remember that last part beeing part of my code... what's that supposed to do?
July 6, 2005 at 1:45 pm
"I will give the answer what i want and i dont want that u suggest me to read BOI."
Just feel that I must mention this : It's BOL...
July 6, 2005 at 1:37 pm
The magic solution is to go back to Oracle where he's a God amongst insects and not the contrary
. Looks like...
July 6, 2005 at 1:34 pm
Nicer than my version... Looks like I still have to agree with you
.
July 6, 2005 at 1:31 pm
CONTAINS(ArticleDescription, 'magazine')
is not the same as
LIKE '%magazine%'
it's more like
LIKE 'magazine%'.
I can't explain it but I can assure you that those queries are not the same.
July 6, 2005 at 1:22 pm
3) Listen to Noeld and try to find a set based approach for this.
What is the goal of that stored proc?
July 6, 2005 at 1:16 pm
Do you have a better solution than this one?
I'd like to flush out the last column so that no useless data is sent back (I can do a derived table...
July 6, 2005 at 1:06 pm
Not this time though... you had a good 15 minutes to finish the job
.
Here's a solution (maybe not the best but it...
July 6, 2005 at 12:52 pm
Viewing 15 posts - 15,601 through 15,615 (of 18,923 total)