Viewing 15 posts - 31 through 45 (of 206 total)
Yes. Hardcoded app with 1433 will ask sql browser to connect to this port. So if your named instance is listening on 1433, you should be able to connect.
June 24, 2013 at 10:16 pm
I suggest to run the index rebuild in ssms and see what the error you will get.
June 24, 2013 at 7:54 am
There are factors like Database load, resource availability at that time of Index rebuilding.
Can you post the index size, what options you are using to rebuild like online/offline, sort_in_tempd etc?
June 24, 2013 at 3:39 am
I suggest to change 'sa' account to the account what you are running in ssms in sql job. Let us see it solves the issue.
June 20, 2013 at 11:24 pm
Hi,
could it be a access issue? Sql service and agent are running under different accounts?
June 20, 2013 at 11:04 pm
Hi,
could it be a access issue? Sql service and agent are running under different accounts?
June 20, 2013 at 10:30 pm
Robin35 (6/19/2013)
2013-06-19 01:26:27.180spid27sSQL Server has encountered 1 occurrence(s) of cachestore flush for the 'Object Plans' cachestore (part of plan cache) due to some database maintenance or...
June 19, 2013 at 10:04 pm
Select multi_pages_kb, type from sys.dm_os_memory_clerks
Most of the types are not descriptive in names.
June 19, 2013 at 9:54 pm
I am testing it without restarting service.It seems working. weired.
June 18, 2013 at 5:09 am
Let us find the root case of delayed checkdb. Since its 37GB, I would suggest to run checkdb in another test machine with your restored 37gb.
June 18, 2013 at 3:07 am
Denesh Naidoo (6/18/2013)
June 18, 2013 at 3:04 am
Hi Nair,
Are you using clusters , so is it mount points? In this case, i suspect xp_fixeddrives will help you????when googling consider mount points as well. It needs to be...
June 18, 2013 at 2:56 am
There are some stories about 300sec.. I am told 300sec for every 4gb physical memory. Is it true?
June 18, 2013 at 2:53 am
sp_altermessage 1105 , 'with_log' , 'false'
June 18, 2013 at 2:50 am
Viewing 15 posts - 31 through 45 (of 206 total)