Viewing 15 posts - 16 through 30 (of 30 total)
Ram:
I did a test here and it worked. I stopped the sqlserver Agent (it was using the only one connection allowed) and then I was able to connect by SSMS.
p.s:...
December 27, 2010 at 9:14 am
Ram,
Once this happend with me. What I did was based on this post as follow:
{To use sp_configure to increase the maximum number of concurrent
connections, follow these steps:
1. Click...
December 27, 2010 at 6:02 am
Hi Matt,
"Check your event logs, as well as your sqlserver and sqlagent errorlogs. You may find a clue in there" (Chad)
Regards,
Rafael Melo - Br
December 17, 2010 at 6:03 am
GSquared,
I thanks you a lot for your advise... You solve my doubt.
Rafael Melo - Brazil
December 15, 2010 at 12:57 pm
GSquared,
I was thinking about creating this function into the master database... What's your opion about it? Is that a good practice or I can run into some troubles??
Anyway, thanks for...
December 15, 2010 at 12:35 pm
Hi Mega,
Thanks a lot for your replying. You really solve my doubt.
Regards,
Rafael Melo - Br
July 14, 2010 at 5:19 am
Thanks a lot for your reply...
Its works for me.
att.
Rafael - BR
May 28, 2010 at 6:28 am
Thanks anyway Grant Fritchey, I was really in doubt about "schemabinding" concept. You make it me clear.
Regards,
Rafael - BR
May 20, 2010 at 7:57 am
Thanks a lot for you reply. I was thinking that "schemabinding" had something to do with index use becase I can't create an cluster index (sql server 2005) without declaring...
May 20, 2010 at 7:47 am
PaulB-TheOneAndOnly (5/6/2010)
May 6, 2010 at 1:40 pm
sorry my mistake... The amount of rows of this is 600 million...
Thanks for your replying....
Rafael
May 6, 2010 at 1:25 pm
Hi,
You should use: DBCC UPDATEUSAGE
but pay attention:
"Do not run DBCC UPDATEUSAGE routinely for databases created in SQL Server 2005 or higher or on upgraded databases that have been corrected once...
February 12, 2010 at 12:47 pm
Ram,
Is there any connection/transaction blocking your table? Give a look at Active Monitor (or sp_who)...
Rafael Melo
Brazil.
February 12, 2010 at 11:32 am
Hi,
This option was descontinued in the 2005 and incorporated into the DBCC CHECKDB with the REPAIR_ALLOW_DATA_LOSS option in the SQL 2005.
Please, see this article wrote by CHECKDB's father Paul S....
February 11, 2010 at 3:21 am
You can use both HINTS:
-- ROWLOCK: When you wish row-level locks.
-- TABLOCK: When you wish a table lock.
February 5, 2010 at 9:59 am
Viewing 15 posts - 16 through 30 (of 30 total)