Viewing 15 posts - 31 through 45 (of 153 total)
I have faced the same issue.......Plz look into below one...
http://www.sqlservercentral.com/Forums/Topic1590255-2799-1.aspx#bm1590268
Thanks,
SP
July 15, 2014 at 6:19 am
Does the SSIS Package is developen on BIDS 2005
If yes, then upgrade/migrate that particular SSIS package by opening BIDS 2008/ SSDT 2012...
If no, try to opn in BIDS 2008/ SSDT...
July 14, 2014 at 11:46 am
Hello All...
Thanks for your valuable inputs.......i called one of my frnd who is working as Performance Tuning ...& i explained him complete process...he has given good inputs....it worked for...
July 14, 2014 at 2:20 am
Set Delay validation to true ...
Check connection string in Connection Manager....
its dynamic or static you have used in package with correct values or not
July 10, 2014 at 7:03 am
I am Holding Staging Server...Which will hold Salesforce replication data.
using dataloader the batch replication will start...we are testing for single Object with 50K records...
when we looked in TaskManager the...
July 10, 2014 at 6:07 am
I did not get any solution ......
I tried with following Configurations values with many times
Degree of IIlism to 2
Degree of IIlism to 1
Degree of IIlism to 0
Threads to 512,1024...
July 10, 2014 at 4:14 am
Yes...Indeed...The Some of processes are running behind the scene.... Iexecuted below one after Server restarts then TempDB Properties=> Files=> Select tempdev1=> clicked on Remove button...(SSMS)
use [tempdb]
go
DBCC FREEPROCCACHE
Its resolved.....
July 8, 2014 at 6:27 am
I am getting below error when i use same DBCC command
USE tempdb
GO
DBCC SHRINKFILE (N'tempdev1' , EMPTYFILE)
GO
DBCC SHRINKFILE: Page 3:48 could not be moved because it is a work table page.
Msg...
July 8, 2014 at 4:21 am
Use RIGHT and CharIndex and LEN function by converting/casting those fields as varchar and apply your logic....
July 3, 2014 at 10:19 am
http://technet.microsoft.com/en-us/library/ff877990.aspx
http://technet.microsoft.com/en-us/library/ff878152.aspx
These helped from executing SSIS with parameter from SSIS Engine.....
Can i use same commands for scheduling in SQL Agent...
Will those "catalog." directly use in Database Engine?
December 17, 2013 at 5:15 am
Thanks for Info...
But in mycase, the Job generates Single file only as Filename_YYMMDD_HHMMSS.csv
How my SSIS package read this file as YYMMDD_HHMMSS[ This will differ at the time of generatio and...
December 17, 2013 at 5:04 am
We can use Identity for below ones only...
data types for an identity column are any data types of the integer data type category, except for the bit data type, or...
December 12, 2013 at 12:08 am
You should not have SQL Agent for SQL Express edition, so you should not create a job and schedule..
December 11, 2013 at 11:41 pm
Here are 3 approaches...
1. Update the column with Subatring function and charindex function
2. Add a column with similar datatype(seems to be varchar)
update the newly created...
November 26, 2013 at 11:23 pm
Some times it may contain large data in an Excel cell... but unable 2 see...
Use =LEN(ParticularColumn) in another column of same Excel and drag for all records....U may able to...
October 29, 2013 at 2:30 am
Viewing 15 posts - 31 through 45 (of 153 total)