Viewing 15 posts - 7,996 through 8,010 (of 13,876 total)
pete.olding (10/22/2015)
October 22, 2015 at 9:52 am
It's right there in my first post on this thread.
October 22, 2015 at 9:46 am
pete.olding (10/22/2015)
Trying to set up new SSIS packages on a SQL 2005 machine to replace all my DTS packages on a previous SQL box. The packages are mostly transferring...
October 22, 2015 at 8:42 am
And why are you converting the dates to VARCHARs?
October 21, 2015 at 10:31 am
Looks to me like this would be simpler, faster and easier to maintain as one query, rather than a bunch of UNIONs. Are you open to a rewrite?
October 21, 2015 at 10:29 am
Minnu (10/21/2015)
i Know Joins, but wants to know the syntax to replace below query with value in another table..+ISNULL(u.code,'')+' '
+ISNULL(x.code,'')+' '
Where x is the alias of the joined table.
I'm 99%...
October 21, 2015 at 4:31 am
Minnu (10/21/2015)
id desc code
1 HSBOM 002
table 'JKS'
code | Desc
-------------
001 | LCC
002 |...
October 21, 2015 at 2:41 am
Minnu (10/21/2015)
SELECT
u.id,
(...
October 21, 2015 at 2:12 am
reddychaitanyakrishna (10/21/2015)
Getting an error while connecting to SQL Server Management Studio (SSMS) i.e connecting via Database Engine.
Please check the first Screenshot for error. (1)
I tried to start SQL Server...
October 21, 2015 at 1:04 am
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
Viewing 15 posts - 7,996 through 8,010 (of 13,876 total)