Forum Replies Created

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

  • RE: SELECT returns different results due to login

    you guys/gals (sorry cant tell =) are completely right! i went under EM, looked under objects and there it was..two objects with 2 different owners! good catch ppl, now i...

  • RE: cast varchar as datetime

    Hi 5409045121009,

    I tried the function you mentioned, and modified it a little so that it gave me the whole string and it worked.

    CREATE FUNCTION MyStrip1(@v varchar(50)) RETURNS Varchar(50) AS...

  • RE: cast varchar as datetime

    ooh ok, but i need every single character so trimming off the FRI wouldnt work.

    still have to try the other method above..keep ya posted..thx

  • RE: Increasing Max Server Memory on the fly

    And no need to restart SQL services as well?

  • RE: Selecting data within data

    Thanks winash! I actually just modified it a little since it captured the first '-' in the result set:

    Select Substring(email,charindex('-',email)+1,Charindex('-',email,Charindex('-',email)+1)-charindex('-',email)-1)

    from matttest

    That removes both '-' from the results..thanks again!

  • RE: Selecting data within data

    I did but the problem with that is that it also requires a length and as you can see from the two sets above, the length will vary..unless there is...

  • RE: How to get sql server agent running

    What program is this that allowed you to install sqlagent.exe as a service?

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