Viewing 15 posts - 676 through 690 (of 2,387 total)
I agreed Tom made right direction. Try to disable auto-close to see how the performance improves.
January 13, 2004 at 1:39 pm
Memory seems not the issue. What about CPU usage and which processes consume the CPU?
January 13, 2004 at 12:46 pm
Use Windows Task Manager to check how CPU performs and how much memory being used And Which processes take most resources. The performance degrade may not be caused by SQL...
January 13, 2004 at 12:18 pm
No idea why default is 10%. By decreasing to 5%, Database performance may be impacted during database growth that involves slow I/O activities more frequently.
January 13, 2004 at 12:15 pm
I don't know. Steven may have better answers to CR/LF. I try to
familiarize this new Forum too.
January 13, 2004 at 12:06 pm
What is your question?
January 13, 2004 at 11:58 am
If the database was detached Properly, You can attach it without LDF.
January 13, 2004 at 11:41 am
Check the security policy from administrator tools.
January 13, 2004 at 10:19 am
As production DBA, He/She also has to be good in NT/2000 servers administration too.
January 13, 2004 at 10:18 am
It can be both, For details, See http://www.microsoft.com/sql/howtobuy/default.asp
January 13, 2004 at 10:11 am
The questions you are looking for are depending on what type of DBA you are looking for, Developement DBA, production DBA or on both side?
For Development DBA, I would focus...
January 13, 2004 at 10:09 am
Does the table have text/image columns?
Can you post result of sp_spaceused @updateusage = true here?
January 13, 2004 at 9:24 am
I would suggest BCP.
1. Backup the database
2. Count data records with "select count(*) from YourTable"
3. Export the data records using the command line utility bcp.exe. for example, with "bcp PRD..YourTable out c:\outputfile.out...
January 13, 2004 at 7:11 am
Is the customers your internal users? If yes, you don't have to remove the tools as you have enterprise license. If not, you still can distribute MSDE with your application...
January 13, 2004 at 6:53 am
sp_who2 active will tell those active spids. DBCC opentran will show the Oldest active transaction that might still running.
January 13, 2004 at 6:41 am
Viewing 15 posts - 676 through 690 (of 2,387 total)