Forum Replies Created

Viewing 15 posts - 4,441 through 4,455 (of 7,187 total)

  • RE: Cluster Services

    ksrikanth77 (6/24/2012)


    I mean we need not add anything post installation, this is taken care automatically. Please find the below link.

    http://technet.microsoft.com/en-us/library/ff182359(v=WS.10).aspx

    Note

    There is a change in the way the Cluster service...

  • RE: Cluster Services

    Adam

    In 2005, you had to create the account yourself if you didn't want it using BUILTIN\Administrators. I think the security is a bit more sophisticated in 2008, so I'm...

  • RE: Cluster Services

    Happy to help, Adam. I've done a bit more digging, and, by default, the "Is Alive" check runs every 60 seconds when the cluster service connects to SQL Server and...

  • RE: Cluster Services

    Schadenfreude-Mei (6/21/2012)


    Our ClusterAdmin account doesnt have any access to SQL. The services are set with our domain credentials for the SQL service account..... Why would you need anything else?

    So that...

  • RE: problem with log backup

    ganeshkumar005 (6/19/2012)


    Although log file size was 22 gb only on drive (and 10 gb data internally), the backup job consumed 73 gb space on backup drive and failed with...

  • RE: Maintanence job - Rebuild fails

    If you can't get the error in any other way, try running a trace while you execute the maintenance plan.

    John

  • RE: Capture User variable from SSIS Execute SQL task

    What do you want to do with the variable in your Execute SQL task? From the information you've given, it sounds as if you need to use an input...

  • RE: Server side tracing - where is the data stored?

    Yes, I noticed that only last week. The size of the trace file in Explorer is 0KB until the trace has stopped.

    John

  • RE: Index defaults 1

    Good question. I fell for it. But I don't think we should make too many assumptions about how common the clustered primary key myth is with knowing how...

  • RE: SSIS: Package String Variable Length Issue

    Phil Parkin (6/14/2012)


    I've never been brave enough to try that option out, just in case something got 'upgraded' inadvertently 🙂

    It does seem a strange name for the action. I...

  • RE: SSIS: Package String Variable Length Issue

    You can right-click on the package in Solution Explorer and choose Reload with Upgrade. It's a bit easier than coming out of BIDS altogether.

    John

  • RE: SQl Server Jobs

    I think what I would do is alter your stored procedure so that it gives a return value of the number of rows inserted, then either insert that value into...

  • RE: SSIS - BIDS - 'Prepare SQL Server Task' missing

    nsvensson (6/11/2012)


    Yes.. but the problem is, on my Control Flow diagram, there is only 'Data Flow Task'

    Sounds like you're looking at the design surface of your package, and not in...

  • RE: Monitor long running SQL Agent Jobs

    Try it out. It also returns last_run_date and last_run_time, which gives the last time that the job started - whether it's still running or not.

    John

  • RE: Monitor long running SQL Agent Jobs

    Mmmm... that's a good point. SQL Server 2000 had an "In Progress" value for run_status, but that seems to have been dropped from later versions. One way round...

Viewing 15 posts - 4,441 through 4,455 (of 7,187 total)