Viewing 15 posts - 4,501 through 4,515 (of 11,678 total)
What do you want exactly with the "last week"?
The week number? The first day of that week? The first and the last day of that week?
October 15, 2013 at 2:19 pm
One of these days I'll have to learn how to use CROSS APPLY. 😀
October 15, 2013 at 1:54 pm
yogi123 (10/15/2013)
I Try Your Query but did not work for my needCan You please try this and send me Query.
That will be great help for me
Thanks for Help
That's because I...
October 15, 2013 at 1:35 pm
timscronin (10/15/2013)
October 15, 2013 at 1:30 pm
timscronin (10/15/2013)
is there a choice to keep the identity value ?
Meaning? Can you give an example?
October 15, 2013 at 1:24 pm
Larry Johnson-473989 (10/15/2013)
October 15, 2013 at 1:24 pm
Seems a bit like homework.
I didn't test the query because you didn't provide table DDL and sample data, but this might be a step in the right direction:
SELECT
Result = CONVERT(VARCHAR(5),TempResult)...
October 15, 2013 at 1:21 pm
In the OLE DB Destination, you can check the "Keep identity" property.
A simple data flow transfering data from one server to the other should suffice.
October 15, 2013 at 1:06 pm
Seems you are getting some sort of time out exception on the webservice?
October 15, 2013 at 12:59 pm
Ah, it's an expression. That should've been worth mentioning.
"\" " + (DT_WSTR, 4) @[User::ID] + " \" > log.txt"
October 15, 2013 at 6:04 am
OK, now add > log.txt to the arguments.
"\" " + (DT_WSTR, 4) @[User::ID] + " \"" > log.txt
This will create a file called log.txt with the output of Report.exe in...
October 15, 2013 at 5:25 am
What are the commandline arguments you specified in the Execute Process task?
October 15, 2013 at 5:10 am
Maybe you should use unicode? (the nvarchar data type)
October 15, 2013 at 4:40 am
venkat113 (10/15/2013)
Note:Job is created long time it...
October 15, 2013 at 3:19 am
You'll need to read the first line of the file (easiest way is a script task), get the individual column names and create a dynamic CREATE TABLE statement using those...
October 15, 2013 at 2:57 am
Viewing 15 posts - 4,501 through 4,515 (of 11,678 total)