Viewing 15 posts - 4,441 through 4,455 (of 7,187 total)
ksrikanth77 (6/24/2012)
http://technet.microsoft.com/en-us/library/ff182359(v=WS.10).aspx
Note
There is a change in the way the Cluster service...
June 25, 2012 at 1:35 am
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...
June 21, 2012 at 9:25 am
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...
June 21, 2012 at 9:16 am
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...
June 21, 2012 at 8:29 am
ganeshkumar005 (6/19/2012)
June 20, 2012 at 4:00 am
If you can't get the error in any other way, try running a trace while you execute the maintenance plan.
John
June 20, 2012 at 3:55 am
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...
June 19, 2012 at 7:57 am
Yes, I noticed that only last week. The size of the trace file in Explorer is 0KB until the trace has stopped.
John
June 18, 2012 at 5:56 am
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...
June 14, 2012 at 8:44 am
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...
June 14, 2012 at 5:21 am
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
June 14, 2012 at 5:03 am
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...
June 13, 2012 at 9:42 am
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...
June 12, 2012 at 3:46 am
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
June 11, 2012 at 1:25 am
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...
June 8, 2012 at 8:53 am
Viewing 15 posts - 4,441 through 4,455 (of 7,187 total)