Viewing 15 posts - 2,356 through 2,370 (of 6,041 total)
It sounds like you're describing some specific implementation of unit testing within SSDT or Visual Studio.
Unit Testing a stored procedure, generally speaking, is when you execute a stored procedure using...
August 23, 2016 at 12:56 pm
Michelle-138172 (8/23/2016)
August 23, 2016 at 11:50 am
I havn't used eBay in years, but I recall from the past that it was possible to simply drill down on another user's ID and see a history of auctions...
August 23, 2016 at 10:47 am
Steve Jones - SSC Editor (8/22/2016)
August 23, 2016 at 10:32 am
Your decision between table variable or temp table should depend on the data access pattern of your query.
Generally speaking, table variables are best applied in OLTP stored procedures where you...
August 23, 2016 at 7:57 am
I hate "security questions". If I'm a hacker and want to know your grandfather's first name or your mother's mainden name, I can just go to ancestry.com. If I want...
August 23, 2016 at 7:02 am
Rowan-283474 (8/22/2016)
Eric M Russell (8/22/2016)
Rowan-283474 (8/22/2016)
August 22, 2016 at 1:06 pm
There are a lot of good books on PowerShell. Some of them are domain specific like programming for SQL Server, Azure, or Active Directory.
August 22, 2016 at 1:02 pm
robert.sterbal 56890 (8/22/2016)
August 22, 2016 at 12:57 pm
Rowan-283474 (8/22/2016)
August 22, 2016 at 12:34 pm
robert.sterbal 56890 (8/22/2016)
Another request:Has anyone had any success in learning this stuff while driving?
Do you mean like while drive a car down the highway?
August 22, 2016 at 12:24 pm
PowerShell is impressive in terms of it's use as a system integration tool; it can hook into almost any operating system function and is easily extensible.
However, when it comes...
August 22, 2016 at 8:47 am
I do agree with the previous David that the complexity and risks associated with deployment rollbacks can be mitigated by performing incremental releases, rather than bigger "bet the farm" deployments.
It's...
August 22, 2016 at 7:44 am
My understanding is that "adaptive data modeling" is basically the opposite of normalization. It's where you are not modeling entities upfront using fixed attributes, but rather have a data model...
August 22, 2016 at 6:27 am
I have a few thoughts:
1. Why truncate the table daily? Consider instead an incremental insert / update process.
2. If your queries share even one common predicate, then a...
August 22, 2016 at 6:09 am
Viewing 15 posts - 2,356 through 2,370 (of 6,041 total)