Viewing 15 posts - 451 through 465 (of 927 total)
Ratheesh.K.Nair (8/21/2014)
twin.devil (8/19/2014)
Ratheesh.K.Nair (8/18/2014)
Strange thing is that the same run without any issue in a default instance and have issue with named instance.can you elaborate this in detail?
The server where...
August 21, 2014 at 5:18 am
This question have been answered over here
August 21, 2014 at 1:53 am
Just for the information.
Becuase #table names max length is only 116 characters in SQL Server 2008 r2. its also valid of SQL SERVER 2012.
Nice question. Thanks for sharing
August 21, 2014 at 1:48 am
There are many possible ways to generate CSV file.
1) Use BCP command line tool to generate CSV
2) Use SQL SERVER Import/Export wizard to generate SSIS Package and use that.
3) Use...
August 19, 2014 at 3:49 am
Ratheesh.K.Nair (8/18/2014)
Strange thing is that the same run without any issue in a default instance and have issue with named instance.
can you elaborate this in detail?
August 19, 2014 at 12:15 am
how you are generating your file is the cause not the query if its giving you the proper result.
check if you are able to pass all the columns which you...
August 18, 2014 at 8:53 am
Ratheesh.K.Nair (8/18/2014)
Strange thing is that the same run without any issue in a default instance and have issue with named instance.
have u tried IP ?
August 18, 2014 at 8:51 am
Ratheesh.K.Nair (8/18/2014)
Thanks for the reply..The job is run under SA account.
config file is using windows authentication only.
you need to check this server 'DestinationSCODatabase'. try to login into the sql server...
August 18, 2014 at 8:37 am
check your source Login credentials, as its unable to login to sql server. try to connect to the user login and password which are configured for this SSIS Package.
August 18, 2014 at 8:05 am
Nice and easy. Good start of the week.
Thanks for sharing
August 18, 2014 at 12:14 am
did you check the indexes ?
August 15, 2014 at 8:01 am
NoDBA (8/15/2014)
August 15, 2014 at 1:47 am
Viewing 15 posts - 451 through 465 (of 927 total)