Viewing 15 posts - 8,191 through 8,205 (of 13,876 total)
ravi@sql (8/11/2015)
Is it possible to replace while loop by CTE?
I will fetch records from table 1 based on tretmentid.
get the count of records
run the while loop
inside loop...
August 11, 2015 at 1:31 am
Is the package which you have modified definitely the same as the one which is being executed?
August 7, 2015 at 8:40 am
sql 2012 evolution verison
What the devil is this?
August 7, 2015 at 4:38 am
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
Viewing 15 posts - 8,191 through 8,205 (of 13,876 total)