Viewing 15 posts - 316 through 330 (of 502 total)
If you look at the top of the KB article for the CU. It has a "view and request hotfix downloads" link at the top. Clicking on this takes you...
January 8, 2010 at 9:28 am
CU 5 actually came out a couple months ago for SP1. CU 6 will probably be out shortly. Hard to keep up with all the CU's. I'm more of a...
January 6, 2010 at 5:54 pm
Check out the link below and remember you will need to install MS Outlook.
January 4, 2010 at 4:44 pm
Is it possible the login you added already had db permissions via a Windows security group in the logins?
January 4, 2010 at 4:13 pm
Grant Fritchey (1/4/2010)
umailedit (1/4/2010)
Why should something as routine as backup not be done automatically by computers? Why depend on people to do the backup?
January 4, 2010 at 3:21 pm
It looks like you meet the min system requirements for 2008 Developer Edition but your performance might be poor. You could always uninstall SQL if performance is terrible. Post back...
December 17, 2009 at 5:34 pm
You can uninstall CU 6 for SP3 by going into Control Panel, Add or Remove Programs, check the "show updates" box at the top, find hotfix 4266 listed under Microsoft...
December 16, 2009 at 5:42 pm
Switching the recovery model from Full to Bulk-logged will not break the log chain and will allow your reindex job to complete without blowing up the log file. Check out...
December 16, 2009 at 5:26 pm
Why not make the sa login owner of all the jobs? No one should be using this login and it will have the permissions to run all the jobs without...
December 15, 2009 at 5:54 pm
Run the following to find out if other traces are running.
select * from fn_trace_getinfo(0)
Property 2 will tell you where the files are being written. Is the trace file you are...
November 20, 2009 at 5:43 pm
Just grant SELECT permissions on the view and don't grant SELECT permissions on the underlying tables. This will allow the user to query the view but not the tables.
If you...
October 20, 2009 at 5:58 pm
You can try cycling the error log using sp_cycle_errorlog. Then try viewing the SQL Log. Enterprise Manager might be having a hard time opening almost a GB log file.
October 9, 2009 at 5:20 pm
Do you have anti-virus software running? It maybe scanning the data or log file at the time SQL is starting up.
October 6, 2009 at 5:28 pm
You can add multiple email addresses to an operator by separating the addresses with a semicolon. Also, you could create an active directory distribution group with all the users and...
September 14, 2009 at 4:27 pm
The only DR it provides for is if both nodes of the server X cluster fail. This is assuming of course that both server X and server Y are in...
August 26, 2009 at 4:42 pm
Viewing 15 posts - 316 through 330 (of 502 total)