Viewing 15 posts - 91 through 105 (of 231 total)
But I don't get the error - wouldn't I get the error too if it was a compatibility issue?
The user who is getting the error appears to have never got...
August 22, 2014 at 4:22 am
Sorry not sure I understand you comment.
The server is Windows Server 2008 and SQL Server Management Studio information is below -
Microsoft SQL Server Management Studio - 9.00.4035.00
Microsoft Analysis Services...
August 22, 2014 at 3:45 am
Thanks guys for the help so far.
I've discovered that what I thought was a potential link actually isn't so after all your advice it's not going to help me in...
August 21, 2014 at 9:28 am
Hi,
I've exported all the dates and can't see an issue with any of them by running the following part of the script -
SELECT TEN.[tenancy-ref]
,loc.[place-ref]
,ten.[tncy-end]
,MAX(DIA.[CRT-DATE]) AS 'Actual Terminated...
July 28, 2014 at 10:32 am
Thanks John,
Definately on the right track now -
changed it slightly to -
ROW_NUMBER() OVER (PARTITION BY LOC.[place-ref] ORDER BY TEN.[TNCY-START]) RowNo
It will now increment the RowNo if...
July 9, 2014 at 9:13 am
Ahhhh for goodness sake.
Copying and pasting the UNC path would go to the location, so I thought nothing of that.
As you have spotted the database name as a space at...
June 3, 2014 at 2:32 am
Ahhh I see, I thought it was just the agent that needed access. I will changed the SQL Server Service to also use this account (but will have to do...
May 29, 2014 at 3:19 am
When I'm also logged on the management studio and I run the TSQL on the following (logged on as sql2008 user) and I run this code -
EXECUTE master.dbo.xp_create_subdir N'\\mhsmgmt01\SQL...
May 29, 2014 at 3:11 am
Got it working -
CONCAT (TEN.[tncy-sys-ref],CASE WHEN PER.[GENDER] = 'M' THEN '1'
WHEN PER.[GENDER] =...
May 27, 2014 at 6:41 am
Thanks for the reply. That's not working I'm afraid.
It's still increasing the TEN.[tncy-sys-ref] by 1 or 2 as opposed to just concatenating a 1 or a 2 at the...
May 27, 2014 at 6:28 am
Looks like it's linked to my Rebuild Index Task.
Everytime I run it - the database balloons in size.
Via the GUI I have the Change Free space per page to...
April 7, 2014 at 9:27 am
So - I've got it working with some help here -
This may be the long way round of doing it - but I've left the Transaction Date and Transaction Time...
March 19, 2014 at 3:11 am
Viewing 15 posts - 91 through 105 (of 231 total)