Viewing 15 posts - 556 through 570 (of 596 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....
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...
December 11, 2003 at 9:29 am
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
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...
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)
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...
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...
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...
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
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
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...
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?
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. ...
November 24, 2003 at 10:22 am
Viewing 15 posts - 556 through 570 (of 596 total)