Viewing 15 posts - 46 through 60 (of 188 total)
I would attempt the full UNC path for this and see if that works for you.
i.e.
"\\servername\sharename\cpu_history_max_by_hour.txt"
February 1, 2010 at 1:58 pm
As long as you do not mind the fragmentation that it can create (and likely is creating) it should not be a problem, it just could make queries against the...
February 1, 2010 at 12:12 pm
I really just have one thought on the process as a whole and it pertains to shrinking your db. Shrinking the log makes sense, but shrinking your data...
February 1, 2010 at 10:32 am
I am not aware of any history being kept on this column.
But if you have some older backups of msdb you could certainly restore them and then check the sysjobs...
January 28, 2010 at 3:39 pm
The redistributable that you have linked here has the installer within it that you will need for the installation.
January 28, 2010 at 8:02 am
I am not aware of this being available to you within SSMS. However, you could certainly write your own SSIS package that could loop through a server list to...
January 28, 2010 at 7:59 am
I may not be quite understanding the question but if you loaded this into a table (leaded into EntryDateTime order) and included an identity column, you could do a select...
January 27, 2010 at 3:14 pm
Depending on what kind of options and setup you have for this table, it really sounds to me like this is a good opportunity to put the sliding window partition...
January 26, 2010 at 2:54 pm
I think it very much depends on what you are doing. But I have one running that does throw the error into the log. The code...
January 7, 2010 at 2:44 pm
This is similar to what you are looking for and also uses an input text file with the list of servers you want to get data from but instead of...
January 7, 2010 at 2:21 pm
You could use an ActiveX Script task, to get the value from your table and then store that into a Global Variable, since the global variables within the package can...
April 23, 2009 at 10:39 am
richmondlake (4/21/2009)
So…Schedule blocking can turn off SQL Server Agent?Physically turn it off, completely?
Oh, and I ckecked the SQL Error logs, no new information.
Scheduler blocking is what caused the Agent to...
April 23, 2009 at 10:33 am
This seems like the ideal task to use SSIS for (if you are familiar and comfortable with the tool). Obviously you will have some criteria that will tell...
April 23, 2009 at 10:20 am
I have had this happen to me before on an old SQL 2000 server as well, and it ended up being due to Schedule Blocking at the database level. ...
April 21, 2009 at 12:03 pm
Here is a script that will script out all of your indexes for you (you would want to run this prior to dropping them obviously)
http://www.sqlservercentral.com/scripts/Index+Management/31652/
And then here is another script...
April 20, 2009 at 9:04 am
Viewing 15 posts - 46 through 60 (of 188 total)