Viewing 15 posts - 61 through 75 (of 89 total)
Any ideas on how I could get this task accomplished????
June 25, 2008 at 8:36 am
....
Depending on what you are calling changes - you might care to check out the "Schema changes history" report (available on right-click after you install SP2). It tracks DDL...
June 4, 2008 at 12:05 pm
It's supposed to have the SQL Server 2K5 Full Capabilities talking about performance because what you do when you change compatibility mode is just to use the ANSI SQL 89...
May 23, 2008 at 4:51 pm
The situation you describe is really strange for me :hehe: but have you checked other things like your firewall or your smtp server configuration??? You don't loose anything by checking...
May 23, 2008 at 3:41 pm
hhhmmmm that is a weird error for me too :crazy: well for your first question I don't think your sql server compatibility level would be an issue here, because what...
May 23, 2008 at 11:20 am
Hi there, well first you should set your sql execute task ResultSet property to "Single Row" if you are getting only a row back like the max query you mentioned....
May 22, 2008 at 11:16 am
Well in order for you to be able to execute it or to see the package you just migrated, you have to connect to your Integration Services and you can...
May 21, 2008 at 3:40 pm
why don't you try to export it to plain text file? so you could know what is getting or how is working :crazy: it is really weird I have several...
May 21, 2008 at 3:13 pm
hi, I don't understand very well with question, but if you are gonna export your data to an excel spread sheet, you will have to create like the table that...
May 21, 2008 at 11:40 am
Greg Charles (5/21/2008)
May 21, 2008 at 11:11 am
I don't have any dinamic property in my dts and I am using SQL Server 2k5 version 9.00.1399 yeah which means I do not have a SP on my server...
May 20, 2008 at 1:45 pm
I think the best way of doing it is with XML and making like a "installer" for your packages, so when you install this packages all the properties you decided...
May 20, 2008 at 1:26 pm
But you should probably consider the consistency problem that you can get by using NOLOCK. If you are using it for reading tables that are not usually changing. I never...
May 19, 2008 at 11:07 am
Thanks for answering,and yeah I tried that and didn't work, I keep getting the same error:
TITLE: Microsoft Visual Studio
------------------------------
Error at DTSTask_DTSDataPumpTask_1 [OLE DB Source [1]]: An OLE DB error...
May 16, 2008 at 8:30 am
Hi Darran, I am actually doing exactly what you are trying to do. The only thing you need is to have the dts structured file and then you can "migrate"...
May 15, 2008 at 5:08 pm
Viewing 15 posts - 61 through 75 (of 89 total)