Viewing 15 posts - 91 through 105 (of 154 total)
SQLCLR is used to code SQL Server functions using some flavor of .NET, as opposed to T-SQL. They can be useful for bringing business logic closer to the raw data...
February 3, 2012 at 8:41 am
Glad you got it running. I know how troubleshooting Replication issues can make for some long days.
January 3, 2012 at 3:22 pm
SQLWannabe (12/29/2011)
That's kinda what it sounds like. Almost as if the 'Start' button was never pressed. And I do realize there isn't really a 'Start' button.
There sort of is...
January 3, 2012 at 7:56 am
Brandie Tarvin (11/10/2011)
How about queries with joins to tables that aren't used anywhere in the query. As if the dev changed track mid-stream and forgot to clean up afterwards? (I...
November 11, 2011 at 8:37 am
Dev (11/10/2011)
That beind said if you plan to become the next google, then maybe you need to rethink your strategy.
???
I can see this. If Google forced everyone to...
November 11, 2011 at 8:25 am
When reviewing colleagues' code, I find that there can be three things that get pointed out:
1) Bugs: in this case they should be grateful that you found something they missed...
October 28, 2011 at 10:47 am
Jack Corbett (10/6/2011)
create function [dbo].[SYSDATE]()
returns datetime
as
begin
declare @sysdate_l datetime
select @sysdate_l = sdv.system_date
from...
October 7, 2011 at 7:39 am
While I agree completely with Grant that fetching data you may not need can add unwanted, and unneeded, overhead to to back-end systems, there's can be an efficiency in returning...
September 29, 2011 at 8:31 am
If it's a development database, can you simply replace the data using the same table in production? This may not include data modified during development, though if you saved your...
September 21, 2011 at 9:06 am
GilaMonster (9/14/2011)
I'm bunking tonight and starting the rewrite of my rather old (and second-ever) article Managing Transaction Logs[/url]. Other than when and when not to shrink (which definitely has...
September 15, 2011 at 7:49 am
GSquared (9/14/2011)
•80 percent of poor households have air conditioning
•Nearly three-fourths have a car or truck, and 31 percent have two or more cars or trucks
•Nearly two-thirds have...
September 15, 2011 at 7:45 am
The Geospatial features in 2008 (and 2008R2) are very cool and have the potential to become an in-demand skill set.
September 13, 2011 at 7:37 am
I'm using figures from sources like the US Census Bureau, the US Department of Labor, and various Congressional reports.
...
Most of the people in the US have never encountered actual...
September 7, 2011 at 8:43 am
Grant Fritchey (8/26/2011)
Putting together an article on the most common backup errors (apart from not having one) and how to avoid them. I have four...
August 30, 2011 at 2:38 pm
Gianluca Sartori (7/19/2011)
There's someone you all know that deserves your vote here[/url].I'm sure you know who I'm talking about. 😉
Jeff gets my vote.
One of the first articles I read on...
July 22, 2011 at 8:10 am
Viewing 15 posts - 91 through 105 (of 154 total)