Viewing 15 posts - 3,286 through 3,300 (of 7,164 total)
2 physical, 8 logical. We can tell the # of each from SQL...
-- cpu overview
SELECT osi.cpu_count AS LogicalCpuCount,
osi.hyperthread_ratio AS HyperthreadCoreRatio,
...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 30, 2012 at 2:51 pm
I had this problem on SQL 2005 and could not do anything with the jobs in place so went this route to keep plan cache under control:
Plan cache, adhoc workloads...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 30, 2012 at 2:43 pm
GilaMonster (8/30/2012)
opc.three (8/30/2012)
What kind of repair? You may have lost data that way. Can you post the exact command?
It'll be CheckDB with REPAIR_ALLOW_DATA_LOSS as no other repair option is allowed...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 30, 2012 at 1:35 pm
What kind of repair? You may have lost data that way. Can you post the exact command?
edit: and post output too if you saved it, from that we can tell...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 30, 2012 at 12:55 pm
rarara (8/21/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 30, 2012 at 11:25 am
If you're not planning to sell it might I recommend starting a project on CodePlex. I looked into writing an add-in for SSMS in 2005 at one point but the...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 30, 2012 at 10:54 am
Greg Drake (8/30/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 30, 2012 at 10:23 am
Hi roshanmaugustine. I am not trying to be rude here but I must say, I am sure that what you posted makes sense in your head, but reading it without...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 30, 2012 at 9:50 am
Do you have a valid backup that does not contain the corruption?
At minimum you need to restore the corrupt page and possibly more pages leading to the need to restore...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 30, 2012 at 9:38 am
You can capture DML operations (i.e. INSERT, UPDATE and DELETE) using TRIGGER. SELECT operations are a bit trickier. Are you using stored procedures for all data access? If so...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 30, 2012 at 8:23 am
halifaxdal (8/30/2012)
1. Instead of creating a fancy report, just create a stored procedure to generate a spreadsheet and use it as...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 30, 2012 at 8:10 am
MoveOn
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 30, 2012 at 7:19 am
oconnor_dp (8/28/2012)
Nope. Think about it, the xml datatype can be up to 2GB. You want to pass that around? Don't!
The issue it not necessarily in returning the...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 29, 2012 at 10:48 am
durai nagarajan (8/29/2012)
i never worked in PowerShell do i have to install somehting or am i missing something?
PowerShell 2.0 is standard equipment in Windows Server 2008 R2. What are you...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 29, 2012 at 9:53 am
Are you saying you created one stored proc that handles inserts, updates and deletes for over 100 tables using dynamic sql?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 29, 2012 at 9:47 am
Viewing 15 posts - 3,286 through 3,300 (of 7,164 total)