Viewing 15 posts - 361 through 375 (of 2,840 total)
Looks more like a port scanner running on your DB box. Or a service trying to identify all the servers in the network.
August 31, 2011 at 6:26 am
I just submitted my article for SSC so that Steve can rip it apart. 🙂
Thanks Johan and Jason for editing the mess and making it presentable. 🙂
August 30, 2011 at 12:31 pm
IS the Database that you want to take Log back ups in FULL mode?
August 30, 2011 at 9:56 am
Can you check what is the plan difference when it is Select * vs Select column list? That should point you in the right directions.
August 30, 2011 at 8:13 am
Could you post the generic error you are getting?
August 30, 2011 at 7:12 am
Does it not show that there was an error in the SQL Agent error log?
August 30, 2011 at 7:06 am
Sorry if I am being stupid but why not just run sp_recompile for just that stored proc? It will recreate the plan.
August 30, 2011 at 7:03 am
Usually you leave 10 to 15% mem for the OS. In your case you have left 12 GB. That should be more than enough.
Do you have hyper threading enabled on...
August 30, 2011 at 6:14 am
Steve Jones - SSC Editor (8/29/2011)
Anyone see plagiarism here:http://www.sqlservercentral.com/articles/context_info()/74332/
http://www.thecodepage.com/post/TIP-A-Call-Stack-in-SQL-Server.aspx
Similarities, YES. But plagiarism NO. There are way too many articles about each topic that there is a chance that the...
August 30, 2011 at 6:03 am
Yep, we do just that. After the back up is completed, the same back up is restored in another DB Server, then it goes thru a scrubbing process to obfuscate...
August 26, 2011 at 2:12 pm
I guess everyone has their own outlook of where the risk is when taking back ups. 🙂 I prefer going for network back up. I feel that it is bit...
August 26, 2011 at 1:58 pm
The secure way to move data to Server OUT would still be replication. You can encrypt the data being transferred if I am not mistaken.
August 26, 2011 at 1:44 pm
SQLRNNR (8/26/2011)
August 26, 2011 at 1:39 pm
How would you let the Server that is going to initiate the back up know that the back up is complete?
Coping a 100 GB file does use quite a...
August 26, 2011 at 1:06 pm
We currently do backup over the network. When we started backing up to the local disk, the page file usage started going high. Also if you want to use less...
August 26, 2011 at 12:58 pm
Viewing 15 posts - 361 through 375 (of 2,840 total)