Viewing 15 posts - 46 through 60 (of 76 total)
Hi Ron,
Great article! But I wasn't able to open the "SQL Server Instance Health Monitoring Tool" article. Can you give the the correct link?
Regards!
October 24, 2012 at 7:39 am
Thanks for your comments! π
GilaMonster, thanks for the link! Great article!
August 25, 2011 at 9:25 am
Thanks.. that could be the problem. Meanwhile i've chechek and the referenced support file '0gi5cdu2.chm' exists and it is not corrupted..i can open it and see the contents..
June 7, 2011 at 3:41 am
Try this:
UPDATE T1
SET
T1.column4 = T2.column4,
T1.column5 = T2.column5,
T1.column6 = T2.column6
FROM
table1 T1 inner join table2 T2
on table1.ID = table2.ID
June 2, 2011 at 11:56 am
Yes, it's an encoding issue. Thanks for the tips! π
May 25, 2011 at 2:08 am
Well, i get this for the both options:
column_nameascii_number
n?mero 63
nΓΊmero 250
I'm supposing this is because the way...
May 24, 2011 at 2:09 pm
Yes, the database collation are the same: latin1_general_CI_AS.
May 24, 2011 at 1:18 pm
Yes, i'm looking for the CPU, memory requirements.
Each user runs the application that could perform 1 more complex query (a search in database in 2, 3 tables with several and...
March 10, 2011 at 4:22 am
GSquared,
Thanks for your opinion. π
March 9, 2011 at 12:42 pm
You are right, HL7 is complex.. I will try to parse messages in c# language.
Thanks
March 9, 2011 at 11:54 am
Great, thanks!
January 18, 2011 at 4:21 am
Viewing 15 posts - 46 through 60 (of 76 total)