Forum Replies Created

Viewing 7 posts - 16 through 22 (of 22 total)

  • RE: Long, complicated problem (SQL Svr 7)

    I may have mis-read this but...

    Can you not join the CRM and your snapshot tables selecting only Comp_id and use the where clause to exclude matched records.

    Something like...

    SELECT Comp_ID

    FROM CRM...

  • RE: Why dateadd() creating problem

    Am I missing something or is the question that the query doesn't run because the exec is stated incorrectly? When I run the code, admittedly with my exec stated...

  • RE: Updating 2 SQL Server databases at the same time

    If the databases are the same, and therefore the stored procedures are also the same, depending on the complexity of you application model (i.e. n tier architecture) you could simply...

  • RE: weekly report

    Frank and jpipes, my post wasn't at all disrespectful or implying that it was a silly question. I agree that 'The only poor question is the one not asked'. I...

  • RE: weekly report

    Hopefully though, you're not working on a production system. With all due respect, if you're asking a question as simple as this you shouldn't be playing with business critical...

  • RE: sql statement - please help!

    I have a UDF that allows us to select a single value or a range. It does away with the need for executing dynamic strings. It only works for numeric...

  • RE: Find transaction history

    This is something I've been trying to do for a while. The best solution I've come up with is an audit table.

    I've looked at writing apps that don't...

Viewing 7 posts - 16 through 22 (of 22 total)