Viewing 10 posts - 16 through 26 (of 26 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
--------------------------------------------------------------
DBA or SQL Programmer? Who Knows. :unsure:
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...
--------------------------------------------------------------
DBA or SQL Programmer? Who Knows. :unsure:
May 10, 2009 at 6:22 pm
Could you give me some hints how to set up dynamic email subject and message? Thanks.
--------------------------------------------------------------
DBA or SQL Programmer? Who Knows. :unsure:
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...
--------------------------------------------------------------
DBA or SQL Programmer? Who Knows. :unsure:
May 6, 2009 at 6:13 am
Check this out:
http://forums.microsoft.com/Forums/ShowPost.aspx?PostID=3491777&SiteID=1&mode=1
--------------------------------------------------------------
DBA or SQL Programmer? Who Knows. :unsure:
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...
--------------------------------------------------------------
DBA or SQL Programmer? Who Knows. :unsure:
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.
--------------------------------------------------------------
DBA or SQL Programmer? Who Knows. :unsure:
June 10, 2008 at 7:45 am
Could you post an example to explain what you want to do?
--------------------------------------------------------------
DBA or SQL Programmer? Who Knows. :unsure:
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...
--------------------------------------------------------------
DBA or SQL Programmer? Who Knows. :unsure:
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...
--------------------------------------------------------------
DBA or SQL Programmer? Who Knows. :unsure:
February 16, 2008 at 6:38 pm
Viewing 10 posts - 16 through 26 (of 26 total)