Viewing 14 posts - 91 through 104 (of 104 total)
If I understand what I'm reading correctly, PuTTY purposely doesn't allow passing the password in via cmd prompt. When I connect from the cmd prompt, it prompts me for my...
November 17, 2008 at 7:34 am
I apologize if my question wasn't clear. I thought I made it obvious that I don't know what I'm doing when it comes to FTP. There's no need to tell...
November 17, 2008 at 7:10 am
Can someone explain specifically how to create the proxy account so that the fingerprint is stored? I'm going to be running this from SQL Server Agent scheduled jobs, but the...
November 14, 2008 at 1:22 pm
I am trying to include some code in a stored proc that will look to see if a user defined function exists in the database and if not that will...
October 3, 2008 at 10:26 am
I figured it out on my own! In fact, I used the article Matt posted and another article, too, and found two ways. Here's what I used.
--option 1
create function [dbo].[TNU_fnGetClassroomDOW]
(
@event_ID...
September 19, 2008 at 2:15 pm
I read the article referenced above and I'm attempting to apply the concatenation code to my own situation, but I'm failing miserably. What I'm trying to do is return a...
September 19, 2008 at 10:12 am
I'm having the exact same problem the original poster had. The collation conflict appears when I'm attempting to view the "Securables" section for a particular Login under the Security folder...
July 9, 2008 at 9:12 am
Thank you all so much! The CROSS APPLY logic worked great. I had 272 donors who fit the bill! Also, I've bookmarked that article to read as soon as I...
June 19, 2008 at 1:54 pm
You're right. Thank you for pointing that out. I'm trying your cross apply logic now. (I have never used a cross apply in a real environment. I do remember it...
June 19, 2008 at 1:16 pm
Ok, I'm an idiot. I was trying to make the example simple but my problem was actually that I wasn't using the right fields in my group by clause. (I...
June 19, 2008 at 1:09 pm
Thanks for your response. I've been trying a similar set of code, but the problem is that I don't know the date and it's going to be a different date...
June 19, 2008 at 1:06 pm
phani kumar gotety (6/9/2008)
Link to the...
June 11, 2008 at 6:32 am
I'm getting a similar message when trying to run an update statement where part of my WHERE clause is a query against a linked server. I've done this database many...
June 9, 2008 at 8:20 am
Viewing 14 posts - 91 through 104 (of 104 total)