Forum Replies Created

Viewing 15 posts - 25,576 through 25,590 (of 39,804 total)

  • RE: Are the posted questions getting worse?

    Well don't come to Denver. It's not creepy and we don't burn cars. We do shoot people occassionally that play sports.

    I'll mention to my sister-in-law in Hartford that she might...

  • RE: Are the posted questions getting worse?

    What do they know up in MI? Producing and then burning cars? Ouch, hey, what!

    BTW, my Mom is a WI native, so I'm entitled to joke a little with...

  • RE: HELP!!! My website is having permissions problems...

    Steve, I'm a little weak on the ASP.NET impersonation.

    The thing to remember is that IIS runs things, so it has to determine the upper level account under which things run....

  • RE: Server Wide DBCC

    You're welcome. There really isn't any other way and no "super" DBCC since those are separated out as database level commands.

  • RE: BAD CONNECTION PRIMAVERA P6 x SQL

    It sounds like your application is not connecting to SQL Server. You would need to determine how Primavera is configured to connect to SQL Server and be sure there is...

  • RE: Certificates

    securing a cluster can have multiple meanings, and encryption would be a valid one. So I think the question was misleading and have corrected that.

  • RE: to INCLUDE or not to INCLUDE

    I'm not sure of the benefits of INCLUDE here. Why wouldn't you put all the columns in the index? This has puzzled me from day one. The index size is...

  • RE: HELP!!! My website is having permissions problems...

    The IIS website properies has a security tab. That should allow you to use Windows Auth, or anonymous connections that go through a windows account you specify.

    Those should be what...

  • RE: 3 Environments - 3 Instances

    No real issues, though be careful that some things, like SSIS, aren't multi-instance. There's one copy for all instances. If you use that, could be an issue.

    Memory is your real...

  • RE: Server Wide DBCC

    There's an ms_foreachDB, which is essentially a cursor that executes a command, you could easily write your own script to do this as well.

    Here's a thread with it being used:...

  • RE: Determining RAID ARRAY on existing Server

    As Nicholas mentioned, this is handled at the hardware level. The software usually has no idea there is RAID. It just sees a disk. Unless the hardware vendor installs some...

  • RE: Are the posted questions getting worse?

    Properly cut? Since when do those in MI know meat? Aren't you more the cheese and beer crowd with your neighbors?

  • RE: Looking for alternative reporting tools

    If you're a small shop, I'd stick with SSRS. It comes in the box and it's fairly open. The addition of some of the components in 2008 means that it's...

  • RE: Great IT Shops

    Brnbngls, exactly. That's why I say comment and document enough to get by, but don't get too caught up in it!

    Do more of what works, less of what doesn't. It's...

  • RE: A Dearth of Comments

    I see most everyone saying the documentation from the code point of view is critical. And that does make some sense, make notes in the code as you go.

    However the...

Viewing 15 posts - 25,576 through 25,590 (of 39,804 total)