Viewing 15 posts - 16 through 30 (of 127 total)
Cliiford Stoll's "The Cuckoo's Egg" was a 1990 compuetr spy thriller. Very good read.
June 16, 2006 at 7:25 pm
I always found it strange that the first thing that businesses did when they bought Oracle was to go and hire a DBA. Why because it was expensive and perceived...
April 13, 2006 at 6:28 pm
If you have GO statements, edit the script replace GO with GOXYZ (or something else). Run the script and then you will need to edit each job step with the...
April 12, 2005 at 5:36 am
Have a dig through the sysindexes table for the user database. Ideally each table should have at least a clustered index (indid =1). As a very rough real of thumb...
April 12, 2005 at 5:31 am
You should look into why you transaction log filled. What is your database recovery mode?. If it is full then you should be backing up the transactionlog regularly. If simple...
April 12, 2005 at 1:30 am
Terry,
I have used rebuildm to change the sort order on an incorrectly built server - took less than 10 minutes and then I just had to reattach the user databases....
April 8, 2005 at 1:28 am
From home can you ping the SQL Server? If so then you can register via the IP address with port if its not 1433. If you need name resolution use...
April 6, 2005 at 2:35 am
For a large number of servers - you really need proactive monitoring of your hardware, disk space and SQL Server jobs.
Once everything is in check and running fine get...
April 5, 2005 at 5:13 am
Firstly are you sure you got a deadlock? You got the message that your transaction has been chosen as the victim? Just want to be sure as a lot of...
April 1, 2005 at 3:25 am
Nothing in the min dump explicitly points to a memory error, but it is only dumping out what is in memory at the time. I agree that the memory module...
April 1, 2005 at 3:08 am
There are different service packs for SQL (Standard and EE editions) than MSDE - you may need to download the MSDE SP3a and apply that.
April 1, 2005 at 2:59 am
Is there anything in the SQL error log that may indicate resources being used up.
How much memory do you have in the server and how much is going to SQL.
Also how...
April 1, 2005 at 2:50 am
Further clarification.
Delete is a physical delete - each row gets deleted and logged.
Truncate is a logical delete that deallocates the extents used by the table, marking them as empty for...
March 31, 2005 at 4:18 am
Creating view on top of view is inherently ineffecient. You are better off creating a new view referencing the underlying tables. Also be aware of broken object ownership chains.
March 31, 2005 at 4:11 am
Also check to make sure who has created objects. You may need to change object owners as well.
March 31, 2005 at 4:02 am
Viewing 15 posts - 16 through 30 (of 127 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy