Viewing 15 posts - 8,011 through 8,025 (of 13,882 total)
Dave Convery (10/13/2015)
October 21, 2015 at 12:29 am
What do you mean by this?
If I try to try to import same modified Excel file through C#
Is this a separate application that you are talking about?
October 21, 2015 at 12:16 am
John Mitchell-245523 (10/20/2015)
October 20, 2015 at 10:41 am
Here's one way:
select DateCols.*, theDatetime = cast(concat(cast(DateCols.theDate as char(10)), ' ', cast(DateCols.theTime as char(12))) as datetime)
from (select cast(cast(abs(checksum(newid())) % (780) + (33968) as datetime) as date)...
October 20, 2015 at 3:02 am
guruprasadrsby (10/19/2015)
TITLE: Microsoft Visual Studio------------------------------
Failed to start project
------------------------------
ADDITIONAL INFORMATION:
The package 'Package1.dtsx' has been modified since the last build. Build the project and try again.
(Microsoft.DataTransformationServices.VsIntegration)
------------------------------
BUTTONS:
OK
------------------------------
Is this a question or an...
October 19, 2015 at 6:28 am
abhilashdk2013 52858 (10/19/2015)
Thank you for your reply. As I said I am still learning and there is no specific reason for this scenario. I did not know how to extract...
October 19, 2015 at 3:06 am
abhilashdk2013 52858 (10/19/2015)
Thank you for the reply. I was just trying out as I am just learning. I will learn Script Task and try to get the file name from...
October 19, 2015 at 1:54 am
abhilashdk2013 52858 (10/19/2015)
I am new to SSIS. I created a simple package that extracts data from a table and copies that data to a text file. It works well.
Now...
October 19, 2015 at 12:54 am
6660999 (10/17/2015)
I have several import processes running across around 20- 30 files. These are all...
October 18, 2015 at 8:25 am
Dropping your temp table is easier like this
if object_id('tempdb..#TempB', 'U') is not null
drop table #TempB
October 16, 2015 at 5:28 am
I can't remember whether GO is valid inside an ExecuteSQL task, as it's not a valid SQL statement.
October 16, 2015 at 5:25 am
_watching (10/15/2015)
Matt Miller (#4) (10/15/2015)
ChrisM@Work (10/15/2015)
_watching (10/14/2015)
October 16, 2015 at 12:25 am
happygeek (10/15/2015)
I hope I have the correct wording for this question, but here goes:Is it time to create a forum for SQL 2016 questions?
Wording looks pretty good to me:-)
October 16, 2015 at 12:12 am
Luis Cazares (10/15/2015)
You can use either the SQL Server Express Edition which is free. It has several limitations, but for simple use, it should be fine.
Where is the OR to...
October 15, 2015 at 10:12 am
fernando.arias (10/15/2015)
To be sure, wouldn't this work as well? (PARTITION BY namn ORDER BY Säsong) since namn (the name) doesn't change, but tröjnummer (which is the number on their sweaters)...
October 15, 2015 at 8:59 am
Viewing 15 posts - 8,011 through 8,025 (of 13,882 total)