Viewing 15 posts - 2,056 through 2,070 (of 2,840 total)
This needs all the power you can get. This time it has to be torpedoes.... 😛
May 12, 2009 at 8:03 am
I think the OP wants to do it as part of the Script.
May 12, 2009 at 7:55 am
As per BOL
The minimum permission required is ALTER on table_name. TRUNCATE TABLE permissions default to the table owner, members of the sysadmin fixed server role, and the db_owner and db_ddladmin...
May 12, 2009 at 7:37 am
Why not try to give the db_ddladmin role to that user. Maybe that user does a Truncate command or Drop command or Alter command.
May 12, 2009 at 7:31 am
Check the MSDistribution_status view in the distributor. Maybe that will give an idea where you have to look.
May 12, 2009 at 7:19 am
Just as an update, The firmware was wrong and the network teaming is also messed up. We are going to do a Shutdown tonight to fix these issues. If it...
May 12, 2009 at 7:10 am
I have seen the full series. I actually loved it when it was Captain Kirk, Spock and Doc. 🙂
May 11, 2009 at 9:56 am
I wanted to see it but couldnt. Maybe this week. I love Star Trek.. 🙂
May 11, 2009 at 9:44 am
I was starting to get a bit paranoid about the well being of THE THREAD. But hopefully that will change now.. 😛
May 11, 2009 at 9:18 am
I second that. Use Third party software only when you cannot use the Native methods provided.
May 11, 2009 at 9:04 am
Thats a tricky situation. The reason behind it is
1. If you set up distributor on the production, then you have more load on the production Server (But that depends...
May 11, 2009 at 8:50 am
Simon Smith (5/11/2009)
Thats cool. Not a SQL question now but how would you control the 'heartbeat' - that controls which server is the live IP etc ?
If you set up...
May 11, 2009 at 8:36 am
Why not make a Cluster of two servers with a shared Disk as your Primary server (Active/Passive) and then set the Log shipping for DR?
Then you dont have to bother...
May 11, 2009 at 8:35 am
Remember to read up a lot about SQL Server and DBA issues that everyone is facing daily so you will be more prepared when you do get a chance.
BOL should...
May 11, 2009 at 8:18 am
You can set up the DR with Log shipping from SQL Server itself. Set to log ship every min. The Max data that you can loose would be 5 min...
May 11, 2009 at 8:11 am
Viewing 15 posts - 2,056 through 2,070 (of 2,840 total)