Viewing 15 posts - 76 through 90 (of 140 total)
I would suggest you try looking at the Resource Kits put out by Microsoft. I used these and the Exam Cram books by Corolis to study for my MCDBA, but...
April 20, 2004 at 12:56 am
Hi Don,
I got most of my way through my MCDBA (SQL Server 7.0 & NT 4.0) before I landed a SQL Server DBA job. It took lots of job applications...
April 15, 2004 at 11:38 pm
Have you considered creating an application role and assigning users to it?
Cheers,
Angela
April 15, 2004 at 10:46 pm
mdaniel,
As far as I know you cannot "repair" a .mdf file. You will have to restore your database from backup.
In future make sure you have regular backups of your database.
Cheers,
Angela
April 15, 2004 at 10:17 pm
Hi Mike,
SQL Server uses these stats to determine the best strategy for executing a query. If the stats are out of date, SQL Server will use these stats even though...
April 5, 2004 at 8:12 pm
Have a look at http://www.sqlcourse.com/
For basic syntax and online excercises. There is also a more advanced course at http://www.sqlcourse2.com/
Cheers,
Angela
April 4, 2004 at 11:31 pm
Hi Mike,
You should take a look at 'Statistical Information' in BOL (Books Online). This may answer some of your questions.
With regard to having auto create statistics turned on, Microsoft recommends...
April 4, 2004 at 10:10 pm
I had the same problem on one of our development machines with W2K, SQL Server 2000 and SQL SP 3 after rebuilding the RAID array.
Didn't end up finding an explanation...
March 24, 2004 at 10:37 pm
Hi Chris,
Trace flag -T1807 should be documented in your Netapps doco. It is AFAIK a undocumented, unsupported trace flag that can be set in SQL Server to allow it to...
March 24, 2004 at 3:00 pm
Umm, not really sure what you mean, but if you are trying to identify which tables are what, ie, TableA is for transactional data and TableB is for customizations why...
March 22, 2004 at 11:34 pm
I would turn Auto Stats OFF and have a job scheduled to run at a quiet time to update them. If Auto stats is on it could be running while...
March 22, 2004 at 11:15 pm
Nathan,
Sorry to be the bearer of bad news but all I can really suggest is start looking for another job unless you want to be constantly recovering suspect databases.
I worked...
March 21, 2004 at 9:39 pm
Or you can use this function, which I did post in the Scripts section, but since the website upgrade, for one reason or another it no longer comes up in a...
March 21, 2004 at 9:19 pm
Can you explain the "dead" threads you are seeing? How do you know they are "dead". Are you seeing SPIDs blocking other SPIDs? Could your users possibly be inserting data...
March 11, 2004 at 9:17 pm
Andrey,
I had this same discussion with a particular SAN vendor just last week. From your post, I'm guessing you are trying to use these disk snapshots on a SAN.
In my...
March 11, 2004 at 4:09 pm
Viewing 15 posts - 76 through 90 (of 140 total)