Viewing 15 posts - 1 through 15 (of 35 total)
thanks, since this is a third party software, changing the code is a bit of a problem. Will addition 2.0g of RAM, since it is cheap to get, help at...
July 20, 2010 at 6:00 am
Thank guys for the explanation....I did learned a lot from it.
February 10, 2009 at 2:58 pm
so if I put the order by in the view...both select statement in general perform the same?
thanks
February 10, 2009 at 7:42 am
Ramesh,
thank you very much for looking into this...It would be easy if the database is sql2005, but unfortunately, I'm dealing with sql2k...which make a bit more difficult. I had try...
January 13, 2009 at 9:26 am
Hi dva2007,
this is the track of the stock which has come first at what cost and stock which is going out at what price base on FIFO (First in First...
December 12, 2008 at 7:37 am
thanks...I finally figure this out after long search.
OleDB...connection.
INSERT INTO tempTlogFileList
...
February 28, 2008 at 3:03 pm
Paul,
I get the same error...Here are a bit more detail on execute sql task:
General tab:
resultset: None
connectionType: OLE DB
connection: UserServerConnection
...
February 27, 2008 at 10:22 am
Just came across your article and fine it very useful tools for me to learn sqlis. I have a problem with Execute SQL Task in the loop container:
Insert into...
February 27, 2008 at 9:14 am
This should get you started.
November 12, 2004 at 7:01 am
Hi David,
I try your post and get an get the following syntax error: Syntax error converting the nvarchar value ' ' to a column of data type int. If seem to compute...
June 21, 2004 at 10:16 am
May want to take a look at this site. http://support.microsoft.com/default.aspx?kbid=301202
June 3, 2004 at 5:23 pm
what is the [datetime] look like? You may want to convert it.
select count(*) from table where convert(char(10),datetime,121)=convert(char(10),getdtate()-1,121)
June 3, 2004 at 12:49 pm
select count (*) from order1
result=538790
select a.orderid, b.orderid from order1 a left outer join order_old b on
a.orderid=b.orderid order by b.orderid
February 6, 2004 at 8:26 am
Not sure what file you want. But used BCP if you want to copy to flat file.
November 20, 2003 at 7:11 am
Have you try to re-name the column first and then drop it?
November 14, 2003 at 8:07 am
Viewing 15 posts - 1 through 15 (of 35 total)