Viewing 15 posts - 61 through 75 (of 85 total)
Anthony - The langauge for the instance is already set to British English, as it is on the server that doesn't have the issue.
That is what confused me. I can't...
July 3, 2012 at 3:33 am
I'm afraid I need to change it at the instance level if possible.
The SQL code is wrapped in an app I don't have access to.
July 3, 2012 at 3:25 am
Thanks for the info.
I can now see that the date format is different. The server with the issue has a format of mdy where as the one that is ok...
July 3, 2012 at 3:02 am
Not sure I know enough about the first option you suggested but I'll have a look into it anyway.
Thanks again for the info
June 25, 2012 at 6:27 am
Hi Gail,
Thanks for your reply.
I'm going to have to repair it and have the page discarded as it's in simple recovery mode. This isn't a massive issue but I was...
June 25, 2012 at 5:11 am
Ok thanks for the info. We use RedGate Monitor but I find it very limiting and sometimes you can't trust the metrics.
V3 looks a lot better but I'm keen to...
March 8, 2012 at 7:55 am
Anthony,
I have been looking into creating some kind of DBA dashboard using SSRS so I was curious as to what sort of things you were looking to monitor in the...
March 8, 2012 at 4:18 am
Ok I never thought about using a CTE to accomplish this.
Again this looks perfect for what I need. At the moment I only have a couple of reporting periods but...
August 11, 2010 at 1:56 am
Ok I seem to be getting correct figures now so thank you LutzM. I just have one last question. At the moment the query returned will be something like the...
August 10, 2010 at 7:42 am
Sorry if the data I supplied had a few issues. I did this in about 5 minutes amongst doing a million other things! Next time I'll take more care.
LutzM -...
August 10, 2010 at 4:01 am
Sorry about the delay in replying but here is some sample data and the tables with only the fields I'm referencing:
CREATE TABLE #CASES
(
CASEID INT,
IRN CHAR(20),
CASETYPE CHAR(1),
PROPERTYTYPE CHAR(1),
COUNTRYCODE CHAR(2),
CASECATEGORY CHAR(1),
SUBTYPE CHAR(2)
)
INSERT...
August 5, 2010 at 1:18 am
I'm little reluctant to post some actual data on here because its pretty sensitive. But here is the definitions of the tables i'm using.
Cases table:
CREATE TABLE [dbo].[CASES](
[CASEID] [int] NOT NULL,
[IRN]...
August 4, 2010 at 1:26 am
Here is the query which makes up my view:
SELECT
C.IRN AS [IRN],
C.CASETYPE AS [CASETYPE],
C.PROPERTYTYPE AS [PROPERTYTYPE],
C.CASECATEGORY AS [CATEGORY],
C.COUNTRYCODE AS [COUNTRYCODE],
C.SUBTYPE AS [SUBTYPE],
P.BASIS AS [BASIS],
CE.EVENTDATE AS [-16DATE],
CE1.EVENTDATE AS [-4DATE],
CE2.EVENTDATE AS [-400DATE],
CE3.EVENTDATE AS...
August 3, 2010 at 3:22 am
Thanks for your reply.
I see what you mean so I think I may have to thinkabout how I'm doing this. The view I'm querying to get the data has multiple...
August 3, 2010 at 3:08 am
Out of interest what did you change?
I think I may have solved this anyway. The user in SQL had a language of British English set. It seems to be working...
May 26, 2010 at 3:18 am
Viewing 15 posts - 61 through 75 (of 85 total)