Viewing 15 posts - 166 through 180 (of 230 total)
First things first, install SP3 as it protects against the slammer virus, not saying you have it but at least will rule it out.
When you turn on everything for profiler...
September 23, 2003 at 12:28 pm
I just read it, pretty darn funny. The URL is here - http://www.ucomics.com/foxtrot/2003/09/14/
Ray Higdon MCSE, MCDBA, CCNA
September 23, 2003 at 5:55 am
I'm a little confised by the code on what's being done here, how about this
create trigger tbltrg on table
for insert,update,delete
as
declare @one datetime,@two datetime
set @one = (select date from inserted)
set @two...
September 22, 2003 at 8:44 pm
No, not out yet. It is currently called Yukon and I think it's to be released Qtr04 2004.
Ray Higdon MCSE, MCDBA, CCNA
September 22, 2003 at 7:18 pm
I've had this multiple times and running dbcc updateusage has fixed the reported free space amount, I'm interested to hear what did fix the reported amount if that didn't.
Ray Higdon...
September 22, 2003 at 5:43 pm
http://support.microsoft.com/default.aspx?scid=kb;en-us;314515
http://www.sql-server-performance.com/sql_server_log_shipping.asp
HTH
Ray Higdon MCSE, MCDBA, CCNA
September 22, 2003 at 5:14 pm
You can use a third party tool like Lumigent log explorer to read the logs or use Lumigent Entegra for a more fully auditing tool. If you don't want to...
September 22, 2003 at 2:33 pm
How many pages do you have? If you have less than one full universal extent (8 pages) I've seen where you can not fill it any more efficiently.
Ray Higdon MCSE,...
September 22, 2003 at 2:31 pm
You can try DBCC updateusage, or the switch with
exec sp_spaceused tablename, true
to recheck the allocation automatically without running updateusage.
HTH
Ray Higdon MCSE, MCDBA, CCNA
September 22, 2003 at 2:30 pm
You might consider log shipping if you are using this for a reporting server. I believe it creates less of a load on the publishing server.
HTH
Ray Higdon MCSE, MCDBA, CCNA
September 22, 2003 at 3:46 am
To see the size of the DB adjusted run DBCC updateusage. See BOL for script details
HTH
Ray Higdon MCSE, MCDBA, CCNA
September 22, 2003 at 3:45 am
You could do that. If you right click the job (not the maintenance plan) and click view job history it will open a new window. From there you can check...
September 21, 2003 at 4:06 pm
This is a generic error, see if you can find the exact error by looking at the details on the individual job steps. This sometimes has to do with security...
September 21, 2003 at 8:55 am
When you say lowest level, do you mean on the dimension? Like the user would have to drill down to get to this level? If so, should be no problem...
September 21, 2003 at 6:25 am
Viewing 15 posts - 166 through 180 (of 230 total)