Viewing 15 posts - 376 through 390 (of 648 total)
Thanks for all yours reply..
Operating system & SQL 2008 32 bit processor architicture.
Please confirm the options which is correct boot.ini file modification.
Option -1
boot loader]
timeout=5
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003, Enterprise" /noexecute=optout /fastdetect...
May 23, 2012 at 12:49 am
Hi,
we have license copy of enterprise edition also product key comes automatically while during installation time.
Does production server going will be down? If not create & mention license information at...
April 26, 2012 at 5:50 am
MCITP - Database Administration 2008 -Microsoft Press book not available Indian market.
Inform me if anyone knows this self training kit books
April 26, 2012 at 5:41 am
Erode P. Satheesh (4/25/2012)
April 25, 2012 at 4:32 am
I want to confirm as below Query
1. For the DR setup best solution Database Mirroring & Log shipping
Does Log shipping is not reliability of data also both committed/uncommitted data transfer...
April 23, 2012 at 5:25 am
successfully removed Jobs at SQL Agent in remote server by disabled FK constraint in table msdb database
use msdb
go
alter table [dbo].syscollector_collection_sets_internal
nocheck constraint FK_syscollector_collection_sets_collection_sysjobs
use msdb
go
alter table [dbo].syscollector_collection_sets_internal
nocheck constraint FK_syscollector_collection_sets_upload_sysjobs
rgds
ananda
April 23, 2012 at 4:58 am
I am running this SP at remote server, not in UCP server
use msdb
go
EXEC [dbo].[sp_sysutility_mi_remove]
RegOpenKeyEx() returned error 2, 'The system cannot find the file specified.'
Msg 22001, Level 1, State 1
RegOpenKeyEx() returned...
April 22, 2012 at 11:03 pm
Hi , Thanks for reply...
currently UCP utility server not avilable due to some reason SQL 2K8R2 uninstalled in testing setup server.
I want remove jobs manually for Remote server SQL Instrances...
April 22, 2012 at 10:37 pm
Thank you Mrs.Brandie Tarvin for explain dynamic SQL in sql server coding.
I m not developed Application & Database, Developer might be used dynamic SQL coding at database level. I am...
March 27, 2012 at 5:42 am
Brandie Tarvin (3/27/2012)
How much dynamic SQL do you use in your environment, ananda?
Thanks for reply..
Total 4GB RAM, 32 bit system, os - win 2008 enterprise edition,
SQL - SQL server 2008...
March 27, 2012 at 4:28 am
Hi,
Already enable Adhoc distribute query at instance level.
CacheTypeTotal PlansTotal MBsAvg Use CountTotal MBs - USE Count 1Total Plans - USE Count 1
Adhoc11177297.083992.085016
Proc240102.4245376.6138
Prepared27212.511212.9841
Trigger30.1820.162
Check140.370.125
UsrTab10.13200
View12011.837200
As per this result tells like, Adhoc Total...
March 27, 2012 at 4:20 am
george sibbald (3/26/2012)
total and target memory the same = a good thing.is this a 32 or 64 bit system?
I m facing problem for Procedure cache Hit ratio = 70 to...
March 26, 2012 at 5:35 am
1. Could you tell me, In Memory Object counter - Total & Target memory shows same values and same memory. Does these values are good or bad?
2. Total 4GB Physical...
March 25, 2012 at 10:22 pm
Hi,
Mr.Perry Whittle, this is excellent reply..
I have successfully deleted that DTA session with help of using
sp_DTA_delete_session 2 ( 2 is session id)
Thanks
ananda
March 17, 2012 at 4:47 am
hi,
Thanks for reply...
I have checked as you suggested, MS DTC services was stoped at two server,
if I start these services to enable Network DTC access and INBOUND/OUTBOUND also...
February 28, 2012 at 1:40 am
Viewing 15 posts - 376 through 390 (of 648 total)