Viewing 15 posts - 6,391 through 6,405 (of 9,253 total)
sqlfriends (10/12/2011)
The thing I concerned is reporting service, we...
October 13, 2011 at 3:05 am
srilu_bannu (10/12/2011)
Sounds easy.But i was unable to script it.
I went to file menu and then opened file and went to script file.
It is not working.
Best to start a new thread...
October 12, 2011 at 1:38 pm
daniel.b.handy (10/12/2011)
Hi,The logs don’t go back enough, on a side note, i found the following in the application log:
There is only 1 log, its called cluster.log
This details cluster failure events
October 12, 2011 at 12:38 pm
sorry, my bad.
check
C:\Windows\cluster
October 12, 2011 at 9:25 am
the TUF file is the standby file. Do not delete it
October 12, 2011 at 9:23 am
check the cluster.log at the following location
C:\Windows\system32\cluster
October 12, 2011 at 8:46 am
GilaMonster (10/12/2011)
Perry Whittle (10/12/2011)
do you have any log backups happening outside of the log shipping plan?
If there was, the error would be that the log backup is too new to...
October 12, 2011 at 8:40 am
what is providing your shared storage for your cluster, do you have a SAN or some other NAS?
Do you have a storage administrator, someone who looks after said SAN or...
October 12, 2011 at 8:38 am
To be honest i would just go for this
1. On Node B: Add the required roles and features to enable for failover clustering
2. On Node A: Run the Add node...
October 12, 2011 at 7:56 am
to be clear, you have checked the windows application and system logs havent you?
October 12, 2011 at 7:52 am
do you have any log backups happening outside of the log shipping plan?
October 12, 2011 at 7:48 am
This query is quite handy for breaking down buffer pool object consumption
selectisnull(quotename(db_name(bd.database_id)), '[MSSQLResource]') as DB
, bd.database_id
, bd.file_id, bd.page_id
, bd.page_level
, bd.page_type
, bd.row_count
, bd.free_space_in_bytes
, bd.is_modified
, case au.type when 0 then 'Dropped' when...
October 12, 2011 at 6:44 am
when i encountered this issue i found various entries in the windows event log from the McAffe virus scan app. I looked them up on the McAffe support site and...
October 12, 2011 at 6:29 am
derekr 43208 (10/12/2011)
I'm quoting from your SSC article "Creating a 2 Node SQL Server 2008" - In the beginning of Part 3 you mention: "the Windows 2008 cluster may now...
October 12, 2011 at 6:27 am
Dev @ +91 973 913 6683 (10/12/2011)
I always disable windows firewall on corporate domain computers
Considering the security, enabling few ports (adding exceptions) would be a good idea.
No, as i mentioned...
October 12, 2011 at 2:05 am
Viewing 15 posts - 6,391 through 6,405 (of 9,253 total)