Viewing 15 posts - 6,796 through 6,810 (of 19,564 total)
Daniel Bowlin (3/2/2012)
SQLRNNR (3/2/2012)
degradeupgrade
downgrade
March 2, 2012 at 11:00 am
SQL 2008 R2 has an attribute in sys.dm_os_sys_info called virtual_machine_type. That field should give you the information you seek.
March 2, 2012 at 9:38 am
Yes. You can do that.
March 2, 2012 at 9:25 am
that command is for perfmon to refresh the perf counters.
There should be no negative impact
February 29, 2012 at 4:23 pm
See if this helps even though it is for SQL 2005
February 29, 2012 at 4:20 pm
You may experience degraded performance in some areas. Monitor it for slow response. You may have something that is still running causing the cpu spike. See if...
February 29, 2012 at 2:29 pm
SSIS will be something totally different. But here is the mod for the agent jobs.
Declare @VName varchar(256)
Declare Findlinked cursor
LOCAL STATIC FORWARD_ONLY READ_ONLY
FOR
Select name AS...
February 29, 2012 at 2:25 pm
You can create a stored proc that utilizes the new linked server on the server where this new linked server is defined. Then from the first linked server you...
February 29, 2012 at 10:49 am
Viewing 15 posts - 6,796 through 6,810 (of 19,564 total)