Viewing 15 posts - 556 through 570 (of 597 total)
Your problem may be less than optimally designed tables or queries. (perhaps index or trigger related) but there is also a good chance this is related to insufficient hardware....
Francis
December 12, 2003 at 8:30 am
This could be an interesting thread. I'm curious how others handle this as well.
For myself I don't use maintenance plans at all. I hace a stored proc that...
Francis
December 11, 2003 at 9:29 am
see also http://www.sqlservercentral.com/scripts/contributions/946.asp
Francis
December 11, 2003 at 9:13 am
This may be a real SQL Server bug.
Check out if this applies:
http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B810885
Francis
December 11, 2003 at 9:07 am
Using EM Right Click on the original large database, Choose All Tasks, the chose Shrink Database. At the top of this window you should be able to see the...
Francis
December 11, 2003 at 9:03 am
Backup or truncate the transaction log before doing the Shrinkfile. (Don't truncate the log if you might need it for recovery)
Francis
December 8, 2003 at 10:12 am
I see nothing wrong with running MS supplied procedures like DBCC DBREINDEX or DBCC INDEXDEFRAG followed by UPDATE STATISTICS. As you add and remove records this is something that...
Francis
December 8, 2003 at 10:06 am
Microsoft has created a series of building blocks for .Net development. There is a data layer building block which is great. See http://www.microsoft.com/downloads/details.aspx?FamilyID=76fe2b16-3271-42c2-b138-2891102590ad&displaylang=en
There is methods in this data...
Francis
December 5, 2003 at 7:50 am
ODBC is Open Data Base Connectivity, which is a connection method to data sources and other things. It requires that you set up a data source, or what's called a...
Francis
December 4, 2003 at 10:53 am
John Howie wrote a good article about this see http://www.microsoft.com/technet/treeview/default.asp?url=/technet/security/prodtech/dbsql/sql2kaud.asp
Francis
December 3, 2003 at 8:53 am
Try SQL Buddy which is like Query Analyzer but released as open source (see http://sqlbuddy.sourceforge.net/about.shtml)
Edited by - fhanlon on 12/04/2003 10:37:55 AM
Francis
December 3, 2003 at 8:26 am
Can you attach to the MSDE instance from a machine with client tools on it and then use EM or the sp_password command? Another alternative is to install client...
Francis
December 1, 2003 at 8:15 am
Sorry for not understanding... Are you saying that SQL is using 1.7G memory , Windows is using the .3G and nothing is using the additional 1 G added?
Francis
November 27, 2003 at 10:11 am
Shrink the database and rebuild indexes to get rid of fragmentation. If the MDF file itself is fragmented run a defragmentation program when SQL Server is not up. ...
Francis
November 24, 2003 at 10:22 am
Viewing 15 posts - 556 through 570 (of 597 total)