Forum Replies Created

Viewing 15 posts - 61 through 75 (of 907 total)

  • RE: Comparison of SQL Server 2005 Editions

    It's good to see there will still be a developer addition.  I just didn't see it on the posts from Microsoft on 2/24 or your article, so I was just...

    Gregory A. Larsen, MVP

  • RE: Comparison of SQL Server 2005 Editions

    Humm....No more developer addition.  Where does that leave developers for having a cheap copy to do development work?  I haven't looked at the Express version for 2005.  Will the Express...

    Gregory A. Larsen, MVP

  • RE: Changing SQL Server Passwords

    Not all users of SQL Server, that use SQL Server Authentication have Query Analyzer installed on there desktop.  The kind of users I am referring to our the ones that typically...

    Gregory A. Larsen, MVP

  • RE: SQL Server Security Part 1

    Under the section labeled "The SA Account" you have the following statement regarding the "sysadmin" role,  "Never grant this privilege to any other user, there is simply no reason to...

    Gregory A. Larsen, MVP

  • RE: Trapping Connection Errors

    I always have problems with trying to insert records into a local table via a linked server.  I'm not exactly sure why, but I know if can be resolved.  I...

    Gregory A. Larsen, MVP

  • RE: Trapping Connection Errors

    here is my original script that uses SQL Server Authentication:

     

    DECLARE @object int

    DECLARE @hr int

    DECLARE @src varchar(255), @desc varchar(255)

    DECLARE @location varchar(100)

    DECLARE @CMD nvarchar(1000)

    DECLARE @objresults int

    set @location = 'Create SQLServer Object'

    EXEC @hr...

    Gregory A. Larsen, MVP

  • RE: Trapping Connection Errors

    Yes you can change this to use SQL Server authentication, but then you would have to store a password in the script.  I feel this is a security risk, this...

    Gregory A. Larsen, MVP

  • RE: SQLMAIL on Windows 2003 with SQL Server 2000

    Thank you for your thoughts, but I need to follow this issue to some conclusion to determine if we are at risk by not applying the patches.  Therefore I'm looking...

    Gregory A. Larsen, MVP

  • RE: SQLMAIL on Windows 2003 with SQL Server 2000

    So it looks like the outlook 2000 client will work on Windows 2003 server.  Now I'm wonder if the security patches actually make the outlook 2000 client more secure.  This...

    Gregory A. Larsen, MVP

  • RE: SQLMAIL on Windows 2003 with SQL Server 2000

    Noeld, by constaint do you mean having to have the Outlook client active?  Or are there others.

    Gregory A. Larsen, MVP

  • RE: SQLMAIL on Windows 2003 with SQL Server 2000

    Does SQL Server 2005 (aka yukon) fix some of the SQL MAIL issues?

    Is any one using Outlook 2000 client with Windows 2003 for SQL Mail using a Internet Mail (POP3/SMTP)? ...

    Gregory A. Larsen, MVP

  • RE: POP3/SMTP mail support requires Outlook Client to be Active

    Now there is a great way to get notified.  Beats adding code to every job.

    Gregory A. Larsen, MVP

  • RE: SQLMAIL on Windows 2003 with SQL Server 2000

    Can someone verify what mom said, that you can't install the Outlook 2000 client on Windows 2003? 

     

    Mom would you clarify what you meant by the this statement "You don't...

    Gregory A. Larsen, MVP

  • RE: Mail Profile creation without Outlook Client

    Thanks for trying this out.   If you figure out what went wrong please let us know.

    Gregory A. Larsen, MVP

  • RE: POP3/SMTP mail support requires Outlook Client to be Active

    Yes I want to get SQL Agent Notification via email as it was designed.  I don't want to use a kludge of a way of getting notified. 

    Gregory A. Larsen, MVP

Viewing 15 posts - 61 through 75 (of 907 total)