Forum Replies Created

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

  • RE: Joining two columns to same table - heads-cratcher

    Hi,

    Its working perfectly 🙂

    I must have had a brain freeze! I tried exactly that earlier on but was getting duplicate results (in other words I was doing something stupid and...

  • RE: SQL query to fill RAM?

    Just a shot in the dark...

    What if you run a bunch of inserts into a dummy table (you can work out how may) with a BEGIN TRANSACTION but no commit....

  • RE: Service Broker Error... The certificate's private key cannot be found

    well, it looks like I solved it... all I needed was a good night sleep 🙂

    Turns out that my Route for Service2 was using the sending service instead of the...

  • RE: Another sp_who3

    The indentation uses some weird characters. In my case I pasted it into an advanced text editor and they came up with question marks. I just replaced the question marks...

  • RE: SQL 2000 server locking up

    Thanks, I will get our guys to contact Microsoft for this.

    dematerialising the views is possible as a last resort, but I would prefer that we didnt as it would have...

  • RE: SQL 2000 server locking up

    Thanks George,

    I will get SP4 installed and take it from there.

    You are also correct, the system is generating dump files, but I do not know how to analyze them.

    I know...

  • RE: Find Mismatched Views and Stored Procs

    Rich.Gamble (7/15/2008)


    Provided script failed to create sp_utl_FindMisMatchedObjects in SQL Server 2005 with the following error:

    Msg 4145, Level 15, State 1, Procedure sp_utl_FindMisMatchedObjects, Line 26

    An expression of non-boolean type specified in...

  • RE: Execution plan for Stored procedure

    Thanks for the input Noel, Ill read up on that.

    Kudla, the parameters are sometimes the same, and somethimes not the same. made no difference in this case.

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