Viewing 15 posts - 16 through 30 (of 94 total)
Hi, yeah I just tried that and it works if I include the specific AND p.dbPatCnt = 9678 but the query just runs for ever without it.
March 24, 2015 at 8:51 am
I've tried this - just on one dbpatcnt = 9678 and it brings back 12 rows all with different LastVisitDate and LastVisitDesc. What I require is for the sql to...
March 24, 2015 at 8:28 am
thanks.
adding just that Cross Apply code to the bottom of my existing where statement brings back the same lastvistdate and lastvisitdesc for all rows.
I think I need to be able...
March 24, 2015 at 8:18 am
Thanks for a lot of useful info guys.
In the end I deleted all data everywhere that had clientref = 'PRE' then re sync'd and it now works ok.
March 21, 2015 at 9:51 am
Hi twin.devil,
they sound like good suggestions but..
check the execution plan - how?
recompile option with timeout query - how?
statistics properly updated - how?
check if index is fragmented - how? - I'm...
March 20, 2015 at 1:56 am
just to add to this post, I'm using Azure sql server.
Not sure how to view the server logs on azure sql server compared to local servers through SSMS.
thanks,
March 19, 2015 at 11:40 pm
thanks. actually ended up using a much simpler solution in the end where I didn't need to use DATEPART.
March 3, 2015 at 10:04 am
is there a sql command that displays special chars as well, so if a do a select it will display the whole field not just visible text and white spaces...
February 12, 2015 at 9:31 am
trimming on both sides of the join hasn't made any difference
February 12, 2015 at 8:57 am
Hi thanks for the reply,
so your suggesting using the trims on both in the where clause/join? do trims work in the where/join?
I'm not able to amend the data that's...
February 12, 2015 at 8:55 am
I forgot to mention in my question about whether to install 32 or 64 bit 2008 r2 that I was talking about the EXPRESS edition (with adv services).
So it turns...
December 8, 2014 at 2:40 am
It turns out that for a ss 2005 upgrade to ss 2008 r2 on a 64 bit for EXPRESS editions you need to use the ss 2008 r2 32 bit...
December 7, 2014 at 12:19 am
Just an update to this. When I ran the upgrade it DIDN'T ask me to select an instance (ie the 2005 instance)
December 6, 2014 at 11:34 pm
Seems like 64 bit is the way to go
December 6, 2014 at 11:02 pm
Ah, simply google sorted that out - SELECT @@VERSION.
December 6, 2014 at 3:15 am
Viewing 15 posts - 16 through 30 (of 94 total)