Forum Replies Created

Viewing 15 posts - 91 through 105 (of 1,409 total)

  • RE: From Cluster to Virtual Machine using VMware

    I suggest to build a new SQL instance in a VM. Next set the instance specific settings (like sys.configurations kind of stuff, but also LOGINs and server-level permissions) to the...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: Automating linear regressions

    It has been a while when I created the script below together with my co-worker. We used it to forecast growth of disk usage of which the measured values were...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: How to Filter every 30 Min of Transaction data

    Lynn Petttis has an article about common date routines:
    http://www.sqlservercentral.com/blogs/lynnpettis/2009/03/25/some-common-date-routines/

    The query below shows some (date/)time manipulations. Each column in the query is part of...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: SSIS File System task

    If you manually run a package from within Visual Studio (or SQL Server Data Tools) the execution is done in debug mode. Even after all tasks are finished the execution...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: Complicated INT Conversion to DECIMAL - No, Really

    N.B. (12/16/2016)


    First I want to apologize - this entire situation is the vendor's fault, and not something we can change.

    I have a table where, depending on the value in one...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: Options for auditing SQL logins

    I'm not able to test because I don't have a computer at hand.

    But is the 'testuser' account added as a user account to the test database?

    Second I suggest...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: Bulk insert csv date 20-Jan-47 change to 2047-01-20 instead of 1947-01-20

    It's a configuration setting. See this article... Configure the two digit year cutoff

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: SQl 2012: change database restoring mode to Standby mode?

    You don't need to start from the beginning to put the database in stand-by mode again. You can just restore the file that was being restored when your SSMS stopped....

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: Options for auditing SQL logins

    Audit has certainly it's purpose, but be aware it can generate a lot of data and it could be hard to filter out exactly what you need.

    If you only need...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: Query Decimal rounding

    andrew 64169 (12/13/2016)


    Hi All, i am hoping for some assistance with an rounding issue i have with my current trigger. any assistance would be greatly appreciated.

    'BEGIN ' + #13...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: Performance

    First: with a REBUILD of the indexes the stats are updated also. Thus it is not necessary te run a separate UPDATE STATS again.

    In your described situation if you need...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: Want some help in Recovery

    Determine your backup strategy by the requirement for the restore (RPO and RTO). How much data is allowed to be lost (= RPO) and how long is data to be...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: SQL 2016 install issues

    And another article... Gotcha for Installing SQL Server 2016 and SSMS on Windows Server 2012 R2[/url]

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: SQL 2016 install issues

    simon_s (12/9/2016)


    .... (I've even tried manually tried installing the KB but it fails with "The Update is Not applicable to Your Computer)

    Have you read this article? Fix: Windows 8.1...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **
  • RE: MCSA 2012 or 2016?

    From my own experience the MCSA is a certification that let people know yo have a general MS SQL data platform knowledge. Whether it is SQL2012, SQL2014 or SQL2016 is...

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **

Viewing 15 posts - 91 through 105 (of 1,409 total)