Forum Replies Created

Viewing 15 posts - 26,161 through 26,175 (of 39,793 total)

  • RE: Best way to keep track of our users as they're filling out our web form.

    I like identities, especially for something like this. A multi-page form, where you'll like to store the data after each page in case the session breaks and they need to...

  • RE: Access SQL query in ASP.net?

    CDATE isn't a valid T-SQL function, it's ASP.

    How is the ASP syntax structured?

    Usually you'd do something like

    strCMD = "SELECT dbo_CallLog.CallID AS Ticket, dbo_CallLog.Category, dbo_CallLog.CallDesc, dbo_Asgnmnt.Notes, " + CDate((dbo_Asgnmnt!DTLastMod/60/60/24)+25569)+

    " AS...

  • RE: SQL Data and Log Files

    I agree with Gail. Truncating the log isn't something you want to regularly do. It's kind of an emergency feature, not something you want to use regularly.

  • RE: a problem in Sql server 2000-Help me please

    Are you converting different numbers like this?

    1,2,3,4

    Those are characters if you delimit them. SQL doesn't recognize arrays or delimited strings as a set of numbers. It's a character string.

  • RE: large transaction log backups

    Or just leave the log size larger. It's obviously needed for the operation and a larger log doesn't affect the way your system runs (other than needing disk space).

    I'm not...

  • RE: Power and Deception of CTEs

    I thought it was an interesting story about how easy it is to overlook something. It's good to be reminded regularly that indexes matter and that new features, like CTEs,...

  • RE: Set Favorites/Star Articles and Discussions

    We are a heavy user of the forum software. Perhaps the largest, and I'm not sure how many people have the 500 post issue.

    Adding threads to the briefcase is something...

  • RE: Posting Time

    Interesting idea. I'll pass along to the forum vendor. Changes like that we try to get them to incorporate.

  • RE: The Full Potential of SQL 2000

    SQL 2000 is a great, stable platform and it's served me well in many situations. I've had all kinds of businesses run well on it, including this one. We upgraded...

  • RE: Are the posted questions getting worse?

    Glad to hear you're OK, GRant, that's a scary story. I always worry when I'm working with power tools.

    I try not to step in and let things run on their...

  • RE: Real World vs. Certification (or maybe both?)

    I think the certifications can enhance your experience, but if you get them without experience, then you are proving you can study and test, but not necessarily do anything.

    In other...

  • RE: Looking for Microsoft trainer or instructor

    The Microsoft courses are all taught from a standard curriculum, so the instructor doesn't really matter.

    If you're looking to pass the tests, the MS courses are standard. If you want...

  • RE: What S.M.A.R.T. goals should I list in my evaluation?

    Maybe you could target meeting some SLAs, perhaps responding to all requests within xx days or answering all emails within a day or something that shows you are working well...

  • RE: Can I determine SQL install date using a TSQL script?

    The script above should help, but why would that date impact whether or not something was being decommissioned? I'd think it was being used or not.

  • RE: Any way to send email about job is runing forever?

    Be aware that you might have issues with this if the server is at 100% CPU. You might want to set something up with a monitoring solution on the Windows...

Viewing 15 posts - 26,161 through 26,175 (of 39,793 total)