Viewing 10 posts - 121 through 130 (of 130 total)
Lynn Pettis (8/17/2012)
CREATE FUNCTION TEST_123(@PARAM nvarchar(50))
RETURNS TABLE AS
RETURN(
SELECT
ID
...
August 17, 2012 at 12:41 pm
haiao2000 (8/4/2012)
I am trying to come up with a better solution for our intranet web application (running on SQL Server). this process currently works as follow:
-a back end loader...
August 9, 2012 at 1:35 pm
demonfox (8/7/2012)
rVadim (8/7/2012)[hrThen another way is to implement this as a "File Management" solution.
1. Don't discard files after loading, instead save them to a predefined archive location.
2. Create a table...
August 9, 2012 at 1:18 pm
rVadim (8/7/2012)
haiao2000 (8/6/2012)
Yes feed means files. I think location is probably be configurable. I would predict each client config differently.
Then another way is to implement this as a "File Management"...
August 9, 2012 at 12:58 pm
Yes feed means files. I think location is probably be configurable. I would predict each client config differently.
August 6, 2012 at 8:43 pm
MyDoggieJessie (8/6/2012)
SSIS - SQL Server Integration Services (similar to DTS in SQL versions prior to 2005)BCP - Bul Copy Program (http://msdn.microsoft.com/en-us/library/ms162802.aspx)
Got you. Thanks!
August 6, 2012 at 10:36 am
SQLKnowItAll (8/6/2012)
August 6, 2012 at 10:35 am
well, if there are several versions , then anyhow the data has to kept somewhere; for different version you may have to add an attribute,a column, to identify the data...
August 6, 2012 at 9:24 am
MyDoggieJessie,
I agree. what SSIS and BCP stand for?
Thanks!
August 6, 2012 at 9:11 am
Demonfox,
Thank you for your suggestion, I think that is an excellent approach. I don't anticipate we keep every version of the data as it is very expensive to do...
August 5, 2012 at 7:48 am
Viewing 10 posts - 121 through 130 (of 130 total)