Viewing 15 posts - 271 through 285 (of 471 total)
Hi Gail
The linked servers are using an account with SysAdmin privileges. It's a SQL-only login.
I'll alter the WHERE clause with your suggestion.
Unfortunately, the SP is...
July 21, 2017 at 4:59 am
Hi Eirikur
Here's the query (it's a basic SELECT for now):-SELECT
[ECAttendanceLocalID] = ra_m.AccountNumber
,PatientLocalID = hr_mrn.PrefixMedicalRecordNumber
,DiagnosisSeqID = COALESCE(dp.SortOrder,dp2.SortOrder)
,ProblemInstanceID = COALESCE(dp.ProblemInstanceID,dp2.[ProblemID])
,SnomedDesc = COALESCE(mpp_m.Name,mpp_m2.Name)
,UkProblemCondition...
July 21, 2017 at 4:23 am
Hi Gail
Here is the execution plan for the query.
I'll post the stored procedure one when it eventually finishes.
I can let you have the estimated one...
July 21, 2017 at 4:04 am
Hi all
Thought I'd resurrect this thread rather than starting a new one.
I've managed to find a script to download all the .rdl files and the associated...
June 30, 2017 at 8:16 am
I'd like something simple.....
I found a mis-spelling in a table name and I tried to use F2 to rename the field to the correct spelling.
As the table was...
June 26, 2017 at 2:08 am
No, we decided against AD groups as it would get complicated.
We've got a few cubes and users have different rights in each one.
There are 6 roles just for...
May 22, 2017 at 6:29 am
I hadn't thought of that so I'll have a look.
How would that work if we need to make changes to the cube and deploy without changing roles/members?
May 19, 2017 at 1:48 am
We've got Business Intelligence edition on 2012 but the data can span several months (although we could partition it by year).
I'll see what we can do with partitions.
Thanks...
May 18, 2017 at 2:05 am
Another question (that's vaguely related to this...)
Let's say we have a virtual server that's got 64 cores in total and we want to install 4 instances of SQL...
April 27, 2017 at 4:44 am
Thanks Gail
I'll get onto our server team and ask them to sort the sockets/cores so we can use the lot.
April 25, 2017 at 3:27 am
Thanks both
Just one more question....
Will it be easier/better (in order to use all the cores) to:-
1) sort out the cores on the VM (and give each...
April 25, 2017 at 2:29 am
Hi Gail
Have you got a link to where I can find this infor for other versions please?
April 25, 2017 at 2:11 am
We're deliberately setting ours up as case-sensitive.
Our main application is case-sensitive for the databases and a few associated bits and pieces so we're making any new servers that use...
April 24, 2017 at 8:48 am
Problem solved!!!
There was nothing wrong with the connection string at all (apart from the tinyest of typos).
This line:-
CurrentDb.QueryDefs("DataBaseList").Connect = "ODBC;DRIVER=SQL Server;SERVER=" & server & ";DATABASE=Master"
April 24, 2017 at 4:59 am
Viewing 15 posts - 271 through 285 (of 471 total)