Viewing 15 posts - 2,011 through 2,025 (of 2,387 total)
You can't log shipping master database. In order to drop user from destination database (by log shipping), you have to drop the user from your original database and run the...
April 14, 2003 at 1:15 pm
Double click your maintenance plan --> reporting --> check "write report a text in directory" and run your transaction log backup job. Go to above directory to review the report...
April 14, 2003 at 12:38 pm
You don't have to change the service account as the folder is in same server as SQL Server. Just find that folder --> property --> security --> permission --> make...
April 14, 2003 at 10:00 am
Review your SQL Server errorlog for any errors. How large you TEMPDB is? You may have to allocate more spaces for it. Check you database transaction log file too.
Edited by...
April 14, 2003 at 9:17 am
Your SQL Server Agent service account has to be a domain user account with proper access permission to folder \\St-info\Cordelia\MarkBData\CaMIS output\Outpatient MDS\ and make sure folder exists.
April 14, 2003 at 9:12 am
Try to download MDAC 2.6 SP2 from Microsoft and install it first, review dasetup.log in C:\WINNT for successful and then install SQL Server.
April 14, 2003 at 8:28 am
Please read this KB article.
http://support.microsoft.com/default.aspx?scid=kb;en-us;811889
April 14, 2003 at 8:22 am
Robert,
Do you backup your databases using maintenance plan? If you are, double click the plan, choose reporting tab and check "write report a text file in directory". Once backup job...
April 11, 2003 at 4:09 pm
To create a set of backups, you typically make a database backup at periodic intervals, such as daily, and transaction log backups at shorter intervals, such as every 30 minutes....
April 11, 2003 at 3:33 pm
Quoted from BOL.
"SQL Server 2000 autoshrinks databases that have a large amount of free space. Only those databases where the autoshrink option has been set to true are candidates for...
April 11, 2003 at 3:25 pm
Read following KB articles for trouble shooting of slow query performance.
http://support.microsoft.com/default.aspx?scid=kb;%5Bln%5D;243589
http://support.microsoft.com/default.aspx?scid=kb;en-us;224453
http://support.microsoft.com/default.aspx?scid=kb;en-us;224587
April 11, 2003 at 3:15 pm
Run "select * from INFORMATION_SCHEMA.VIEW_COLUMN_USAGE where view_name like '%yourviewname%'" from QA and copy, paste the result into Word document and print out.
April 11, 2003 at 2:39 pm
Right click Diagrams in your database --> New database diagrams --> following wizard to add your table into diagrams. Right click table --> Table View --> Standard --> Print.
April 11, 2003 at 2:09 pm
Can you try to apply latest service pack see whether you still have such issue? If it doesn't work, Follow the workaround from KB 272220.
"To defragment the text or image...
April 11, 2003 at 1:41 pm
Viewing 15 posts - 2,011 through 2,025 (of 2,387 total)