Viewing 15 posts - 46 through 60 (of 86 total)
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...
December 17, 2012 at 8:28 pm
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...
December 17, 2012 at 7:49 pm
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...
December 17, 2012 at 7:39 pm
Ok thanks for the advice.
I'll bear that in mind when I make my choice.
December 5, 2012 at 3:02 pm
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...
December 4, 2012 at 3:01 pm
I did try that but the number of processes shown never seems to correspond to the number in the overview panel.
July 13, 2012 at 2:34 am
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.
July 13, 2012 at 2:28 am
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?
July 12, 2012 at 9:01 am
Ok I see what you mean now.
At the moment it looks like a re-install.
July 3, 2012 at 4:30 am
Should I not be able to use:
EXEC sp_configure 'default language', 23
RECONFIGURE WITH OVERRIDE
This doesn't appear to work though.
July 3, 2012 at 4:16 am
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...
July 3, 2012 at 3:39 am
Viewing 15 posts - 46 through 60 (of 86 total)