Viewing 15 posts - 5,881 through 5,895 (of 11,678 total)
L' Eomot Inversé (2/13/2013)
GilaMonster (2/13/2013)
February 14, 2013 at 12:03 am
This question could've been better if the question asker realized there are more than one countries in the world.
February 13, 2013 at 1:43 am
Interesting question, thanks.
February 13, 2013 at 1:37 am
GilaMonster (2/13/2013)
February 13, 2013 at 12:34 am
DT_DBDATE doesn't store the time. Try using DT_DBTIMESTAMP instead.
February 11, 2013 at 7:49 am
When you use SSIS, your source should be stabilized before you start writing ETL.
Once it does stabilize, I would also go with CDC, as opc.three mentioned.
February 11, 2013 at 7:41 am
Hugo Kornelis (2/11/2013)
*cough* I have to retract the above. That's what I always thought,...
February 11, 2013 at 6:40 am
For me the question was more about the fact you can use Integer instead of int. Didn't know that 😀
The question cleverly had no color coding on the word Integer,...
February 10, 2013 at 11:43 pm
You can use dtutil to deploy your updated package to the server.
February 7, 2013 at 2:41 am
Wrong forum I guess, this site is about SQL Server, not really about Cognos.
Anyway, looking at the error it seems you have a permission issue. Maybe you should specify a...
February 7, 2013 at 2:40 am
ashishjain (2/6/2013)
You can use below code to perform this operation:
create table test99 (column1 int, column2 int, result int)
insert into test99
values
(50,1500,0),
(100,0,0),
(40,0,0),
(30,0,0)
declare @col2 int = 1500
select * from test99
update test99
set @col2...
February 6, 2013 at 11:30 pm
I like the UI of Discourse, it's certainly more updated than the 90's forum look most forum sites have.
It looks like it has a lot of potential, but it certainly...
February 6, 2013 at 1:35 pm
Viewing 15 posts - 5,881 through 5,895 (of 11,678 total)