Viewing 15 posts - 1,906 through 1,920 (of 6,038 total)
Did you download it from a MSDN subscription or from Visual Studio Dev Essentials members?
I think there is a feature in the SQL Server installation called 'Edition Upgrade' where you...
December 27, 2016 at 7:32 am
Distributing tables vertically (ie: ServerA contains a subset of data for current year and ServerB contains archive data same tables) can be an effective scale-out solution (depending on the access...
December 21, 2016 at 7:31 am
Apps that pull data across VPN, like SSMS or SSIS, can be impacted by network latency.
One thing you can do is poll SYS.DM_OS_WAIT_STATS for network related wait states during...
December 20, 2016 at 11:26 am
To identify what specific task or event is the bottleneck, you can look at the SSIS Executions report.
\'Integration Services Catalogs'
\SSISDB
\ProjectName (typically name of your package)
Right click on project
Reports..
All Executions..
Also, the...
December 20, 2016 at 9:44 am
Erland Sommarskog maintains an article describing various techniques and considerations for implementing this type of generic search procedure where the entities, predicates, and parameters are broadly defined.
Dynamic Search Conditions...
December 20, 2016 at 8:37 am
If your application needs to join Customers with PurchaseOrders, and your Customer table on ServerA, and your PurchaseOrder table on ServerB, then that architectural decision itself has forced you down...
December 20, 2016 at 6:57 am
Gary Varga (12/19/2016)
Eric M Russell (12/19/2016)
...Well, let's check back again in 2020.Just got out of the DeLorean. No change.
I don't know much about how those time traveling DeLoreans work, but...
December 19, 2016 at 12:23 pm
Any tool that can present an input form and execute a stored procedure call can be used for this. Actually, your existing reporting tool probably has limited capability for this....
December 19, 2016 at 12:03 pm
It's 2016, and folks are still coding really bad T-SQL. The problem is that many organizations see T-SQL coding simply as an extension of C# or Java coding. Those of...
December 19, 2016 at 8:55 am
I'm a bit of a handy-man both around the house and the database server at work. Just like duct tape, I consider PowerShell to be an essential tool for a...
December 19, 2016 at 8:46 am
You'll want to setup an extended event trace to audit any permission denied related errors resulting attempts by applications to execute direct SQL statements. However, if we're just talking about...
December 16, 2016 at 2:21 pm
First, it's unclear whether you know the basic concepts of dimensional modeling, requirements gathering, or ETL at this point. So before you start building anything, I highly recommend you read...
December 16, 2016 at 10:55 am
A "crash" is a series of events, not a single moment in time. You need to know an ideal point in time for which to perform a transaction log restore?
December 15, 2016 at 11:22 am
It's hard to believe there are 1 billion active yahoo email accounts. 100,000,000 of them are probably drop boxes for phishing scammers.
December 15, 2016 at 11:15 am
Viewing 15 posts - 1,906 through 1,920 (of 6,038 total)