Viewing 15 posts - 481 through 495 (of 628 total)
raful_k (3/11/2009)
March 11, 2009 at 11:21 am
Check to see server allows remote connection and protocols like TCP/IP are is enabled in the SQL Server Configuration Manager and Surface Area configuration.
Thanks.
March 11, 2009 at 11:16 am
2GB memory is not enough for most production SQL server enviornments. Those memory flush means you have memory contention issue on your server. When SQL Server starts it...
March 11, 2009 at 11:14 am
When you install SQL Server Clustering services and tell it the nodes that will be joined in partnership the installer will automatically install the required SQL Service Component on the...
March 11, 2009 at 11:08 am
Yeap you can still post the query here as an attachment though.
If the performance is being affected by system and you think you can't gain any thing from query optimization...
March 11, 2009 at 10:43 am
I have run into some annoying issues when chaning compatibility mode from 80 to 90. But nothing major; how I did it on one of major systems I deal...
March 11, 2009 at 10:32 am
Sorry :(. I realized that after I posted it..
You can also refernece this document to see possible risks:
http://msdn.microsoft.com/en-us/library/ms178653(SQL.90).aspx
This article lists the issues you can run into...
March 11, 2009 at 10:09 am
Mike Levan (3/11/2009)
March 11, 2009 at 9:22 am
You'll have to capture the trace log to a file I don't see an option there to tell the trace log is in a table.. thanks.
March 11, 2009 at 9:00 am
Hmm try running a trace when you get a file directory? I was reading an article about SSMS for 2005 where it calls extended store proc to get that...
March 11, 2009 at 8:45 am
Hi,
To test the system against SQL Server Profiler Trace Log (I thought I was able to run this against just trace log, I was wrong .. :(...
March 11, 2009 at 8:33 am
t.walker (3/11/2009)
Although we know the theoretical effect of a fill factor that is too high I was surprised by level of impact this actually has in the real world.
Funny how...
March 11, 2009 at 7:35 am
A index scan is usually bad. But a book mark lookup is indicating that you don't have enough covering index for your query.
If you can attach your sql script and...
March 11, 2009 at 1:02 am
Few ways ....
1) If you have all the scripts for all objects.. then create new db run the scripts.
2) Backup database and restore on to production
3) Deattach-reattach to production.
If...
March 11, 2009 at 12:59 am
Viewing 15 posts - 481 through 495 (of 628 total)