Viewing 15 posts - 20,071 through 20,085 (of 39,834 total)
I'm not sure it will cause problems if you have the time and resources to do it, but there's no need for rebuilding all indexes.
Michelle's script, Hot linked: http://sqlfool.com/2009/06/index-defrag-script-v30/, works...
April 19, 2010 at 1:39 pm
George has the best advice. Use the configuration manager to assign the account. It will assign the permissions needed.
April 19, 2010 at 1:37 pm
I don't think BCP/Bulk Import would help here.
If space is at a premium, I would look to resolve that issue. Isn't data likely to grow? Meaning more log space needed?
You...
April 19, 2010 at 12:39 pm
Excellent job, Paul. It helped me learn a few things about a command I rarely use.
April 19, 2010 at 11:38 am
Chris Hamam (4/19/2010)
Hi SteveNot sure this line in the article was intended?
"SQL Server 2008 RTM just ended its support lifetime"
Correct. RTM has dropped out of mainstream support. Or at least...
April 19, 2010 at 11:32 am
manure
operating the spreader today to fertilize the pasture.
April 19, 2010 at 11:28 am
anthony_merriwether (4/19/2010)
April 19, 2010 at 11:25 am
You are getting confused here about security context. When you log into SQL Server as "sa", SQL Server is a self-contained system. It has no knowledge, or even rights, to...
April 19, 2010 at 11:22 am
Bhuvnesh (4/19/2010)
@steve-2Difference between suser_sname() and suser_name() ?
Not sure. I think there is a difference depending on your security connection and setup (AD v non-AD, group v...
April 19, 2010 at 11:19 am
Sorry, I think I typed too many S's. Old habit from tracking machines too often.
suser_name() should return the security context.
http://msdn.microsoft.com/en-US/library/ms187934%28v=SQL.90%29.aspx
April 19, 2010 at 8:10 am
April 19, 2010 at 7:13 am
Is the file name the same every time? Same location? Or do you need to somehow read what's on the FTP site and then programmatically pick a file to retreive?
April 18, 2010 at 9:08 pm
That actual rendering of the report is likely the smallest part of the time. As mentioned by the ninja, you need to tune the queries. So focus on tuning those.
If...
April 18, 2010 at 6:52 am
Grant Fritchey (4/18/2010)
lmu92 (4/18/2010)
Is Google down?I usually is... or maybe all those millions I pay for exclusive rights to use it is the thing?
I don't usually do this, but...
April 18, 2010 at 6:47 am
If you have SQL 2000 installed, you cannot install a default instance of SQL 2005. You would install a named instance, or upgrade your SQL 2000 instance to 2005.
April 17, 2010 at 11:30 am
Viewing 15 posts - 20,071 through 20,085 (of 39,834 total)