Forum Replies Created

Viewing 15 posts - 4,186 through 4,200 (of 8,761 total)

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (12/22/2015)


    Sorry to interrupt a valuable discussion on posters, but I need some sympathy.

    Cancer cat (Formerly had a sarcoma removed) now needs to go back in for some surgical...

  • RE: Error executing xp_cmdshell in 32 bit env

    jayaprabhalnt (12/22/2015)


    Got it. It is working now.

    Thanks

    Jayaprabha

    Good stuff, care to share the solution?

    😎

  • RE: Getting analysis sums for each row in a table

    stevennjuki (12/22/2015)


    Hello,

    I am able to get various totals summed up from varying row numbers of this table

    CREATE TABLE [dbo].[tb_a]([cl_t][datetime] NOT NULL ,[cl_a][decimal](18,5) NOT NULL) ON [PRIMARY]

    like this...

  • RE: Are the posted questions getting worse?

    Michael L John (12/22/2015)


    Eirikur Eiriksson (12/22/2015)


    GilaMonster (12/22/2015)


    Eirikur Eiriksson (12/22/2015)


    One recent poster kept asking over and over again why he was getting an error whilst trying to do something he'd already...

  • RE: Are the posted questions getting worse?

    GilaMonster (12/22/2015)


    Oh that one. I saw it before it went off the rails and decided I didn't want to get involved.

    Still, it's working so it can't be impossible... *angel*

    Crossing the...

  • RE: Data

    sharonsql2013 (12/22/2015)


    Hi,

    I am trying to compare two columns but looks like its a data issue

    One column as data like "Team Leader - XYZ" and second one has "Team Leader-XYZ"

    Is there...

  • RE: Are the posted questions getting worse?

    GilaMonster (12/22/2015)


    Eirikur Eiriksson (12/22/2015)


    One recent poster kept asking over and over again why he was getting an error whilst trying to do something he'd already been told was impossible, had...

  • RE: How to I getr around the \ issue

    ScottPletcher (12/22/2015)


    Edit: Not at all "moving the goalposts". The only reason for the rule is the issue it causes if you get the type wrong, as I stated many...

  • RE: Error executing xp_cmdshell in 32 bit env

    patrickmcginnis59 10839 (12/22/2015)


    Eirikur Eiriksson (12/21/2015)


    jayaprabhalnt (12/21/2015)


    I am getting the same error in the local server also.

    I guess I am missing a quote somewhere.

    please help.

    Thanks

    jayaprabha

    The problem is that xp_cmdshell can only...

  • RE: How to I getr around the \ issue

    ScottPletcher (12/22/2015)


    Lynn Pettis (12/22/2015)


    ScottPletcher (12/22/2015)


    Lynn Pettis (12/22/2015)


    ScottPletcher (12/22/2015)


    Lynn Pettis (12/22/2015)


    ScottPletcher (12/22/2015)


    Of course when scanning the whole table the difference may be rather minor. It's the prevention of seeks that...

  • RE: Are the posted questions getting worse?

    Ed Wagner (12/22/2015)


    Phil Parkin (12/22/2015)


    Sean Lange (12/22/2015)


    Lynn Pettis (12/22/2015)


    Silver Spoon really doesn't seem to care about learning anything. Just the answer, that's all he is interested in.

    I really hope...

  • RE: How to I getr around the \ issue

    ScottPletcher (12/22/2015)


    Eirikur Eiriksson (12/22/2015)


    My bad in the post before on the conversion, sorry about that.

    😎

    My point is that incorrect typing and implicit conversions do cause problems, I've lost count of...

  • RE: Calculating a Year Number and Sequence number using a date field

    Piling on Chris's and Jeff's good points, no need to persist that number, easily done in a query.

    😎

    Some sample data

    USE TEEST;

    GO

    SET NOCOUNT ON;

    IF OBJECT_ID(N'dbo.tblVisit') IS NOT NULL DROP TABLE dbo.tblVisit;

    CREATE...

  • RE: How to do IN statement as a parameter

    Jeff Moden (12/20/2015)


    Interestingly enough, I think that anyone passing 100K parameters to a stored procedure is 1) doing something wrong or 2) doing something really wrong. 😀 There...

  • RE: Alternative to EAV model

    Bhushan Kulkarni (12/21/2015)


    Hi,

    In our project, we have requirement such that user can set user defined properties for Entities- these properties will be dynamic.

    So we implemented it using EAV model.

    Base table...

Viewing 15 posts - 4,186 through 4,200 (of 8,761 total)