Viewing 15 posts - 1,696 through 1,710 (of 4,745 total)
that setting covers just the buffer pool, there is also proc cache, locks, connections.
you need to monitor process:private bytes and working set for the SQL server process.
Remember SQL loves memory,...
June 22, 2011 at 9:46 am
why don't you want to use a DDL trigger?
June 22, 2011 at 9:29 am
I thnk sp_help_revlogin is what you want.
I personally have a sqlagent job that produces the results of sp_help_revlogin which is then xcopied to the DR server.
If you can get the...
June 22, 2011 at 6:45 am
pls confirm SQL version and OS version, it makes a difference.
wheres perry when you need him?
June 21, 2011 at 10:34 am
You can restart a log chain by issuing a differential backup, so a switch from bulk-logged to simple and back again will not break a differential chain. The base LSN...
June 20, 2011 at 8:11 am
.........which is why I have flat file backups of the SAME server, then I don't have to take master DB files from other servers or worry about versions.
and remember the...
June 20, 2011 at 6:25 am
Brandie Tarvin (6/20/2011)
george sibbald (6/15/2011)
June 20, 2011 at 5:52 am
At some point that directory existed and may have been defined as the default location for backups.
create the directory 'Z:\Backups and give SQL permissions to it, the message should go
June 18, 2011 at 12:42 pm
SQL_Helper (6/17/2011)
But I also have SAN partitions for Log files, If I also create multiple log files for a database, can I take any advantage?
No. It would only be of...
June 18, 2011 at 10:13 am
thanks for the feedback folks.
Some interesting viewpoints and thoughts.
June 17, 2011 at 10:33 am
@gus
Thanks for your input.
I think the type of work our devs are doing must differ greatly from yours (more ETL processes), and I have never had a dev say...
June 17, 2011 at 9:51 am
no probs
June 17, 2011 at 8:18 am
thanoseft (6/17/2011)
What you mean is that the database after the restore will look exactly the same as the production one, as long as the directory can...
June 17, 2011 at 7:59 am
Viewing 15 posts - 1,696 through 1,710 (of 4,745 total)