Viewing 15 posts - 1 through 15 (of 17 total)
Thank you for the reply Gila..
I have an SSIS package. I am running the SSIS package parallely by passing two different variable values to it. Lets assume that the package...
June 19, 2012 at 3:48 am
I have done it in the report. In the report its showing the data correctly. The problem is only when I am exporting to CSV file.
Other Exports are working fine.
May 9, 2012 at 12:39 am
It does not return any error when i ran in SSIS. The package is stored in the file system.
March 27, 2012 at 11:20 pm
Thank you Gila..It worked for me.but just want to know Is there any disadvantage in using local temporary table?
March 12, 2012 at 5:58 am
Each dynamic SQL Statement that gets generated has to be joined with the Temporary table.
March 12, 2012 at 5:29 am
I have posted the Sample Code there.In the Original requirement the SQL statement is dynamically generated. It works if i do this way but it will be a recoding again...
March 12, 2012 at 5:02 am
Hi Anthony,
Is it like I should not use that query when I want to retrieve all the tables from a single database.right?
February 21, 2012 at 5:49 am
Anthony,
I need all the tables from one database not from all the databases. Please tell me whats wrong with the following query
sp_msforeachdb 'USE [Chapter]; SELECT * FROM sys.Tables'
I clearly...
February 21, 2012 at 5:40 am
No Anthony. When I query "Select cont(*) from Sys.databases" it returned only 9..not 23..
the thing is same output is being returned for 23 times.
February 21, 2012 at 5:38 am
I have the database name stored in a variable. lets say my databse name is 'chapter' .I want to retrieve all the all the table names of the database "chapter"...
February 21, 2012 at 5:26 am
yes, I know the other way, but I want it using "sp_msforeachdb" . Please suggest
February 21, 2012 at 5:20 am
Hi Keon,
I activated the logging in SSIS Package. I came to know where it is hanging. Its trying to execute a Select statement which is joined with Some other tables....
February 14, 2012 at 5:18 am
Viewing 15 posts - 1 through 15 (of 17 total)