Viewing 15 posts - 6,526 through 6,540 (of 13,874 total)
haichells (10/14/2016)
October 14, 2016 at 6:40 am
tim.ffitch 25252 (10/14/2016)
Not sure how the final solution will pan out at the moment as everything is moving over to AWS, so lets say development will be done on...
October 14, 2016 at 6:23 am
Creating Flat files exactly matching with data type of database
Data in flat files has no data type, so this requirement is not possible. Perhaps you can clarify.
October 14, 2016 at 6:11 am
So you want to set up a single SSIS server containing multiple version of packages, is that correct?
Or merely have the same packages using different variable values, depending on target...
October 14, 2016 at 4:53 am
Jack Corbett (10/12/2016)
I have never seen this...
October 12, 2016 at 6:17 pm
If this is not your network, it's probably not your decision. Talk to the vendor and ask them what they can provide.
October 12, 2016 at 3:41 pm
sqlguy-736318 (10/12/2016)
October 12, 2016 at 2:31 pm
Barkingdog (10/12/2016)
October 12, 2016 at 1:18 pm
dianerstein 8713 (10/12/2016)
Is there a way to do the update I want to accomplish without dropping or disable the constraint? If so, how would you accomplish this goal?
Please tell us...
October 12, 2016 at 1:16 pm
yogi123 (10/12/2016)
I have one task, where i need to generate csv files which has max 500 records in it. so let's one file has 1250 records, then i need to...
October 12, 2016 at 1:13 pm
dianerstein 8713 (10/12/2016)
DECLARE @Startlockid INT=0
DECLARE @MyTableVar table( lockID int);
insert...
October 12, 2016 at 12:58 pm
dianerstein 8713 (10/12/2016)
insert into [dbo].Cust (custid,[number],lockid)
values (134,118692,1098)
The following insert statement does not work...
October 12, 2016 at 10:50 am
DamianC (10/12/2016)
One question
You have:
declare @MaxID bigint
select @MaxID + MAX(ID) From TargetTable (TABLOCKX)
This returns NULL
I've amended it to (changed + for =)
declare...
October 12, 2016 at 8:30 am
lindsayscott23 (10/12/2016)
Thanks for your help and advice here - really appreciated.
That's a great suggestion to use a backup to create the development environment; I wouldn't have thought of...
October 12, 2016 at 7:52 am
Chris makes a good point. It's unclear from your initial post what a single row in the fact table represents. A transaction? A product price snapshot?
October 12, 2016 at 7:39 am
Viewing 15 posts - 6,526 through 6,540 (of 13,874 total)