Viewing 15 posts - 16 through 30 (of 67 total)
What's the edition and service pack of the sql server?
November 4, 2008 at 10:27 am
Is your distribution cleanup job working? Or do you have anonymous subscription enabled? It looks like your old data in msrepl_commands and msrepl_transactions are not being cleaned up.
What's your...
November 4, 2008 at 10:05 am
GilaMonster (11/4/2008)
Lynn Pettis (11/4/2008)
November 4, 2008 at 7:38 am
Lynn Pettis (11/4/2008)
Sanjay Rohra (11/4/2008)
sudeepta.ganguly (11/4/2008)
November 4, 2008 at 7:23 am
I'd put in a 5 GB increment for a 75 GB data size. Small increments would lead to frequent growths. Pre-allocate the data with the right size, depending on the...
November 3, 2008 at 3:25 pm
What you did only truncates the virtual log file, a shrink would then reduce the physical size.
From BOL: "Log truncation does not reduce the size of a physical log file,...
November 3, 2008 at 3:00 pm
Is this "server/lan administrator" you're referring to a local account?
Just wanna make sure you're using a domain account to login which has proper permissions on the shared folder. (as...
April 30, 2008 at 7:41 pm
What's your error message?
or
try this id with hyphens = 'B3AE1271-2686-40F8-9A50-50C611B771B9'
April 10, 2008 at 9:48 pm
You may also want to check eventvwr.
It ran under your account when you manually fired it. But when it is run as scheduled, it uses the sql agent startup...
April 10, 2008 at 9:38 pm
"For some of the queries forcing the right index works but for some it still doesn’t use the forced index."
Did you mean using index hints on some queries yet...
April 10, 2008 at 8:56 pm
I assume the log shipping monitor does not get the correct backup dates.
In log_shipping_primaries table, check if the primary_server_name column has the same value as when running SELECT @@SERVERNAME.
Do the...
March 28, 2008 at 2:04 pm
mvssrikanth1 (2/20/2008)
Actually,the tables log_shipping_primaries and log_shipping _secondaries donot contain any data.But log_shipping_monitor table has data of the monitor server.
It happened to me also, I'm not sure if there is a...
March 26, 2008 at 9:53 am
I hear you. And excluding a database from a backup just simply blew that feature away.
March 24, 2008 at 11:11 am
Thanks for the input guys. I hold it off making changes for now. There are just some handful of servers that seems to be not in our total control...and they...
March 23, 2008 at 9:35 pm
Viewing 15 posts - 16 through 30 (of 67 total)