Viewing 15 posts - 226 through 240 (of 366 total)
T
his is what I would call an Intra-table deadlock. Most people think of a deadlock as between two process accessing two tables (inter-table) in different orders, but here the two...
May 3, 2010 at 4:50 pm
personally i would uninstall ssis from node 1
If you uninstall SSIS from NODE1, then what happens to the Maaintenance palns that are running on NODE1. We are using maintenance...
April 28, 2010 at 10:37 am
I
s this applicable to our case (having SSIS in Active node and NOT on Passive node)?
please advice??
according to the KB article, yes
If that is the case, then installing the SSIS...
April 28, 2010 at 9:47 am
What is the schedule for log backup job, copy job & restore job?
how many mins or hrs you set for the option "alert if no backups occur within"? Ideally you...
April 27, 2010 at 4:58 pm
Is this applicable to our case (having SSIS in Active node and NOT on Passive node)?
please advice??
April 27, 2010 at 4:21 pm
I too have the same question. We have 2 node active/passive cluster setup for SQL Server 2005 with SP3
On NODE1 (Active), we have Integration Services installed but not on NODE2...
April 27, 2010 at 3:22 pm
any ideas on this scenario? I appreciate your inputs
thanks
April 5, 2010 at 9:55 am
Shilpa,
Please post the solution once you resolve the issue. I'm eager to know the solution as I'm thinking it' due to restart of DC's
April 5, 2010 at 9:51 am
Hi Shilpa,
We also used to get this error messages. After analyzing, I came to know that when ever the Domain controller restarts, there will be loss of network communication and...
April 4, 2010 at 5:19 pm
Thanks Steve,
The copy is a file system copy, not a SQL Server copy. The backup is taken, and should use minimal memory from SQL Server to get the pages from...
April 2, 2010 at 10:07 pm
Thanks,
I ran the below script first:
CREATE PROC sp_import_errorlog
(
@log_name sysname,
@log_number int = 0,
@overwrite bit = 0
)
AS
/*************************************************************************************************
Purpose:To import the SQL Server error log into a table, so that it can be queried
Written...
April 2, 2010 at 1:03 pm
Absolutely. CheckDB reads every allocated page in the entire database, hence you're going to have a lot of churn in the data cache as pages come in get checked and...
April 2, 2010 at 11:48 am
I have created the procedure that given in the link and executing as below
exec sp_import_errorlog
@log_name =errorlog,
@log_number = 0,
@overwrite = 0
but getting the below error:
Msg 213, Level 16, State 7, Procedure...
April 1, 2010 at 11:49 pm
Do we need to create multiple data files for the COntent database which is more than 100 GB only? or
It required to create multiple data files for the COntent database...
March 29, 2010 at 11:12 am
Viewing 15 posts - 226 through 240 (of 366 total)