Forum Replies Created

Viewing 15 posts - 46 through 60 (of 86 total)

  • RE: datetime2 and Excel

    Funnily enough if I copy the results directly from SSMS to Excel the datetime2 coumn is fine and I can format the dates.

    I can't see why this wouldn't be the...

  • RE: datetime2 and Excel

    It's more an issue of we asked the developers to use datetime2 going forward. The precision isn't really an issue.

    It looks like we'll be having another discussion on datetime vs...

  • RE: datetime2 and Excel

    Its annoying because it means we'd have to cast or convert every datetime2 date that could appear on the spreadsheet(s).

    The developers will argue it'd be quicker to change the data...

  • RE: Best laptop to buy for sql server environments

    Ok thanks for the advice.

    I'll bear that in mind when I make my choice.

  • RE: Best laptop to buy for sql server environments

    Yeah I've been looking at a minimum of 16Gb for RAM. Ideally I'll get an SSD as well.

    I don't mind paying decent money for something. I just don't want to...

  • RE: Linked server issue

    I managed to get this working from this post

  • RE: Linked server issue

    Thanks Adi.

    Are you able to provide the link?

  • RE: Waiting tasks

    Ah ok. Thanks for the tip and I'll bear that in mind.

  • RE: Waiting tasks

    I did try that but the number of processes shown never seems to correspond to the number in the overview panel.

  • RE: Waiting tasks

    That isn't what I mean.

    In the overview panel there is a graph showing 7 waiting tasks. I'm trying to find out how I can identify these 7 tasks.

  • RE: Waiting tasks

    Looks like sys.dm_os_waiting_tasks is what I need.

    Is there something I have to filter on to return the specific tasks indicated by Activity Monitor?

  • RE: Date issue

    Yeah I think you're right.

    Thanks for your help on this.

  • RE: Date issue

    Ok I see what you mean now.

    At the moment it looks like a re-install.

  • RE: Date issue

    Should I not be able to use:

    EXEC sp_configure 'default language', 23

    RECONFIGURE WITH OVERRIDE

    This doesn't appear to work though.

  • RE: Date issue

    The login is set to British English.

    I just added a note to my previous post to say that if I run sp_helplanguage @language = @@LANGUAGE, the name of the language...

Viewing 15 posts - 46 through 60 (of 86 total)