Viewing 15 posts - 211 through 225 (of 230 total)
Well this doesn't make any sense.
As the databases are not being used for data entry as much as reporting the logs are very small.
The entire database server's set of logs...
July 28, 2008 at 7:59 am
How can I do that?
(I'm a developer who happens to be the DBA, so my detailed DBA skills are somewhat lacking. I can write great TSQL, but when it...
July 25, 2008 at 12:40 pm
Now for that to work you are relying on a data cube though right?
Or would that same approach work with a simple table of data that had:
EmployeeID
EmployeeSupervisorID (references the employeeID...
January 31, 2008 at 6:37 am
GilaMonster: For the grouping that makes sense (or well any aggregate function).
For the use of multiple fields in an index I'm still a BIT fuzzy on that.
Examples:
1. CustomerID =...
October 12, 2007 at 8:09 am
Just for the record... I stumbled across this post by accident and found everyone's suggestions very helpful for my own query tuning.
Someone mentioned grouping on indexed fields.
I knew you should...
October 12, 2007 at 7:26 am
I've seen this suggested: http://weblogs.asp.net/mhawley/archive/2004/08/10/212281.aspx
And according to Microsoft (and I've used this):
"Although it is not recommended, you can disable soft page breaks by setting InteractiveHeight to 0."
October 10, 2007 at 3:32 pm
I'm trying to do this with SSRS 2005 but instead of showing indentation I want to use the drill down + option so you will see the CEO at the...
October 2, 2007 at 9:58 am
I'm actually VERY interested in those on call DBAs.
I'm a single DBA shop and when possible prefer to handle development more than administration. I'm confident that my servers are safe...
September 19, 2007 at 1:50 pm
Where in the report did you enable sorting?
August 29, 2007 at 10:57 am
Sad but true... they're a reason they say "If you want a job done right... do it yourself".
You might be interested to do some research on management articles related to...
August 29, 2007 at 10:53 am
I've seen mention that 64 bit SQL Server 2005 doesn't always work well with linked SQL Server 2000 machines.
Can anyone confirm that?
August 20, 2007 at 6:54 am
Sorry, I should have been more clear.
Log backups for the other databases, user, etc...
I don't bother with log backups for any of the system databases (granted I can't with Master...
July 19, 2007 at 7:01 am
I finally ended up doing the entire thing through sqlcmd using the restore options indicating the file location on the tape.
So I can restore full backups at least, but I'm...
July 18, 2007 at 7:07 am
Can you expand on windows native backups?
This is different than what SQL Server uses to backup data to a tape directly?
July 18, 2007 at 7:03 am
Viewing 15 posts - 211 through 225 (of 230 total)