Viewing 15 posts - 16 through 30 (of 65 total)
Eirikur Eiriksson (10/6/2014)
😎
USE tempdb;
GO
SET NOCOUNT ON;
GO
DECLARE @TXML XML = '<EventOne Date="09/22/2014" ID="12196996" InternalEventOneID="96436969" xmlns:reslib="urn:reslib">
<EventOneDate>09/22/2014</EventOneDate>
<TimestampCreate>09/22/2014 11:37:06:413</TimestampCreate>
<Comment>Comment One!!</Comment>
<EventZ EventID="834033" EventHistoryID="375381" InternalEventID="4843699"...
October 7, 2014 at 6:18 pm
<EventOne Date="09/22/2014" ID="12196996" InternalEventOneID="96436969" xmlns:reslib="urn:reslib">
<EventOneDate>09/22/2014</EventOneDate>
<TimestampCreate>09/22/2014 11:37:06:413</TimestampCreate>
<Comment>Comment One!!</Comment> ...
October 6, 2014 at 10:31 am
Koen Verbeeck (6/25/2014)
In previous versions, the error messages...
June 26, 2014 at 11:39 am
Koen Verbeeck (6/25/2014)
peacesells (6/25/2014)
Koen Verbeeck (6/25/2014)
peacesells (6/24/2014)
June 25, 2014 at 12:07 pm
Koen Verbeeck (6/25/2014)
peacesells (6/24/2014)
June 25, 2014 at 10:12 am
pietlinden (6/6/2014)
Exercise your GoogleFu skills...
Thanks. I was aware pf those links and i use scripts to create/schedule jobs all the. My only concern was...
June 7, 2014 at 1:06 am
s.ravisankar (6/6/2014)
I required query for Incremental Load of CDC using Query
are you implementing cds in ssis ? ssis 2012 comes with CDC features.
June 6, 2014 at 5:35 pm
balu.arunkumar (12/26/2013)
Hi,Can any one share study material link for CTE concepts(from basic)?
This should provide you a pretty good CTE understanding.
https://www.simple-talk.com/sql/t-sql-programming/sql-server-cte-basics/
http://www.sqllion.com/2010/08/common-table-expressions-cte/
December 26, 2013 at 1:08 pm
bangsql (12/26/2013)
try to use script task
Yup. I was more concerned about what should be in the script task.
I have been browsing and jumping around and two things come to...
December 26, 2013 at 12:58 pm
mister.magoo (12/17/2013)
December 17, 2013 at 10:03 pm
mister.magoo (12/16/2013)
INSERT INTO @T
...
December 16, 2013 at 5:07 pm
David Burrows (11/12/2013)
Why not put the values of the variables in the dynamic sql @sql before execution
The dynamic sql is pre-composed.
November 12, 2013 at 3:43 pm
mister.magoo (11/8/2013)
peacesells (11/8/2013)
SGT_squeequal (11/8/2013)
November 8, 2013 at 5:23 pm
SGT_squeequal (11/8/2013)
November 8, 2013 at 4:45 pm
PaulB-TheOneAndOnly (8/2/2013)
peacesells (8/2/2013)
DatetimeValue2=?
I need to find out DatetimeValue2 from a source table in remote server using these values and pull data between DateTimevalue1 and DatetimeValue2.
Dateime2 will...
August 2, 2013 at 3:30 pm
Viewing 15 posts - 16 through 30 (of 65 total)