Viewing 15 posts - 61 through 75 (of 335 total)
This statement is directly copied from Axapta (ask Bill 🙂 )
The 4 parameters are actually not very special, @P1 and @P3 are the same, a 3 digit company identifier. @P4...
October 8, 2009 at 1:14 am
...so that i can shrink the database. ...
Shrinking the database will lead to fragmentation.
October 7, 2009 at 8:57 am
could you give the following information:
- memory for MSSQL server
- where data and logfiles are placed (on same disk?)
- How heavily is tempdb used and where are those tempfiles placed...
October 7, 2009 at 8:47 am
It's a misunderstanding that LDF files are not used in SIMPLE mode. Every transaction is recorded in LDF files, regardless of the recovery mode. But if your database is in...
October 7, 2009 at 8:43 am
Thanks for your reply.
I added the executionplan, but this is as it runs now (performing well).
I'll add another version if it's performing bad
October 7, 2009 at 6:49 am
Forgot to say:
- Os is windows 2003 enterprise 64bit
- MSSQL is 2005 Enterprise 64bit with SP3
- 32GB memory, 27GB for MSSQL
- dedicated (non-virtual) server
October 7, 2009 at 5:31 am
"Let me see ... seems your for an amputation of your left leg?"
"No ?? .... Aha! My appointment is B5010D2A-F8F9-482B-AC29-C1351ECE52C8"
"Oh yes, you're pregnant, let's see how the baby is doing"
:-D;-)
August 5, 2009 at 3:29 am
You're starting from the wrong direction. First, specify your requirements (how many databases, type of database, how many users, which features do you need etc) This leads to a server...
August 4, 2009 at 2:40 am
seems microsoft did not post the correct zipfile. Send a message to them with this error.
August 4, 2009 at 2:34 am
instead of a failover cluster, consider a mirrored database with a witness server
August 4, 2009 at 2:30 am
A large logfile means something is running on your database. Did the full backup ran properly?
Check databaseactivity: Is the logfile still growing? There must be a process which is blowing...
June 17, 2009 at 5:49 am
There are a lot of options, but these wil depend on the amount of data and your network configuration. For example, you could:
- backup the source database and restore it...
May 13, 2009 at 6:47 am
- You're sure the slow response is not caused by another issue? (network, other resources on the server)? (Can you reproduce a "slow" query?)
- You're sure the indexes are not...
May 11, 2009 at 8:05 am
Viewing 15 posts - 61 through 75 (of 335 total)