Forum Replies Created

Viewing 15 posts - 33,271 through 33,285 (of 39,739 total)

  • RE: easier way??

    Don't think so. Might nest the IF's to make it slightly cleaner, or space it out better, but I think this is as good as it gets.

  • RE: BriefCase Scripts export

    Good suggestion, I'll see if there's an easy way to build it.

    Steve

  • RE: I''m Sad

    To me they are putting a bigger burden on me. The feedback form is a mess.

    First of all, I select a product and search. That alone makes it hard. For...

  • RE: Windows Security

    Interesting comments. I don't think there's anything wrong with MS writing a new OS, charging for it, etc. But I'd like to see them and other software vendors continue to...

  • RE: I''m Sad

    Dan,

    Thanks for the clarification and I'll try to be more understanding, but I think in the interest of trying to make it better you've taken a step back. Might be...

  • RE: I''m Sad

    Not the first time

  • RE: SuperSocket Info: Bind failed errors have been found

    Do you have multiple instances? Or are you running smething else that could possibly use the SQL ports? Looks like a problem getting the port assigned to SQL Server from...

  • RE: Does anybody ever look into this forum?

    Not really looking, they just like the idea. Saw a 125 for sale around the corner, drooled slightly, but drove on. My kids are 13, 7, and 4. We had...

  • RE: Use of sinvle DB Role account

    It's both good and bad. Centralized access means an easy change to disable an account, reset a pwd, etc.

    It's bad because stolen credentials mean access to anything. Not unlike...

  • RE: Can import/export be replaced with Query ?

    This could be done in T-SQL, but it will be a little cumbersome. YOur use of LEFT or SUBSTRING will get the first part. As to the remaining amounts, there...

  • RE: Inventory Projection Query - Stored Procedure

    Without digging too deeply into your code, this works for one month, doesn't it? I've written similar things and we basically needed to call the proc multiple times because the...

  • RE: Huge datafile vs. perfomance

    This is a disk issue. You need to upgrade the disk system.

  • RE: Linked server problem

    Might try tracing and see if EM does something else.

  • RE: I''m Sad

    I do agree that the more structured feedback is helpful to MS, and it's easier for them. It's also harder for me.

    They've shifted the burden of work from their staff...

  • RE: Help on View

    The parameter in a view is in the where clause.

    select * from myView where SomeCol = 'SomeVal'

Viewing 15 posts - 33,271 through 33,285 (of 39,739 total)