Forum Replies Created

Viewing 15 posts - 1,501 through 1,515 (of 1,535 total)

  • RE: SQL Mail

    I would do so with both. Depending on how the sqlmail is going to be used.

    If you are just going to use sqlmail in sp's etc then just set up...

  • RE: New Server - Dont Like My Options

    That's a toughie.

    I don't know the best answer for this, what you would probably be best doing is to run performance monitors against the server and db with it in...

  • RE: SQL Mail Problem

    Sounds like an exchange issue.

    Have you tried to send  emails using outlook to external email addresses from that server? Exchange might have relaying turned off to anything outside the local...

  • RE: locking, blocking, and read only access

    Absolutely a select statement may cause blocking and locking if you are reading committed, this mainly happens when you are attempting to do a large select. The worst is when...

  • RE: Easier way to use a path

    Login using the SQL Server Agent account, and map a drive to the location (being sure to set the checkbox for Reconnect At Logon).

  • RE: Replication

    BOL = Microsoft Books Online...essentially what you get when you hit the F1 key when in Query Analyser or Enterprise Manager. A most excellent and highly used piece of documentation,...

  • RE: Disk / File Tuning

    That's what I figured, thanks for the confirmation.

  • RE: Disk / File Tuning

    The hardware is made up of a SAN, running RAID 7 with 3 LUNS and 3 logical drives. There is also a local internal raid array configured to RAID 10....

  • RE: Programmatically change PWD in all connections in all DTS packages

    Another way to do it, instead of leaving the data in an .ini file is to put it into the registry. You can then use regread functionality to pull the...

  • RE: xp_sendmail: Procedure expects parameter @user

    Did you set up the profile in outlook(when logged in as the SQL service account), ensure it's the default profile and that outlook is the default mail client?

  • RE: Connect to Aliased Cluster Named Instance

    I'm not sure if it's a bug, or has been designed that way, but it does not work.

    We spent a good 3 weeks attempting to get it to work at...

  • RE: DTS import from oracle table to SQL table

    Check the scale and precision for both sides.

  • RE: DTS import from oracle table to SQL table

    Have you checked the data type on the Oracle side matches the data type on the SQL Server side. You might have to either change the column data type or...

  • RE: DTS pkg as a job step

    In a job step select "Operating System (cmdexec)"

    In the step information use

    DTSRUN /S<servername> /N"<job name>" /E

    <servername> is the name of the server, <job name> is the name of the job,...

  • RE: DTS pkg as a job step

    I would never call the dts by the guid you might pull the wrong version should you change the DTS in any fashion.

Viewing 15 posts - 1,501 through 1,515 (of 1,535 total)