Viewing 15 posts - 8,191 through 8,205 (of 13,876 total)
aaron.reese (8/6/2015)
The problem is that it is the generated dtsx that would get deployed and I need to be able to prove that...
August 7, 2015 at 1:58 am
Chad.Kemp (8/6/2015)
For example, I have a flat file connection with a particular...
August 6, 2015 at 7:51 am
I would consider source controlling the BIML scripts rather than the packages. Treat the packages as compiled code.
August 6, 2015 at 7:47 am
patrick_wolf (8/5/2015)
We are currently migrating from SQL Server 2008 R2 to SQL Server 2014. Our environment consists of three independent SQL instances (Development, Integration, Production) and we are dealing...
August 5, 2015 at 6:18 am
how to use the same code for DB2, because i need the same query in DB2 database also.
I suggest you post this in a DB2 forum.
August 5, 2015 at 5:16 am
Minnu (8/4/2015)
I have a table 'library' with two columns
user_name, access_time
every user is having more than 500 entries, i want to keep only top 50 records for every user and...
August 4, 2015 at 8:56 am
kingdonshel (8/4/2015)
August 4, 2015 at 3:07 am
Sorry, your CASE construct is generally OK.
CASE F234.TECH_TRAN_TYPE IN (
'CRB'
,'CRD'
,'CPB'
,'CPB'
)
Should be CASE WHEN ...
I suggest that you cut back the proc definition to one that works and then start...
August 4, 2015 at 2:29 am
Case x when 'y' then 'z' end
You need the 'then' and you need the 'end'.
August 4, 2015 at 1:30 am
Get the file name into a variable.
Use Token to break the file name into the components you need and assign these components to other variables.
Add an ExecuteSQL task to execute...
August 3, 2015 at 10:33 am
sej2008 (8/3/2015)
I am using ssis 2012 to import data from excel 2007 in to sql server using oledb destination and for transformation using Data conversion as some dates in...
August 3, 2015 at 3:32 am
I don't think that this is correct!
introduced in SQ LServer 2016, but enhanced in SQL Server 2014
August 3, 2015 at 12:49 am
Tim Mitchell (8/2/2015)
August 2, 2015 at 11:52 am
If you read the original post, you'll see this:
...Comments, the last column to the right which has its text in quotes (text qualifier ")
...so the qualifier is there.
This is a...
August 2, 2015 at 11:48 am
Viewing 15 posts - 8,191 through 8,205 (of 13,876 total)