Viewing 10 posts - 16 through 25 (of 25 total)
I think that the following line of code only works on SQL 2008
DECLARE @i INT = 10
In SQL 2005, it should be
DECLARE @i INT
SET @i = 10
February 2, 2011 at 1:37 pm
Lempster,
Thank you for your help. Now I have another question regarding to my project. basically I need to generate a report and export it to the spreadsheet and then send...
May 10, 2009 at 6:22 pm
Could you give me some hints how to set up dynamic email subject and message? Thanks.
May 7, 2009 at 9:50 am
I'm interested in this article, but where are all of the screenshots? Those images will help the readers to understand what you were talking about. Could you please repost the...
May 6, 2009 at 6:13 am
July 1, 2008 at 8:04 am
Deplicate your table which is used to insert data from the flat file and then execute your package to import data into your duplicated table. So you can check and...
June 10, 2008 at 8:14 am
Did you try to use Execute SQL Task (under Control Flow item) to execute your SP? It works for me.
June 10, 2008 at 7:45 am
Could you post an example to explain what you want to do?
February 16, 2008 at 7:01 pm
You can use Import Data feature to insert data from csv file to a table. In the Data Source. You have to choose "Text File" from the dropdown list. If...
February 16, 2008 at 6:47 pm
The way of backup/restore is a better way to create your Fresh DB. After it is created, if you would like to refresh data from your production DB to your...
February 16, 2008 at 6:38 pm
Viewing 10 posts - 16 through 25 (of 25 total)