Forum Replies Created

Viewing 15 posts - 1,906 through 1,920 (of 6,038 total)

  • RE: An evaluation copy of SQL 2016?

    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...

  • RE: Why Shouldn't I use Linked server?

    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...

  • RE: Performance Finger pointing: suggestions on next steps.

    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...

  • RE: Performance Finger pointing: suggestions on next steps.

    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...

  • RE: search procedure for a route which is splitted in 2 or more records

    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...

  • RE: Why Shouldn't I use Linked server?

    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...

  • RE: Better Coding, More Savings

    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...

  • RE: A Fun Distraction

    Anyone here deer hunt?

  • RE: Viable Java-based Front End?

    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....

  • RE: Better Coding, More Savings

    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...

  • RE: The Toolchain for the Job?

    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...

  • RE: Permission Issues

    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...

  • RE: Creating a small banking datawarehouse

    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...

  • RE: Need to find out exact crash time

    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?

  • RE: This is how to fail

    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.

Viewing 15 posts - 1,906 through 1,920 (of 6,038 total)