Forum Replies Created

Viewing 15 posts - 121 through 135 (of 259 total)

  • RE: Asterisk in varchar field

    Dang! Not only did Eugene beat me, he corrected the rest. His code is correct.

  • RE: Asterisk in varchar field

    I think what OP is looking for is double single-quotes as opposed to just single quotes or double quotes

    ''*''

    instead of

    '*'

    or

    "*"

    Produces the following result:

    [PERFORMINGPROVIDERID]=COALESCE(NULLIF([PERFORMINGPROVIDERID],'),NULLIF([PERFORMINGPROVIDERNPI],'),NULLIF([BILLINGPROVIDERNPI],'),REPLICATE('*', 10))

    Is that correct?

  • RE: Crazy Interviews

    Adi Cohn-120898 (8/14/2012)


    Few years ago I've had very strange interview. I was asked all kind of strange questions that had nothing to do with my ability to work as...

  • RE: want to know which stored procedures are being run most often

    Extended Events, Profiler traces and querying the DMVs are all probably better options but I just wanted to mention for all the noobs out there that there is also a...

  • RE: Crazy Interviews

    I got a job at a marketing company in Soho, London. They didn't mention it in the interview but they expected me to handle any network issues too! I got...

  • RE: Crazy Interviews

    You could have the best interview in the world, they can show you amazing things but it could be a simple illusion (been there) or it could be the other...

  • RE: SQLIO Disk Testing

    I think it is straightforward from the doc.

    You need something like this:

    J:\testfile.dat 2 0x1 1000

    K:\testfile.dat 2 0x2 1000

    L:\testfile.dat 2 0x3 1000

    M:\testfile.dat 2 0x4 1000

  • RE: Crazy Interviews

    Never take the first impression as the absolute truth

    I'm going to have to disagree. Interviews and first dates are very similar. In order to avoid wasting everyone's time...

  • RE: Best Strategy to Create a Million Files using SSIS

    Phil Parkin (8/13/2012)


    This is quite an unusual requirement - do you mind expanding a little on the reasons behind it?

    I feel like maybe OP misunderstood the requirement? Maybe the request...

  • RE: One restore or many, many restores

    Had I seen this thread without the already great replies my initial instinct would still be the same as yours. Take the full backup first. As others have...

  • RE: Using the Konesans File Watcher Task in SSIS to Process Data Files

    This looks neat but I have 1 question. Please pardon my ignorance as I've never used a 3rd party Task object in SSIS. Say I develop a package...

  • RE: SQL Tool that integrates into Notepad++

    That looks more like an IntelliSense type product that happens to work with several editors including Notepad++. Not sure if that's what the OP had in mind or not....

  • RE: UPDATE when the values are the same

    I think what you mean is if you have a data set like this:

    CREATE TABLE USERS ( TYPEID INT,USERNAME VARCHAR(30),)

    INSERT VALUES (1,'JSMITH')

    INSERT VALUES (2,'JDOE')

    INSERT VALUES (1,'ASMITH')

    and you do something like...

  • RE: SSMS 2012 standalone download

    This is how it's worked since at least SQL Server 2000. I have worked with SQL Server 7 but I never did any installs in those days so I'm...

  • RE: Are the posted questions getting worse?

    Thank you Tom. Now that I've had a chance to get over the initial shock I can see your response is more in line with what I think the...

Viewing 15 posts - 121 through 135 (of 259 total)