Viewing 15 posts - 1 through 15 (of 122 total)
Can you connect locally (on the machine itself)?
Can you connect by IP and not name?
August 25, 2010 at 7:27 am
Can you stop and start the SQL service? If it fails to start the windows log may be helpful.
August 23, 2010 at 8:16 am
You can read the file name information into a record set destination putting it into the columns you need. The for each container can then iterate the record set...
July 14, 2010 at 3:40 pm
Just a thought:
It is also extremely easy to do this with SSIS. This would give you more options and might be easier to reuse.
July 14, 2010 at 12:45 pm
I believe when you use the execute SQL task like that is uses the permissions of the service running SQL server for authentication. Does the SQL server users have authority...
May 14, 2010 at 9:11 am
1. You can script the SQL agent jobs to move the jobs by editing the appropriate fields.
2. You do not have to keep the packages in the SQL server but...
February 23, 2010 at 10:46 am
I think it is safe to say based on all of the scripts here we have all found maintenance pplans flaky and have developed methods to get around them.
Alan
February 23, 2010 at 8:36 am
Sorry I'm slow to answer but you can use SQL with the data source by selecting it in the drop down.
In the dataflow task the SQL operator is called the...
February 22, 2010 at 4:14 pm
As long as we are providing our file delete scripts here's mine. Note: this does not clean up the backup histories in the database which should also be in a...
February 22, 2010 at 9:21 am
I agree with the others I am confused about the DTS thing and you can ignore this if you are still using DTS. In SSIS you can execute packages from...
February 11, 2010 at 10:39 am
The data conversion tool make a new column called cop of [column name]. This column is the one you need to insert into the final table as it should be...
February 8, 2010 at 3:50 pm
I assume the "data conversion tool" is in BIDS/SSIS?
Should I create a SQL2005 LINKED Server to the EXCEL file?
1. Yes it is in the data flow task you have created...
February 8, 2010 at 1:42 pm
rew-370421 (2/8/2010)
But what do I do about
Now I'm getting CONVERSION ERRORS that I did NOT get in SQL 2000
"CANNOT BE INSERTED BECAUSE THE CONVERSION BETWEEN TYPES DT_R8 AND DT_I4...."
Also,...
February 8, 2010 at 1:34 pm
A couple of answer I think that will help you.
1. You tell the connection manager that the first row contains header information and it will name the columns for you.
2....
February 8, 2010 at 12:34 pm
Viewing 15 posts - 1 through 15 (of 122 total)