Viewing 12 posts - 1 through 12 (of 12 total)
Thanks Mark! That was super quick on the uptake ++
Works perfectly too, based on my example. Much appreciated 🙂
May 29, 2013 at 4:34 am
The following page on Microsoft connect explains this behaviour:
http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=295301
If you believe that it should be changed, then you can always rate it!
August 5, 2008 at 9:43 pm
Matt,
I bet you had a dollar for every time someone said: "One more..."
If you could, please send one more to me too: bemunted@gmail.com
We're doing a migration to a 2005 cluster...
April 6, 2008 at 6:29 pm
and this little checklist I came across by accident moments ago is a nice summary:
http://www.sql-server-performance.com/articles/clustering/clustering_best_practices_p1.aspx
January 8, 2008 at 9:48 pm
I particularly like this article:
It details how to make sure you have redundant everything and explains how to seperate your cluster resources into the appropriate groups for maximum availability (and...
January 8, 2008 at 8:29 pm
Hi Neil,
This will most likely be due to the recovery option you have selected when you reconfigured log shipping. You need your log shipping setup in Standby mode which will...
January 7, 2008 at 10:49 pm
that's the eternal trade off isn't it - security vs performance...
You can set encryption per protocol from
Go to Configuration Tools -> SQL Server Configuration Manager
Go to Network Configuration
Right...
December 20, 2007 at 3:40 pm
Hi,
This is normally related to not having the correct permissions for the AD account on the SQL Server or attempting to login with the wrong account.
Check this kb article:
December 19, 2007 at 5:29 pm
Hi,
I think you'll find that all client/server communications are encrypted by default.
Check out "Native Encryption" in the product overview article: http://www.microsoft.com/technet/prodtechnol/sql/2005/overview.mspx
Cheers,
NathanM
December 19, 2007 at 5:17 pm
GavinB noticed that the timestamp column was different in easch row and we've now realised it's some history information - so the joins were working properly!
!!
November 4, 2007 at 10:46 pm
Your query looks good to me...
Get the patient information,
return the title (LEFT JOIN TITLE),
return the teamname (LEFT JOIN TEAM),
There are a lot of joins though which could be...
November 4, 2007 at 10:25 pm
Viewing 12 posts - 1 through 12 (of 12 total)