Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Job running every minute

    I know this is SQL Server Central but another solution would be a script of some sort that runs on the target machine that monitors the file to see if...

  • RE: how to update a table using update clause

    Thanks Deepak, I wasn't questioning you answer, just giving the OP another option and explaining to them why they got the error message. Without more info from them on what...

  • RE: how to update a table using update clause

    The reason it is giving you the error is because you are trying to assign multiple values to a single row. If you run the SELECT statement by itself you...

  • RE: Insert error

    It's been a week, did you get this solved?

    If not, it could still be permissions since they (the application and SSMS) are being run as different users.

  • RE: Table partitionong in SQL 2005

    At first glance, yes, 25 million records sounds like a lot, but, and I hate to put it this way but that depends on record size and the actual size...

  • RE: Table partitionong in SQL 2005

    Is the query slow all the time? I'd start with running the query that running slowly in SSMS and showing the actual execution plan when it completes. That right there...

Viewing 6 posts - 1 through 6 (of 6 total)