Viewing 15 posts - 8,236 through 8,250 (of 13,882 total)
If I were to run this in my local SSMS, it would fail.
July 24, 2015 at 12:50 am
kmamenya (7/23/2015)
I am trying to calculate the number of hours a device has been used and I cant find how...Any help guys...I need a query that calculated and does...
July 24, 2015 at 12:13 am
You have been here long enough to know that you should post your data in a consumable format.
July 23, 2015 at 1:00 pm
dwilliscp (7/23/2015)
July 23, 2015 at 8:57 am
I'm with Alvin. In fact I'll be more blunt: the packages should be rewritten.
Many of the things DTS can do cannot be directly translated to SSIS. Hundreds of the...
July 22, 2015 at 1:03 pm
Alvin Ramard (7/22/2015)
If you have many packages to migrate, then you might want to consider 3rd party tools for doing so. the only one I'm aware of is from a...
July 22, 2015 at 1:00 pm
maddukuru.rambabu (7/22/2015)
below link is my suggestion. But here data migration only happened.
http://www.sqlservercentral.com/Forums/Topic1704137-364-1.aspx
But I am also looking for If records are new it should be inserted or if...
July 22, 2015 at 1:52 am
maddukuru.rambabu (7/22/2015)
Hi,As per Vipin requirement, we need to create 500 packages for 500 tables.
I think this is complicate solution for vipin requirement.
You are, of course, welcome to your opinion.
But if...
July 22, 2015 at 1:10 am
You're going to have to learn how to add attachments so that you can add the query plans (good and bad).
When you are creating a post, look at the bottom...
July 22, 2015 at 1:02 am
happy55 (7/21/2015)
If I am using package deployment model, then I would need my connection string to be dynamic...
July 22, 2015 at 12:54 am
happy55 (7/21/2015)
shall I use?
I goggled and found ADO.NET is preferred for scripts .Then I...
July 21, 2015 at 5:37 am
You cannot pass T-SQL to be executed like this.
You will have to either resort to using something like sp_executesql, or change your proc around a bit to avoid this somewhat...
July 21, 2015 at 5:02 am
maddukuru.rambabu (7/20/2015)
Actually this is for data migration from one DB to another DB
Splendid.
July 20, 2015 at 1:42 am
maddukuru.rambabu (7/20/2015)
I am using transfer SQL Server object task. By using this task we can perform below tasks.
1) copying the schema
2) copying the data
3) truncate data from...
July 20, 2015 at 12:57 am
Viewing 15 posts - 8,236 through 8,250 (of 13,882 total)