Forum Replies Created

Viewing 15 posts - 9,211 through 9,225 (of 39,880 total)

  • RE: How to hide stored procedures from user?

    SQLCLR doesn't hide the procedure from someone, though it does make the code hard to get to.

    However, what is the purpose here? At some point, much of your data manipulation...

  • RE: Data Sprawl

    For why many developers are looking to NoSQL, look no further than JSON. So many of the new tools and languages have built some support for JSON storage, and the...

  • RE: No Time for Testing

    ken.trock (9/28/2015)


    However I do believe we need to test our code. We all do test our code, even if it's with a few before/after queries. What I don't get is...

  • RE: No Time for Testing

    xsevensinzx (9/28/2015)


    I can understand the what the author means in the article, especially in the BI realm on my end. Sometimes there is just not enough time due to last...

  • RE: No Time for Testing

    Jeff Moden (9/27/2015)


    First, I loved your observations in the article. It takes so little time to "test-as-you-go" that I don't understand why more people don't do it. To wit,...

  • RE: Renaming

    tbailey 19088 (9/28/2015)


    Steve,

    This rename can be done using sp_dropserver and sp_addserver @local='local.

    I tested this on one of my development boxes that had only a single, default-named instance. First, I ran...

  • RE: Time posted does not indicate time zone

    The server is on Mountain Time (GMT-7) if I remember? I think we left it that way because we had things scheduled based on this zone.

    As noted, you change this...

  • RE: Fantasy Football 2015

    Well, I had a break out day, without starting Freeman, who had done nothing to that point. If only this had been my week 1 score....

  • RE: Auditing Failed Login and Alert

    The error log is impractical. You'd be reading the entire log every 5 mninutes, trying to sort through text entries.

  • RE: Auditing Failed Login and Alert

    That would be cool if you have something. It's a neat idea, especially as using something like SCOM is more like a .44 against houseflies.

  • RE: Are the posted questions getting worse?

    Personally, as I get older, I don't want a cannon. Hard on the wrists and arms.

  • RE: Generating alert from Failed login attempt

    Moving to the SQL 2012 forum. This was posted in SQL 2000.

    In 2012, you might be able to do something with xEvents and a trigger when you get xx logins...

  • RE: MS-Jet Engine 4.x ODBC enabled databases to 1 Terabyte/5 billion rows (or) SQL SERVER?

    erichansen1836 (9/25/2015)


    I See perhaps your point now, that I am actually performing 2 separate COMMITS, 1 to 1 MDB file, and

    another to the other MDB file. DO you still...

  • RE: Pagination in T-SQL to be done on 50000 records . Display 20 rows at single time

    One thing you might try is using row_number or some other counter based on the rows to retrieve only the PKs needed for that set of data. Then join that...

  • RE: Are the posted questions getting worse?

    jasona.work (9/25/2015)


    I've been wanting to pile into that topic, but keep restraining myself...

    Hmm. Maybe we need to Godwin that topic, and bring in a comparison somehow to the Fuehrer?...

Viewing 15 posts - 9,211 through 9,225 (of 39,880 total)