Viewing 15 posts - 646 through 660 (of 2,904 total)
Please post what solved your problem. That will help anyone with the same issue that searches and finds this thread.
-SQLBill
January 18, 2007 at 8:47 am
I posted this back in November:
quote: One thing I have noticed is that now that RedGate owns this site, there isn't anything on the site saying so (besides a couple...
January 17, 2007 at 12:56 pm
Interesting.....Red-Gate bought the site and yet the site still does not reflect their ownership.
-SQLBill
January 17, 2007 at 12:50 pm
Forgot one more thing. Enterprise Manager is notorious for not providing correct information. Try a refresh or run DBCC UPDATEUSAGE.
-SQLBill
January 17, 2007 at 12:44 pm
Sometimes the database will show 0% available if it just expanded and used most of the space. It's usually just waiting for another transaction before expanding again.
Also check how...
January 17, 2007 at 12:43 pm
January 17, 2007 at 8:27 am
I have seen this error when the transaction log can't grow fast enough. Are you using Maintenance Plans? Are you doing reindexing along with the backups?
Check that...
January 16, 2007 at 8:49 am
Your windows group must be a group in SQL Server also. Is it?
-SQLBill
January 11, 2007 at 3:25 pm
It will skip it. That's why you have the option to enter a window for the job to run.
-SQLBill
January 11, 2007 at 3:23 pm
They were wrong because a Local Login ONLY has access to the local server/workstation. You need a Domain Login to be able to access other servers/workstations.
-SQLBill
January 11, 2007 at 3:22 pm
Two options that I can think of:
1. Reschedule the jobs so they don't fall in the 0100 to 0300 time frame.
2. Create two jobs for each one. MyJob and MyJob_DST....
January 10, 2007 at 3:39 pm
Are you sure you are at SP4? How many instances of SQL Server are on that server? If there are more than one, you need to make sure you...
January 10, 2007 at 3:37 pm
Could be....interpretation is usually up to the reader unless the poster of the question is very clear on what they are asking/saying.
-SQLBill
January 10, 2007 at 3:24 pm
Have you checked the Show Job Steps box in the Job History window? That will show you the individual steps and usually gives more information on failures.
-SQLBill
January 10, 2007 at 1:19 pm
What Edition are you using? What version?
Run this:
SELECT ServerProperty('Edition'),
ServerProperty('ProductLevel'),
ServerProperty('ProductVersion')
-SQLBill
January 10, 2007 at 1:15 pm
Viewing 15 posts - 646 through 660 (of 2,904 total)