Viewing 15 posts - 121 through 135 (of 327 total)
anand13685 (2/16/2011)
February 16, 2011 at 12:23 pm
Thordog (1/21/2011)
Rudy Panigas (1/21/2011)
Give it a try and...
February 16, 2011 at 12:21 pm
If your SQL servers are in a data center, say in your building, isn't that a "Corporate Cloud"?
I think the cloud will go the way of out sourcing. A...
February 16, 2011 at 6:52 am
Sarab. (2/15/2011)
Great Article Rudy.anyways people can also use XP_ReadErrorLog 0,1,'string_you_want_To_search'
like xp_readerrorlog 0,1,'error'
provided you are using SQL Server 2005+ versions
for earlier version this would be a good option.
Thanks Sarab.
Nicely done....
February 15, 2011 at 9:04 am
michael.wanke (2/14/2011)
[SQLServerName] [nvarchar](150) NULL...
February 14, 2011 at 12:43 pm
Willem Gossink (2/14/2011)
February 14, 2011 at 8:16 am
ben.rosato (2/14/2011)
What's the reason behind running an insert statement with EXEC? That's a lot of unnecessary work. I hope you don't code all you procedures this way.
This code was...
February 14, 2011 at 8:14 am
alen teplitsky (2/14/2011)
i've been meaning to add this to my daily data collection. i'll probably just change the process to use SSIS to import data for numerous servers into a...
February 14, 2011 at 7:46 am
abacrotto (2/14/2011)
February 14, 2011 at 7:44 am
hakkie42 (2/14/2011)
USE [ErrorLogStorage]
GO
in the database creation script? When I ran it, it created the ErrLogData table in master...
Apart from that, a smart solution: why struggle with...
February 14, 2011 at 7:42 am
nick.welham (2/3/2011)
1. Does the Master DB contain the server Master encryption key data or should I add this separately?
2. I know the Master...
February 3, 2011 at 8:55 am
I think companies will use cloud computing to off load the security liability. If the data is lost/stolen they can then put the blame on the cloud computing supplier and...
February 3, 2011 at 8:50 am
Markus (2/3/2011)
February 3, 2011 at 8:40 am
mohammed moinudheen (2/3/2011)
The title of this article is really catchy.
Regarding this section: It's All Proactive
You are referring to a SQL Server instance which is running fine right?
I am assuming...
February 3, 2011 at 8:04 am
Hello everyone,
Thanks for all your comments. Looks like some people like and dislike the article but this is to be expected.
Apparently some are commenting that the article name is misleading....
February 3, 2011 at 8:02 am
Viewing 15 posts - 121 through 135 (of 327 total)