Viewing 15 posts - 976 through 990 (of 7,429 total)
It is a permission issue. What account does SQL Agent (the service) run under?
April 12, 2006 at 3:47 pm
Speak with yor provider. Otherwise speak with the server admin for the mail server.
April 12, 2006 at 3:39 pm
That is quite all right.
MDAC stands for Microsoft Data Access Components, it is basicaly a supply of drivers fr various data stores.
You can find links to the latest here...
April 12, 2006 at 3:26 pm
Also, do you have a lot of other activity on the server. Could be a blocking issue is preventing you from pulling any faster. Also try using sp_upatestats, a large...
April 12, 2006 at 3:20 pm
When you say changes, what do you mean. Data changes or schema changes?
April 12, 2006 at 3:16 pm
OK so the issue can be pinpointed specifically to SQL Server. OK one last idea to see what may be going on.
Create a dummy user account on the Domain.
Create...
April 12, 2006 at 3:13 pm
The issue at hand is the "Freedom of Information Act" which is why all court documents (unless sealed) fr the most part are public. You can even request any information...
April 12, 2006 at 3:07 pm
What happens when you try. I have always just typed in the filegroup name and had no issue in the past.
April 12, 2006 at 2:57 pm
I hve emaild the contact listed at http://www.databasewatchdog.com but if you goto their hompage it does mention the site so I am not sure if they are having issues or...
April 12, 2006 at 2:54 pm
Try installing the latest MDAC (2.8 a I believe) and see if that doesn't correct the issue. May hv become unregistered or was no installed somehow.
April 12, 2006 at 2:43 pm
Just verified you really are goin to have to take my other suggestions. When SQL Server is stopped databases that have had no transaction also will update the file modified...
April 12, 2006 at 2:32 pm
Can you login to Server 2 (the W2k3 server) with any account that is a memeber of the SQL Group account that isn't a domain admin successfully. To the server...
April 12, 2006 at 2:26 pm
Yes the data in the transaction ogs will b unrecoverable as they are marked committed and it flips the backup marker as well. I would suggest take a full backup...
April 12, 2006 at 1:50 pm
Excessive sleeper process can mean you are not closing your connections correctly so that can be reused in connection pooling and thus they also never die. When you open a...
April 11, 2006 at 3:03 pm
Best bet is Null. With 0 you are just creating a substituion which could in theory become valid at some point.
April 11, 2006 at 3:00 pm
Viewing 15 posts - 976 through 990 (of 7,429 total)