Forum Replies Created

Viewing 15 posts - 7,816 through 7,830 (of 39,877 total)

  • RE: Are the posted questions getting worse?

    BLOB_EATER (7/28/2016)


    Guys just a quick question for those bloggers out there, do you have a section on your website about copyright that protects your writing?

    I do now 😉

    I realize my...

  • RE: Analyzing Data in Real Time

    Jeff Moden (7/28/2016)


    Stefan LG (7/28/2016)


    Do not underestimate the power of CSV files and BULK INSERT!

    BOY HOWDY!!! +1000

    Indeed. Simple is often the best way to transform things. I like this...

  • RE: Clustered Index on Multiple Fields

    My advice would be to see if you have some combination of unique fields that define what the entity is. If that's Date + OtherValue1, use that. Typical advice is...

  • RE: Very generic question

    +1 for sp_Blitz.

    This will give you things to look at. I've written some thoughts on the tool from our databases, though I'm not sure what the change are since I...

  • RE: Get list of all SQL SERVER INSTANCES !!

    SQLCMD -L needs the browser service, which isn't running most of the time.

    The most success I've had in finding instances is when we have SCOM or OpsMgr or something that...

  • RE: Primary Filegroup

    There are a few reasons, but primarily this separates system objects from user objects. In case of corruption, or the need to restore a filegroup instead of the entire database,...

  • RE: How can I find where the table is ? Which database ?

    Luis Cazares (7/26/2016)


    Or you could try SQL Search (free product): http://www.red-gate.com/products/sql-development/sql-search/

    Disclosure, I work for Redgate.

    This will search all databases on your instance if you like. You'll have to connect to...

  • RE: How to tell how many client access licenses I have

    Client licenses are not bound to a server. They are client license, to allow a client to access a SQL Server.

    For a count, ask the Accounting department. They paid for...

  • RE: How does SQL work with blanks?

    Corrected to add batch separators.

  • RE: A Buggy Release

    Dalkeith (7/26/2016)


    Everyone makes mistakes but I contend that there will be less mistakes if you have a more flexible and knowledgeable workforce. Whether thats sys admins / developers doing more...

  • RE: Are the posted questions getting worse?

    BLOB_EATER (7/26/2016)


    Hey guys I was wondering if someone could confirm if the experiment that I am doing below is what one would expect from enabling TDE:

    Before enabling TDE I would...

  • RE: Logging

    Logging of users meaning what? What log items do you want?

  • RE: Where's the Unit Testing?

    David.Poole (7/25/2016)


    I think the difficulty faced by database developers is in identifying what it is you are trying to test. You don't want to find yourself testing whether the...

  • RE: Bad Scalar Functions (or other UDF)

    sqltung (7/22/2016)


    I recently found one or two issues at work with scalar functions. I would be happy to contribute an article with examples.

    That would be great. IF you can do...

  • RE: Where's the Unit Testing?

    Chris Harshman (7/25/2016)


    Where I work, the developers do a lot of test driven development for their C# work, but a limiting factor for them doing more on the database side...

Viewing 15 posts - 7,816 through 7,830 (of 39,877 total)