Viewing 15 posts - 3,286 through 3,300 (of 7,168 total)
durai nagarajan (8/31/2012)
opc.three ,hope login created dates are matched because of master DB sync?
Sorry, I do not get your comment. Please clarify.
August 31, 2012 at 6:00 am
RBarryYoung (8/23/2012)
FYI, I think that there's server roles in SQL 2012. (I haven't tried them yet, though).
I demoed them a while back and unless I missed something the new...
August 30, 2012 at 2:55 pm
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,
...
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:
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...
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...
August 30, 2012 at 12:55 pm
rarara (8/21/2012)
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...
August 30, 2012 at 10:54 am
Greg Drake (8/30/2012)
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...
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...
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...
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...
August 30, 2012 at 8:10 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...
August 29, 2012 at 10:48 am
Viewing 15 posts - 3,286 through 3,300 (of 7,168 total)