Forum Replies Created

Viewing 15 posts - 91 through 105 (of 186 total)

  • RE: Linked Server question

    Here's my setup:

    My PC is in domain 'A'

    Primary SQL Server is in domain 'B'

    Linked SQL Server is in domain 'C'

    Domain C does not have any local logins, it has a...

  • RE: Linked Server question

    Hmm, had the DBA over, we added my username as a SQL Server login, and also as a Windows Authentication/trusted username...nothing works.

  • RE: Linked Server question

    Funny thing is, I DID specify my username and password, but apparently I don't have the SQL username and password created. Hopefully it's just that easy. I know ALL of...

  • RE: Linked Server question

    Thanks Lowell, I'm getting closer.

    Tried running it without the login and it told me the login failed, or something like that. So I then ran the login part and now...

  • RE: RegEx query not working

    Another question related to my problem...

    I'm trying to join 2 tables, 1 table the field I want is defined as a varchar and I want to join it to the...

  • RE: RegEx query not working

    Thanks Lutz.

    I'm guessing the 1e0 is scientific notation, but what's the 1d0?

  • RE: RegEx query not working

    Ok, I forgot about the ISNUMERIC function, but let's say that didn't exist...

  • RE: Stored Procedure to Update a 'Set' of values instead of one-at-a-time

    Great! Thanks again for another set-based solution for me, Lutz!

  • RE: Corrupt Constraints - How to get rid of

    Had a 40 minute window to run it in this morning before "business hours" and it didn't finish so I had to kill it. Will try again at my next...

  • RE: How to tune/speed up a procedure

    lmu92 (6/7/2010)


    gregory.anderson (6/7/2010)


    Funny you just asked, Lutz. Had the conversion on Saturday. Ran in 1:48. Then entire process KILLED my previous times since I was running on some really beefy...

  • RE: How to tune/speed up a procedure

    Funny you just asked, Lutz. Had the conversion on Saturday. Ran in 1:48. Then entire process KILLED my previous times since I was running on some really beefy servers. What...

  • RE: Help with Try/Catch block

    Hi Vladen, thanks for the reply.

    The tables are in different databases, but the same SQL Server Instance. There is an "Archive" database, and also an "IADS" database. I am moving...

  • RE: How to tune/speed up a procedure

    The question is: is it still required to store the successful import into PermitsInserted?

    It is still required because not ALL of the records are getting converted. There were some where...

  • RE: How to tune/speed up a procedure

    lmu92 (4/22/2010)


    Would you add the update sqlplan please? 😉

    Woops, sorry about that...

  • RE: How to tune/speed up a procedure

    Ran in 1:55 on first try.

    Here are the timings:

    SQL Server Execution Times:

    CPU time = 0 ms, elapsed time = 1 ms.

    SQL Server Execution Times:

    ...

Viewing 15 posts - 91 through 105 (of 186 total)