Viewing 15 posts - 1 through 15 (of 89 total)
parulprabu (10/3/2013)
By mistaken two times posted the same.
Thanks for the CTE, I'll give that a go π
October 3, 2013 at 9:20 am
Koen Verbeeck (10/3/2013)
October 3, 2013 at 3:29 am
Koen Verbeeck (10/3/2013)
Which version of SQL Server?
2008R2
October 3, 2013 at 2:50 am
Koen Verbeeck (10/3/2013)
To get some decent answers, it might help if you post table DDLs, sample data and desired output.
Attached is a sample data set from excel, that I'm creating...
October 3, 2013 at 2:25 am
Koen Verbeeck (10/3/2013)
J39L4753 (10/3/2013)
Column A = PersonID
Column E = DateOfAppt
Column L = is the column that...
October 3, 2013 at 1:29 am
Sorry forgot to add that A8, A9 E8, E9, L8 are cell rows within Excel
Column A = PersonID
Column E = DateOfAppt
Column L = is the column that I will use...
October 3, 2013 at 1:14 am
Gazareth (5/8/2012)
SELECT CASE WHEN EXISTS(subquery) THEN...
There are some situations you can't use it (e.g. in a group by clause IIRC), but SQL should tell you quite clearly in...
May 8, 2012 at 6:16 am
I need to be able to Insert or Update the fields depending on what the source table has done.
January 13, 2012 at 8:15 am
The MERGE has been working very well now, which is great π
One thing I do have a question on is this
I get this error below
Msg 8672, Level 16, State 1,...
January 13, 2012 at 7:16 am
SQL Kiwi (1/9/2012)
January 10, 2012 at 3:08 am
jez.lisle (1/9/2012)
John Mitchell-245523 (1/9/2012)
January 10, 2012 at 2:51 am
Dev (1/9/2012)
January 9, 2012 at 4:41 pm
Dev (1/9/2012)
Any reasons for executing a job on Linked Server? Does the job work per expectations on Local Server (where it is created)?
Yes, because the Linked Server has...
January 9, 2012 at 9:24 am
John Mitchell-245523 (1/9/2012)
January 9, 2012 at 9:19 am
Viewing 15 posts - 1 through 15 (of 89 total)