Forum Replies Created

Viewing 15 posts - 1,306 through 1,320 (of 6,032 total)

  • RE: If you weren't a DBA, what would you be doing?

    Were I not a DBA, I'd be hustling to become a DBA.

  • RE: Read Access to Database Tables - How do you do it in MS-SQL ?

    I'm not understanding the use of views for this. There is also no need to add logins for each individual user account, just add login and user access for the AD...

  • RE: How to access another server temp table without any Linked server

    Or simply create a linked server.

    It's a common misconception that usage of linked servers create performance issues. Actually, no. A linked server is nothing more than a...

  • RE: Managing Passwords

    Think about it for a moment. From what I've seen, the root of most massive high profile data breaches are not the result of result of cracked or weak passwords,...

  • RE: How to access another server temp table without any Linked server

    subratnayak09 - Thursday, August 3, 2017 5:26 AM

    Hi All,

                   I have a requirement where #temp table...

  • RE: Level 3: Relational Database Design

    The Data Modeling Scorecard website looks interesting. I don't know how I missed hearing about this guy Steve Hoberman.

  • RE: Data Science en Masse

    I think there is room for at least a couple of AI or ML literate people in any large IT organization, but let's not get carried away with the idea....

  • RE: Decryption Woes

    To make this more transparent, I encrypt using session level symmetric keys and wrap a view around each table to provide the decrypted computed columns.

  • RE: Managing Passwords

    We use a product called SecretServer to manage our service account passwords, certificates, etc. across the enterprise. It also has a web service based API for integration with PowerShell scripts...

  • RE: Auto DevOps

    Rod at work - Monday, July 31, 2017 11:07 AM

    20% of BMW's employees are software engineers? WOW, that's amazing! That's getting pretty...

  • RE: Changing type from INT to BIGINT why so slow?

    Yes, altering column definition from INT to BIGINT is a change of size operation, meaning that every page in the table and every page in every index (clustered and non-clustered)...

  • RE: Auto DevOps

    Just wait until government regulators start issuing automobile recalls based on IoT equipment failure or security issues. Some may see it as an unprofitable risk. Shareholders and the corporate board...

  • RE: Auto DevOps

    I totally get the potential value of IoT enabled assembly plants, commercial transport vehicles, or shipping containers. But when it comes to embedding IoT in consumer facing products (like automobiles...

  • RE: Who's Smarter? Humans or AI Systems?

    mattn 23726 - Sunday, July 30, 2017 10:20 PM

    Hi,

    AI has already taken over, but we don't think it has taken over.   For...

  • RE: Slow DataBase and Hyper-V

    Tell us when the "slowness" occurs and what is it relative to. For example, have you recently migrated this instance to Hyper-V and then the problem occurred, or has it...

Viewing 15 posts - 1,306 through 1,320 (of 6,032 total)