Viewing 15 posts - 3,601 through 3,615 (of 15,381 total)
Chad.Taylor (11/13/2014)
November 13, 2014 at 1:24 pm
I would recommend doing yourself a huge favor. You have two major issues with your insert statements. The first is you don't specify the columns. That means you are expecting...
November 13, 2014 at 12:35 pm
There are a couple of ways that come to mind for how to deal with this. The first is to pass a table valued parameter instead of a scalar value....
November 13, 2014 at 12:32 pm
WayneS (11/13/2014)
Sean Lange (11/12/2014)
Ed Wagner (11/12/2014)
Sean Lange (11/12/2014)
November 13, 2014 at 8:50 am
itmasterw 60042 (11/13/2014)
so is there...
November 13, 2014 at 8:48 am
Your ddl does not work at all. You have a lot of errors in there. You are setting identity insert but none of the tables have an identity column and...
November 13, 2014 at 7:27 am
I immediately thought of your chapter in that book Kevin.
I agree 1000% that you should try to avoid scalar UDFs but when you are talking about 400M row result sets...
November 12, 2014 at 3:12 pm
John Dempsey (11/12/2014)
November 12, 2014 at 3:08 pm
Your question is not totally clear but I would do everything I could to minimize cross database requirements. What I mean is that I would not even consider creating a...
November 12, 2014 at 2:12 pm
Ed Wagner (11/12/2014)
Sean Lange (11/12/2014)
Holy spam running crazy!!! The spam filter seems to have been turned off again. Whatever is being done to prevent spam is not working.
Yeah, did you...
November 12, 2014 at 2:05 pm
Holy spam running crazy!!! The spam filter seems to have been turned off again. Whatever is being done to prevent spam is not working.
November 12, 2014 at 12:44 pm
Let's start with some formatting so we can read this. You can use the IFCode shortcuts over on the left side when posting to include your code in a code...
November 12, 2014 at 11:06 am
ramyours2003 (11/12/2014)
I don't have experience in development , how to debug the query?
Your question is entirely too vague for anybody to offer much help. What do you mean by debug...
November 12, 2014 at 10:09 am
manie (11/12/2014)
Sean Lange (11/12/2014)
Well the error message you are getting is a login failure. Since this is across a linked server the failure is almost certainly on the other end.
Then...
November 12, 2014 at 6:32 am
Well the error message you are getting is a login failure. Since this is across a linked server the failure is almost certainly on the other end.
November 12, 2014 at 6:20 am
Viewing 15 posts - 3,601 through 3,615 (of 15,381 total)