Viewing 15 posts - 1 through 15 (of 24 total)
I am not certain you can do this. The reason for those dbs is so very important
Master
Purpose - Core system database to manage the SQL Server instance. In SQL...
February 2, 2010 at 12:59 pm
When you say you are moving them over. Do you mean you are just going to take the backup and restore to 2005 and leave the compatibility at 80...
February 2, 2010 at 12:53 pm
After you change all these items, I suggest you run BPA against your system to find out what else may be hampering your system for memory.
Just down load BPA and...
November 9, 2009 at 7:22 am
You should not be using this at all for an example like these at all. Everyone should be using Parameterized queries and using the column names when selecting fields...
November 5, 2009 at 1:27 pm
Be carefull with the KISS approach. That is how we got into the SELECT * mentality in the first place.
Without coding standards, developers will code the way they have...
November 5, 2009 at 7:09 am
This example is good for the purpose of changing the mindset of many developers -- continuing the laziness of not putting column names and only using * for everything. ...
November 5, 2009 at 6:26 am
This is great information and easy to understand.
I have used it on over 100 of the 2000 dbs that I review
February 12, 2009 at 7:59 am
if you perform in 2005
deny select from sysobject to [specificuser who has sysadmin role]
it won't let you
January 1, 2009 at 4:30 pm
question:
if your user has public and sysadmin, can you still deny 'Select'
January 1, 2009 at 3:31 pm
are you already clustering?
I want to mention a document you might want to read before clustering.
Titled: Failover Clustering for Microsoft SQL Server 2005 and SQL Server 2005 Analysis Services
do...
August 25, 2008 at 12:03 pm
can you point to why the space runs out so frequently?
maybe you just need to perform maintenance on the db.
August 25, 2008 at 11:31 am
did anything work for you?
let's see what the space is really like
run
exec sp_spaceused @updateusage = 'TRUE'
August 8, 2008 at 5:11 pm
this URL might help you
http://support.microsoft.com/kb/889654/
I would advise applying sp2 at a minimum to the Standard edition.
August 7, 2008 at 12:46 pm
I requested the sp_helpdb [each db in question]
but have not received any answer yet.
August 7, 2008 at 12:43 pm
Viewing 15 posts - 1 through 15 (of 24 total)