Viewing 13 posts - 1 through 13 (of 13 total)
We have sql server 2000.
Here is the sql server code to import the data file:
DROP TABLE dbo.SALES_IMPORT
CREATE TABLE dbo.SALES_IMPORT (
STORE int,
[DATE(yyyymmdd)] smalldatetime,
[TAXABLE SALES] decimal(19,2),
[NON TAXABLE SALES] decimal(19,2),
[GIFT CERTIFICATE SALES] decimal(19,2),
[SALES...
August 11, 2009 at 5:06 pm
We have sql server 2000.
Here is the sql server code to import the data file:
DROP TABLE dbo.SALES_IMPORT
CREATE TABLE dbo.SALES_IMPORT (
STORE int,
...
August 11, 2009 at 2:46 pm
I have placed the stored procedure in another reply.
You can take a look at the code and let me know if you see something out of syntax. I...
June 12, 2009 at 9:56 am
I don't really have any exceptional handling, but I should. Here is the stored procedure that is having the insert issues:
ALTER PROCEDURE [dbo].[qryAppend_to_Comparison]
-- Add the parameters for the stored procedure...
June 12, 2009 at 9:47 am
Thanks for the quick response. I'll give it a try and let you know how it turns out.
Eric
June 11, 2009 at 10:39 am
No, we are not seeing any errors when running the stored procedures.
I setup this user to have full access to this database so they are able to read and...
April 9, 2009 at 11:21 am
I tried turning on the packaging logging but when I would run the package, everything would look just fine in the tool. When I had the nonsysadmin user would...
January 7, 2009 at 12:52 pm
I would say no since it only allows to store some type of numeric value into it and yes this table is store in a mdb database. I was...
June 2, 2008 at 9:56 am
I'm currently have a dts package setup where I transfer data from a IBM DB2 server to our SQL Server. There are times the system recognizes both servers and...
May 13, 2008 at 6:11 pm
Yes, it does fail interactively as well as during scheduled running.
No, I cannot preview the data from IBM DB2 data in the Transfer task preview window.
Any other suggestions, I can...
April 30, 2008 at 4:58 pm
When utilizing the SQL Task, how can I define a query that knows how to grab these three reports inside the access adp project?
I'm a little confused on how that...
August 28, 2007 at 5:31 pm
Where do these settings get changed or turned on?
July 20, 2007 at 4:40 pm
Viewing 13 posts - 1 through 13 (of 13 total)