Viewing 15 posts - 1 through 15 (of 17 total)
1. Not using SSIS (and writing awful, single threaded non-tsql/non-SSIS code)
2. Not using SSSB (and writing awful polling jobs)
3. Not using SSRS (and destroying SQL servers instances because there's no...
November 26, 2013 at 3:35 pm
Best instructions I've ever found (via Google) of setting up SSSB between two servers (or instances).
But ... The instructions terminate too early which leaves things in a SSSB Anti-Pattern called...
July 7, 2013 at 11:25 pm
Another technique to try ...
On tables where you have columns that you'd otherwise build a FTS index, instead create a trigger that populates a single table where you string together...
September 9, 2012 at 5:19 pm
Certificates are one way. But in a connected world Claims Based Identity/Authourisation makes much more sense as it pushes the management of who can do what into the "source" domain...
April 9, 2012 at 10:18 pm
Thanks to gs-627439 and Raj Gujar ... After following all the MS supplied instructions the one that was missing was the ALTER DATABASE one. Makes sense I guess given where...
February 16, 2012 at 2:09 pm
I have seen the "spoiled athlete" problem as well, and deep down I feel that it is due to the rate at which the demand tends to burn down the...
June 7, 2011 at 1:57 am
As the demand for IT services has gone up, many people have gotten inflated salaries and the ego to go with them.
This isn't any different from when I started...
June 7, 2011 at 1:47 am
Great arcticle, Solomon!
I used to do this with humongus mainframe databases for banks back in the 90s. And yes, you really can implement the change in seconds if you're well...
April 26, 2011 at 4:47 pm
Anyone using the "free" version of SharePoint 2010?
SharePoint Foundation 2010 comes free with a Windows Server license and has some very funky features that used to be part of...
March 24, 2011 at 4:10 pm
rob.lobbe-964963 (3/24/2011)
Create a filtered index on your main table that contains your PK, and filters on your delete criteria. This index will...
March 24, 2011 at 4:01 pm
Great article Nakul.
Agree with all the comments about using smallish batch sizes to keep row level locks from escalating! Also, if the delete(s) involve hash matching, keeping to a...
March 24, 2011 at 3:51 pm
Sorry guys. Left out the OPTION (RECOMPILE) in my haste. Added it in. Actually, in many situations you actually find through your performance testing with multiple parameter combinations (which of...
March 22, 2011 at 5:11 pm
Hi punithmsc,
If you're on SQL2005 or above there's a SSRS SDK sample to do what you describe by extending rendering to include printing. You then use SSRS subscriptions to scheduled...
December 15, 2009 at 2:07 pm
In a business context (i.e. getting the job done quickly, good quality and maintainable!)
VB.Net = simple, so productive
C# = techie, so less productive.
The difference comes down to the 80/20 rule;...
November 15, 2009 at 2:30 pm
Hi Steve,
As an ex-DBA/Senior Developer and now a Enterpise Architect, I really encourage everyone to take the tour around SP/MOSS 2007 with all the Service Packs applied.
Don't expect the...
October 28, 2009 at 3:29 pm
Viewing 15 posts - 1 through 15 (of 17 total)