Viewing 15 posts - 20,521 through 20,535 (of 39,834 total)
Crystal works, but check and see if does something you really need that SSRS can't do before you spend the $$$.
If you can move to SQL 2K8, or SS2K8 R2,...
March 9, 2010 at 4:38 pm
The easy way to do this is write a script that checks if a particular job on your current server is still running. If that is the case, then you...
March 9, 2010 at 6:56 am
Reporting Services will allow you to do this. You would have to install it and create a report, but those can be saved as PDFs.
http://msdn.microsoft.com/en-us/library/ms159273%28SQL.90%29.aspx
March 9, 2010 at 6:52 am
ms_foreachtable might not work if you have FK relationships. I don't believe the RI will allow you to truncate the tables.
March 9, 2010 at 6:49 am
Nice trick for using Database Mail in SQL Server 2000. I must admit I was wondering how you were going to do this when reading the title.
March 9, 2010 at 6:38 am
Thanks, Carl. Good to have that handy.
March 8, 2010 at 4:10 pm
SQL Saturdays have ranged from a low of 50-60 people to a high, I believe, of about 400. The more successful ones have been 300+, but space limitations sometimes restrict...
March 8, 2010 at 3:17 pm
Experience is nice, but it would be good to see some objective measurements on this. Not saying you're wrong, just would like it to be something other than a guess...
March 8, 2010 at 3:14 pm
Jeffrey,
Do you have a 64 bit reference? I haven't seen this.
Even on 32-bit machines, with 2GB of RAM, I haven't seen SQL Server starve the OS. OS priority on memory...
March 8, 2010 at 2:56 pm
Typically there are two places where i've seen this issue.
1. The plans were created on a version of SSMS that is different than the one you are using. This is...
March 8, 2010 at 12:48 pm
It look like you have no limits on SQL Server memory, which is OK if this is a dedicated SQL Server machine.
you might want to read this blog (http://sqlblog.com/blogs/lara_rubbelke/archive/2008/04/18/memory-pressure-on-64-bit-sql-server-2005.aspx), which...
March 8, 2010 at 10:35 am
What is pagefile system? Do you mean the page file set on disk? what are the settings for that?
March 8, 2010 at 9:41 am
Please don't do that. It's rather rude and improper. If you need to ask a question, leave it here. Or edit it to explain better, but don't just remove it.
March 8, 2010 at 8:59 am
LOL, not me, though I might not be the easiest person to work with all the times. It's stories I hear, or things I've seen at it is work. It...
March 8, 2010 at 8:56 am
Viewing 15 posts - 20,521 through 20,535 (of 39,834 total)