Forum Replies Created

Viewing 15 posts - 53,641 through 53,655 (of 59,068 total)

  • RE: select @@DOMAIN_NAME

    I believe the following will do it...

    EXEC Master.dbo.xp_LoginConfig 'Default Domain'

  • RE: Hipp, Hipp, Hooray

    Hipp is smart... just like Gillette was... "Give away the razor, sell the blades." 😉

  • RE: Hidden RBAR: Triangular Joins

    I'm just trying to point out that the industry has a particular definition in play for "set-based programming", and this is different than what I was getting from the article....

  • RE: Further learning in SQL

    I'm sure I'll get a bunch of hooey from the CLR zealots on this but, with the possible exception of some decent RegEx CLR's written by Matt Miller, I've not...

  • RE: Cross Tab Query

    so I'm not completely sold on the PIVOT operator yet. I think it looks kind of clunky. Then again, we usually say that when we come across something new. Perhaps...

  • RE: Hidden RBAR: Triangular Joins

    Heh... only if Set A has an alias of Set B 😛

  • RE: Problem with trigger is SQL Server Express

    More info...

    You CAN do a dupe check using an after trigger... Again, ITS THE WRONG THING TO DO!!!! But it will help you "pass" if your instructor insists...

  • RE: Problem with trigger is SQL Server Express

    The problem with such a trigger is that you've created an "After" trigger... these types of triggers fire "After" the data has already been inserted. In other words, the...

  • RE: Known problems with bit-columns?

    Agreed... Bit values are, in fact, "tri-state"... off, on, and "don't know" and, depending on your requirements, that may or may not be important. For example, in a "testing"...

  • RE: Table Design for Real World App

    TBIG,

    What you're describing is an "Audit Process" or "Audit Trail"... there are many ways to do this including Audit Triggers that save "old data" to an Audit table when data...

  • RE: Further learning in SQL

    You're currently looking at one of the best resources there is for learning... SQLServerCentral.com. Everyday, I look at as many posts as I can... Some folks have some really...

  • RE: Delay in executing a query from VB

    That's probably because when you execute it from VB, you're doing it as embedded SQL... which has no chance of reusing an Execution Plan.

  • RE: copy paste in sql

    No...

    But you can write forumulas in the Excel spreadsheet that will create the necessary INSERT/SELECT or INSERT/VALUES statements.

    There's also several ways to import the data from a spreadsheet into SQL...

  • RE: Disk Sace Usage

    What are you running the code from? Query Analyzer or ???

    The code, as I've posted it, runs fine...

    Is it possible that you've run into the same problem a lot...

  • RE: Calculating Task Past Due Dates without weekends

    kenny (12/8/2007)


    Wow, this is the fastest response I have ever gotten.

    Thanks Jeff for your assistance.

    Just lucky... I happened to be "in the neigborhood" and just happened to have an answer...

Viewing 15 posts - 53,641 through 53,655 (of 59,068 total)