Viewing 15 posts - 2,851 through 2,865 (of 11,678 total)
Is the variable property EvaluateAsExpression set to true?
Put a breakpoint on the preexecute event of the Execute SQL Task and check the value of the SQL query in the locals...
June 4, 2014 at 2:25 pm
SQLRNNR (6/4/2014)
Evil Kraig F (6/3/2014)
June 4, 2014 at 2:24 pm
Ronnie Rahman (6/4/2014)
Koen Verbeeck (6/4/2014)
Ronnie Rahman (6/4/2014)
June 4, 2014 at 2:20 pm
viresh29 (6/4/2014)
You are getting error because your destination column is Integer.
You need...
June 4, 2014 at 2:15 pm
rot-717018 (6/4/2014)
1. using the Watch, I can confirm that the variable holds the correct clientID at each loop
2. tried to replace the "?" with...
June 4, 2014 at 7:51 am
Ronnie Rahman (6/4/2014)
Yes please - report rendered as PDFs. Currently we are saving reports as PDF files one by one, which is tedious and painful process.
In that...
June 4, 2014 at 7:42 am
Ronnie Rahman (6/4/2014)
Thank you very much for your quick response.
I will check the link you have provided. The main requirement is to download report file as pdf format in...
June 4, 2014 at 7:33 am
You can try to get it directly out of the reporting database.
Extracting SSRS Report RDL (XML) from the ReportServer database[/url]
June 4, 2014 at 7:14 am
In the for each loop container, you need to map the current value to a variable.
This variable is then used in the second Execute SQL Task.
You can put a breakpoint...
June 4, 2014 at 6:56 am
gbritton1 (6/4/2014)
I've slowly grown to favor leading commas in queries
+1
I always use leading commas. It looks cleaner in my opinion and it's easier to align everything.
June 4, 2014 at 6:49 am
This SO thread shows how to write an UPDATE query using a join:
http://stackoverflow.com/questions/3468006/sql-server-update-with-inner-join
In other words, you join the table you want to update with the update table.
Add a WHERE clause...
June 4, 2014 at 6:33 am
Copy pasting the solution will probably be enough.
If it is only the data that changes, it is pretty similar to deploying a solution from the test server to the production...
June 4, 2014 at 4:02 am
Evil Kraig F (6/4/2014)
Koen Verbeeck (6/3/2014)
June 4, 2014 at 2:44 am
Phil Parkin (6/4/2014)
Jeff's suggestion is a good one. Aggregation in SSIS is a blocking transformation and should be avoided if possible. It's also slower than the SQL Server database engine.
And...
June 4, 2014 at 12:31 am
Viewing 15 posts - 2,851 through 2,865 (of 11,678 total)