Forum Replies Created

Viewing 15 posts - 32,986 through 33,000 (of 39,740 total)

  • RE: Database design for recipes

    You really need to provide more information on how you are building the app. Individual ingredients could be stored as separate rows, or part of a blog. Depends on if...

  • RE: User session memory

    Each connection uses a certain amount of memory, which is what they use. They do not hold memory beyond the duration of their particular batch.

    DBCC MemoryStatus (http://support.microsoft.com/?id=271624) gives info on...

  • RE: SQL Server Copy not working

    The server service account needs read write privleges.

  • RE: Take Me Out to the Ballgame

    I enjoy production work, but definitely you need some help. Can't do it all alone, at least not for long.

    I'm not sure if you can bring in a laptop. They...

  • RE: Salary survey

    In Denver, 2 years ago I was $85 for a senior. Had offers around that time from $80-$102.

    Mid level was prob 60s-70s, but Denver is fairly expensive to live in.

  • RE: Using PRINT for time usage in long SP (is there another way?)

    Could also built a log table (Proc Name, Line, Time) and insert rows in there as the procedure runs. Place inserts around sections or even lines and you can check...

  • RE: check SQL performance

    Might want to setup SQL Health and History monitor or run a baseline on System Monitor/Perf Monitor as well.

  • RE: Copying Permissions

    Roles are the way to go. Specifically to avoid this issue.

  • RE: Laptop Lojack

    That's good for you. What about the VP that mistypes because he's in a hurry and is sure he can't make a mistake? 5 attempts and a wipe would...

  • RE: Question of the Day for 07 Jul 2006

    Not sure about that. I know that if the same owner installs all assemblies, they'll all be in the same app domain, which could cause issues, but maybe not.

    The more...

  • RE: Exam 441 (beta) corrected

    I got one as well. Hopefully they truly regraded the exams and threw some questions out to make it better and didn't just start passing too many people.

    This highlights one...

  • RE: Software Pricing

    Maybe you'd overestimate, but if you licensed by the GB, which I could see. Not sure it would be worth it to track smaller numbers, you could estimate how many...

  • RE: Cleaning WGA

    It's different in different states for drinking and driving. I was happy to see in my native Virginia that they pull your license and arrest you on the spot if...

  • RE: Looking Back

    Thanks for the great replies and I've enjoyed reading them.

    William, thoughts and prayers with you and I hope things work out with your wife. My wife lost her mother at...

  • RE: The Best IT Companies

    Not sure where you'd find web chats other than some place like AOL. There are all kinds of chat rooms there.

Viewing 15 posts - 32,986 through 33,000 (of 39,740 total)