Viewing 15 posts - 16 through 30 (of 43 total)
What version of SQL? I think I had something similar in SQL 2005 with mega users and small autogrowth.
This is interesting. Do you have scripts to create database, populate database...
October 21, 2009 at 11:58 am
Of course, that just scratches the surface, but you've got to start somewhere.
October 21, 2009 at 11:38 am
I haven't followed a thread like this in a while. It got a little out of hand, but no comments seemed over the line to me.
"Anybody have list of questions...
October 21, 2009 at 11:36 am
It was a simplistic statement to see if it was possible that the source databases remained static after you imported the data so that you could do the ETL thing...
October 20, 2009 at 11:55 am
Increase the auto growth factor above 1 mb so it doesn't autogrow on every pdf. Get a real version as suggested.
October 20, 2009 at 10:06 am
Is it possible to change the recovery model on the database to simple? In other words, is it possible to re-run the imports and processing?
Also, you could put the log...
October 20, 2009 at 9:53 am
One needs to be cautious about eliminating or filtering out 'unused' indexes. I think that sys.dm_db_index_usage_stats only shows indexes that were used since the last time SQL server was started....
October 20, 2009 at 9:27 am
Wouldn't a best practice be to free or kill the connection prior to app exit?
October 20, 2009 at 9:14 am
Peggy
It's really not clear who wants what fixed. That said, I like your idea to 'fix' the environment. That way you'll be able to document and control the new environment.
PROCEED...
October 19, 2009 at 12:01 pm
Haven't read thru all previous replies yet, but here's my take:
1. Everything was installed and configured properly, database design and layout was optimized for business unit's needs and to prevent...
October 2, 2009 at 4:20 pm
Cleaning the text format wasn't obvious. I brought it into a hex editor, cleared strange chars and posted it back into SSMS and it ran without errors.
September 1, 2009 at 3:04 pm
I tried what you suggested and also tried running entire script. Couldn't get either to run. Could you post another script that will?
August 31, 2009 at 3:04 pm
Thanks guys. I've been away from SQL for a while. This really helped.
April 24, 2009 at 1:29 pm
Thanks, Chris. That syntax looks good to me.
The link on the bottom of your posts is incorrect. It should be http://www.sqlservercentral.com/articles/Best+Practices/61537/
I finally read it and apologize for my...
April 7, 2009 at 8:53 am
Viewing 15 posts - 16 through 30 (of 43 total)