Using Result Set as Variable in Stored Procedure
I’ve been asked several times lately from non-SQL developers that are sometimes required to do some quick SQL work how...
2008-12-08
3,386 reads
I’ve been asked several times lately from non-SQL developers that are sometimes required to do some quick SQL work how...
2008-12-08
3,386 reads
I could have sworn that my SQL Server Magazine seemed much smaller this month. When I pulled out last’s months...
2008-12-07
1,299 reads
I have a long held belief that if you really care about results, you have to measure them somehow. The...
2008-12-07
304 reads
Brent Ozar had a nice post recently on starting a technical blog, well worth reading and a good addition to...
2008-12-07
271 reads
With each new release of SQL Server version, there is something new to learn. In SQL Server 6.5 days, it...
2008-12-05
773 reads
An interesting idea in this video. I’d recommend you watch this if you have too much email. It's from the...
2008-12-05
423 reads
One interesting thing about doing the podcasts and working from home is that I tend to shave a bit more...
2008-12-05
387 reads
There's a lot to it, but I see Tim Ford has a nice blog post on what it means to...
2008-12-04
485 reads
I attended this years PASS Summit in Seattle and it turned out to be a great event. Many of the...
2008-12-04
472 reads
I've been off-line except for hints here and there for the last couple of weeks due to fighting off an...
2008-12-04
1,070 reads
By Steve Jones
One of the parts of getting older that really sucks is I seem to...
By Chris Yates
The New Leadership Frontier In today’s digital landscape, leaders are no longer just visionaries....
By Steve Jones
anderance – n. the awareness that your partner perceives the relationship from a totally...
Hi, we put together an extract that runs every 15 minutes against what i...
Comments posted to this topic are about the item Parameter Sensitive Plan Optimization in...
Comments posted to this topic are about the item Minimum Change Tracking Retention
If I am running this code:
ALTER DATABASE AdventureWorks2017 SET CHANGE_TRACKING = ON (CHANGE_RETENTION=xxx);What is the minimum amount of time I can set? See possible answers