Viewing 15 posts - 8,191 through 8,205 (of 13,882 total)
Charmer (8/11/2015)
but Just curious...Is there a way to get it on the GO?
Like we get the below informations....Just curious...through vb/c# coding?
FileInfo fileinfo;
...
August 11, 2015 at 6:45 am
Sure, just read the XML inside the file and find the value of the DTS:CreatorName property.
August 11, 2015 at 6:09 am
Charmer (8/11/2015)
In SSIS, I am trying to get file attributes through script task. I am using FILEINFO method to collect those information. I could get all the details but...
August 11, 2015 at 5:34 am
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
Viewing 15 posts - 8,191 through 8,205 (of 13,882 total)