sql server job

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jena

    sql server job

    I'm a TOTAL novice with SQL Server. I'm trying to set up a job on SQL
    Server but am having problems. Where can I find syntax (I'm sure this
    is REALLY basic stuff)for this? Basically, I'm looking for a list
    that tells me what /t means, /f etc. I think this is basic
    command-line syntax, but when I search the internet I'm not finding
    what I'm looking for. I've set up a job based on some instructions
    supplied to me, but the job is failing. I'm trying to troubleshoot
    what I've done wrong.
  • Erland Sommarskog

    #2
    Re: sql server job

    Jena (jstacey@exchan gecapital.com) writes:[color=blue]
    > I'm a TOTAL novice with SQL Server. I'm trying to set up a job on SQL
    > Server but am having problems. Where can I find syntax (I'm sure this
    > is REALLY basic stuff)for this? Basically, I'm looking for a list
    > that tells me what /t means, /f etc. I think this is basic
    > command-line syntax, but when I search the internet I'm not finding
    > what I'm looking for. I've set up a job based on some instructions
    > supplied to me, but the job is failing. I'm trying to troubleshoot
    > what I've done wrong.[/color]

    SQL Server comes with Books Online, where you find all this information.
    ("Using the SQL Server tools".) For an updated version of Books Online, see
    the link below.

    --
    Erland Sommarskog, SQL Server MVP, sommar@algonet. se

    Books Online for SQL Server SP3 at
    SQL Server 2025 redefines what's possible for enterprise data. With developer-first features and integration with analytics and AI models, SQL Server 2025 accelerates AI innovation using the data you already have.

    Comment

    Working...