Viewing 15 posts - 466 through 480 (of 514 total)
There are quite a few posts on this, and I didn't feel like reading them all, so I will appologize if this was said already.
If your number is correct...
August 9, 2007 at 7:02 am
As asked, what are the settings? I suspect you are trying to grow more than you have space to grow. Can you grow manually as is usually preferred.
I do use...
August 9, 2007 at 6:49 am
So it is changing back to 70 after you verify that it is set to 90, and this does it consistantly? How many times has it switched back? once, less...
August 8, 2007 at 1:41 pm
Are we sure you will always have 99 or less? And where is this being displayed? There are lots of options with application code.
August 8, 2007 at 9:08 am
The upgrade won't change the compatiblity level, you have to do that yourself. I suspect that whomever changed it did it wrong. Now if it is changing back after you...
August 8, 2007 at 9:00 am
If the data in the table is TRUELY NOT NEEDED. Then there should be no harm in removing the FKeys that point to the table and then drop it.
August 7, 2007 at 7:30 am
join your database list with
SELECT
dbname FROM tblDBList a
INNER
JOIN sys.databases b
ON
August 7, 2007 at 7:21 am
Poorly worded question. None of the actual answers were correct.
It should say something when the majority of people get it wrong.
August 7, 2007 at 6:56 am
SELECT
OBJECT_NAME(OBJECT_ID),type_desc FROM sys.indexes
INNER
JOIN sysindexes
August 6, 2007 at 8:18 am
I tried the sp_dropserver/sp_addserver and it worked ok, but I had issues later with patches and such. Not sure if that was the issue or not, but I personally would...
August 6, 2007 at 7:42 am
Chasing my tail, going round and round. I have only come across one situation where someone actually designed a DB with true circular...
August 5, 2007 at 5:53 pm
I disagree! YOU DEFINATELY ARE RIGHT!
The tool is full of it.
Scroll through this post. The example you state is actually posted as an example of something NOT TO...
August 2, 2007 at 7:39 am
Did you see this post?
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=145&messageid=387085
August 2, 2007 at 7:36 am
Just curious?
Was there a unique constraint on TableA_ID, TableB_ID?
August 2, 2007 at 7:32 am
Interesting slant to the taking down the server debate. I have worked at both big and small companies. I would say, I am now at what most would call a...
August 2, 2007 at 7:22 am
Viewing 15 posts - 466 through 480 (of 514 total)