Viewing 15 posts - 421 through 435 (of 761 total)
anthony.green (5/17/2012)
http://msdn.microsoft.com/en-us/library/ms186385.aspx
Will need to refactor the job to send the mail, or get...
May 17, 2012 at 11:00 pm
ColdCoffee (5/17/2012)
What is the original requirement?
I was trying to Execute a Stored Procedure from inside a Function. This was not actually a Business Requirement. Just for learning purposes and to...
May 17, 2012 at 10:59 pm
No, Preetham.
It doesn't work. It will just return the value of @res which in this case is "(Select * From OpenQuery(ABHI, @tmp))". It won't execute the Open Query. I actually...
May 17, 2012 at 10:30 pm
anthony.green (5/17/2012)
http://msdn.microsoft.com/en-us/library/ms186385.aspx
Will need to refactor the job to send the mail, or get...
May 17, 2012 at 2:16 am
Thanks for the reply Joe.
Yes, that was the problem. I was behind a Proxy which was blocking outbound SMTP.
I finally got it working.
I have another small question. Can I configure...
May 16, 2012 at 11:07 pm
saidapurs (5/16/2012)
Hi Vijay,You are using GMAIL SMTP, please use your company SMTP & test it....
Regards
Satish
Doesn't Gmail SMTP work??....If I am behind a Proxy...I might need...
May 16, 2012 at 1:04 am
Yes, Anthony. You are right.
Just a few days back someone(a developer) was telling me that one can be a good developer if and only if he feels "the excitement" in...
May 15, 2012 at 6:54 am
That's a very nice solution by Anthony. 🙂
But, if you are not comfortable with PIVOT then you can use a simple CASE Statement like this:
--Declaring Temporary Table
declare @tab table (product...
May 15, 2012 at 6:42 am
Different people may have different point of Views on this. But, from what I know:
An AD-HOC Query is a query which is created on the fly, for a specific Non-Generalizable...
May 15, 2012 at 6:25 am
rakesh_itcvrce (5/15/2012)
Thanks vinu512It works 🙂
You're Welcome. I'm glad it helped You. 🙂
May 15, 2012 at 3:37 am
Eugene Elutin (5/14/2012)
vinu512 (5/14/2012)
Phil Parkin (5/14/2012)
vinu512 (5/14/2012)
tbabs25 (5/14/2012)
I get a number in return...
May 14, 2012 at 5:14 am
Phil Parkin (5/14/2012)
vinu512 (5/14/2012)
tbabs25 (5/14/2012)
I get a number in return instead of data.
select...
May 14, 2012 at 4:47 am
Following links might be useful to you:
1. Calculating Quartile in SQL Server
If you manage to find out the NTile using the first link then IQR is going...
May 14, 2012 at 4:44 am
Error 50000 is a user-defined error.
Look for the "RAISERROR()" and check what the code is around that and the conditions that will cause the error to fire.
May 14, 2012 at 4:31 am
Viewing 15 posts - 421 through 435 (of 761 total)