Viewing 8 posts - 1 through 8 (of 8 total)
ScottPletcher (8/29/2014)
j_depp_99 (8/29/2014)
Msg 207, Level 16, State 1, Line 8
Invalid column...
August 29, 2014 at 9:42 am
ScottPletcher (8/28/2014)
Edit: The WHERE conditions on your original query caused the LEFT JOIN to become a de...
August 29, 2014 at 8:12 am
USE tempdb;
GO
/* Test data */
WITH SYNCHMESSAGE (M_KEY,M_MSG) AS
(
SELECT
M_KEY
,M_MSG
...
August 29, 2014 at 6:44 am
thanks much for your response. Testing it now but not sure about the variable. What does this represent? ?
Msg 207, Level 16, State 1, Line 8
Invalid column name 'KEY'.
Msg...
August 29, 2014 at 6:30 am
Is there a way to set your column width to fixed positions so that one is not taking most of the space?
June 9, 2014 at 3:06 pm
I made the changes as far as the clustered and non-clustered indexes and the data field types. Just restarted everything and wasn't too long before I got the timeout...
September 27, 2011 at 10:13 am
wow you guys are awesome in response times:
so here goes -- I have less than 2 years experience so forgive the odd errors in design.
- The MD5 hash key was...
September 24, 2011 at 10:36 am
Thanks to everyones responses..
- I can only insert one record at a time since I need to know whether that record already exists in my DB table before I write...
September 23, 2011 at 4:01 pm
Viewing 8 posts - 1 through 8 (of 8 total)