Forum Replies Created

Viewing 15 posts - 32,911 through 32,925 (of 39,740 total)

  • RE: Looking for Schema/DDF Script

    I haven't seen a good script to get this info, probably because it's a lot of work to store it in the first place. Everyone has to "build" their definitions...

  • RE: Crosstab Question

    You would have to build the select yourself using multiple tables. It's no different than a single table, just join the tables and reference the columns

  • RE: SMTP Notification when condition met

    You probably need a trigger to catch the inserts and compare them to the previous entries. Assuming you can do this and have some ordering criteria, I'd have the trigger...

  • RE: Auditing login failure using profiler

    Yes, setup a trace for those events and set the logging as a table. You can build a server side trace and have it run as a startup procedure.

  • RE: row count

    This doens't make sense? You aren't setting a value for the variable in the firts cawe and not sure where you want rowcount to appear from the 2nd.

  • RE: Cannot Connect to Server

    It's an AD/Domain issue. I've had similar issues that have driven me crazy as well. Search on SPN and try setting one for the machine. I've usually seen this with...

  • RE: 3rd Party Software to Monitor SQL Servers & Services

    Most things are fairly expensive. Servers Alive (http://www.serversalive.com/salive/index.asp) used to be very reasonable.

  • RE: Slow Insert Performance ! See DDL Code

    Why not just compare to a date instead of converting to a char?

  • RE: Added "Closed" status to posts?

    We've talked about this. Part of the issue is that so many people come back and add things to posts a week or month later. We don't want to prevent...

  • RE: Open Source Challenge

    I'm sure I've made some ridiculous statements, with probably more to come, but I'm not sure this is one of them.

    Porting costs are high and they subsantially impede the move...

  • RE: Old Upgrades

    Tend to agree with some of the research comments. If I had to get something done this week or next, I'd just buy a new server. However since I have...

  • RE: Old Upgrades

    Thanks for the comments. Someone sent me this link: http://www.thisoldstore.com, if anyone else is in the same situation.

    I'm thinking that I might move this box into the dev/test area with...

  • RE: How to move DTS schedule without copying msdb?

    No good way to move DTS packages. You could probably script something to open and save on the new server, but might be as quick to just open and...

  • RE: Assessing Internal & External Fragmentation

    Not sure about the internal fragmentation. I think that depends on a per-table basis since your index keys will be of widely varying widths.

    For external fragmentation, I think your script...

  • RE: New database project

    There is no best place. Depending on the project, you need to hire a DBA or a consultant to help with this.

    I'd look for someone that's done work in your...

Viewing 15 posts - 32,911 through 32,925 (of 39,740 total)