Viewing 15 posts - 361 through 375 (of 568 total)
Hello,
May be take a look at this article: http://www.simple-talk.com/sql/database-administration/brads-sure-dba-checklist/
I would suggest first concentrating on the sections Day-to-Day, Security, Job Maintenance and Performance Monitoring.
Regards,
John Marsh
November 15, 2008 at 3:20 am
Hello,
Glad to hear my suggestion solved your issue.
Best regards,
John Marsh
November 14, 2008 at 3:45 am
Hello,
It could be a permissions issue. Did you try testing with the SQL Agent running under a Domain Account?
Regards,
John Marsh
PS: This MSDN article specifically recommends using a Domain Account rather...
November 14, 2008 at 2:57 am
Hopefully this link will help:
http://msdn.microsoft.com/en-us/library/ms161959(SQL.90).aspx
Assuming that is the issue then I found this on an MSDN blog:
Q: I keep getting messages about my password not being acceptable when...
November 13, 2008 at 4:47 am
Hello,
I am glad to hear it was what you needed.
Best regards,
John Marsh
November 13, 2008 at 3:29 am
Hello,
I assume you want to grant DB access to Logins that already exist – correct?
In which case highlight the DB in Enterprise Manager, Select Tools from the Menu Bar, then...
November 13, 2008 at 3:09 am
Hello,
The indexes are rebuilt to reflect the FillFactor specified (or the original FillFactor if none supplied). So that doesn’t necessarily mean an increase in FillFactor.
Take a look at the following...
November 12, 2008 at 2:44 am
Hello,
As an alternative, you could do this with .Net, but it would be a fair amount of work.
I am just wondering why you don’t want to use DTS, as that...
November 11, 2008 at 3:13 am
Hello,
Glad to hear that you are now getting the results that you need.
Best regards,
John Marsh
November 11, 2008 at 2:54 am
Hello,
Try changing your query as below and see if that is closer to what you need.
It would still need a bit of work to get the Month and Employee Names...
November 10, 2008 at 7:08 am
Hello,
If you don’t already have them saved as Scripts, then I would script them from Enterprise Manager (it allows you to script all local jobs in one go) and run...
November 10, 2008 at 3:06 am
Hello Again,
I would suspect that the Where clause is filtering out the required records.
Can you try commenting out the Where clause, except the check on the Year, and see if...
November 9, 2008 at 6:04 am
Hello,
If you use a Right Outer Join on dimDate, that will get you all records from dimDate even when there aren’t any matching records in the (Alias) fSP Table.
As...
November 8, 2008 at 11:20 am
Hello,
I don’t believe you can change the password without knowing the old one i.e. you would have to reinstall SQL Server.
The following is Microsoft’s work around for fixing your Login's...
November 7, 2008 at 4:16 am
Hello Again,
It looks like the Login “RUY\Rui” is effectively locked out because the Default DB associated to it either does not exits, or the Login does not have the right...
November 7, 2008 at 3:49 am
Viewing 15 posts - 361 through 375 (of 568 total)