Viewing 15 posts - 1,186 through 1,200 (of 7,168 total)
AAKR (5/1/2013)
I am going to a move a server to production. The present production is 2005 enterprise, now i am going to move this production to 2008 r2 slandered.
Here...
May 1, 2013 at 8:32 pm
ft55 (4/29/2013)
Thanks for the response I was looking for a solution that could be used just at the transaction level rather than at the a database level. I'm slightly...
May 1, 2013 at 8:26 pm
ScottPletcher (4/30/2013)
According to BOL, SQL scans the table:"Rebuilding the index offline, by contrast, will force a scan of the clustered index (or heap) and so remove the inconsistency."
I reported the...
May 1, 2013 at 1:04 pm
ganci.mark (4/30/2013)
I see there is a build 9.00.5324 which I believe should have the security update but I cannot find a downloadable update. This only brings me to a 'description'.
See...
April 30, 2013 at 9:53 pm
You can DENY ALTER on the table but in addition to preventing changes to the triggers on that table it also prevent them from adding columns to the table, modifying...
April 30, 2013 at 1:56 pm
Another option:
WITH MyInputdata(ID, Val)
AS (
...
April 29, 2013 at 2:44 pm
Just for fun, how would you rewrite the SSIS package using only T-SQL to "generate a couple of excel spreadsheets, and email them."?
April 29, 2013 at 1:48 pm
Is there a weekend "index rebuild" job? That could cause a reduction in space if fragmentation was causing the bloat.
April 29, 2013 at 1:47 pm
Jeff Moden (4/29/2013)
opc.three (4/26/2013)
The recommended way using either a SQL Agent job or a web...
April 29, 2013 at 1:43 pm
SSIS 2005 Script Tasks only support VB.net.
April 29, 2013 at 1:25 pm
Open the package in BIDS, change the Connection Managers to point to the new server and database and then save it back to the original location where it is referred...
April 29, 2013 at 11:34 am
Start logging the "available MBs" counter, "page life expectancy" and the "page file % used" counter and see how they do over time. If you have memory pressure drops or...
April 29, 2013 at 11:31 am
This is most of what I use except I dropped the columns that use SQL 2008+ features. Hopefully some of it will help you:
-- memory overview
SELECT CAST((
...
April 29, 2013 at 11:29 am
vikingDBA (4/29/2013)
While some people know how to decrypt encrypted stored procedures, I personally subscribe to bad guys the same way I subscribe...
April 29, 2013 at 10:15 am
Viewing 15 posts - 1,186 through 1,200 (of 7,168 total)