Viewing 15 posts - 16 through 30 (of 162 total)
Thanks all.
GSquared, that's perfect. It is a field in a table storing XML, not a single XML doc that I'm working with. That probably would have been my next question,...
December 11, 2012 at 9:32 am
Well that certainly works, if I remove the record from T2 I get all records from T1, and if I put it back in I only get the one record...
June 18, 2012 at 4:32 am
What im trying to say is....
When T2 has no records, bring back all records from T1, else if T2 does have a records - only bring back records from T1...
June 18, 2012 at 4:10 am
Ok great. Thanks for the quick reply.
Cheers
Nick
April 16, 2012 at 9:10 am
Thanks.
So essentially what this means is that (if my understanding is correct) by not provisioning a certificate and just setting FORCE ENCRYPTION ON - that we're using a self...
March 9, 2012 at 3:08 am
John Mitchell-245523 (12/16/2011)
December 16, 2011 at 5:06 am
UPDATE A
SET foreginer='yes'
FROM table1 A
INNER JOIN table2 B
ON A.PersdonalID = B.PersonalID
WHERE B.Nationality!='American'
December 16, 2011 at 4:05 am
Great article, thanks for the link 😀
December 13, 2011 at 4:09 am
I regularly look at our index usage stats (we rarely restart our production server) and on occasion identify what would appear to be an unneeded (either never used or maintenance...
December 12, 2011 at 9:37 am
I did see that post, but the msg we're getting out the application is:
System.InvalidOperationException:
Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may...
December 1, 2011 at 4:30 am
Hi, no the server stayed up (and is still up) and is responding fine. We've not applied any updates.
December 1, 2011 at 3:54 am
You could try using one of the many "udf_Split" type functions that are freely available on the net, prob on here, and then once the string is split into rows...
November 30, 2011 at 6:33 am
Does the "nolock" table hint you're using in the select statement negate the isolation level in this case?
November 29, 2011 at 7:14 am
Is the update on table 2 part of a transaction that also looks at table1?
November 29, 2011 at 4:54 am
If you want to see whats running now, just run [sp_who2 'Active'] and look at the STATUS and CPU etc. To see whats been taking a while to run previously,...
November 29, 2011 at 3:53 am
Viewing 15 posts - 16 through 30 (of 162 total)