Viewing 15 posts - 6,331 through 6,345 (of 13,877 total)
Well done on sorting that out.
Presumably the package was originally developed for a 2012 back-end (using Native Client 10.1) which was migrated to 2014 (NCLI 11)?
November 16, 2016 at 2:04 pm
Jerid421 (11/16/2016)
[Execute SQL Task] Error: There...
November 16, 2016 at 1:57 pm
Add a data conversion task to make your data types match.
November 16, 2016 at 9:53 am
GilaMonster (11/16/2016)
November 16, 2016 at 7:17 am
If anyone here knows the ins and outs of fn_dblog, perhaps you'd like to take a look here.
November 16, 2016 at 7:05 am
kiran.rajenimbalkar (11/16/2016)
I found one of the solution when i did r&d,
SELECT Operation,[Transaction ID], [Begin Time], [Transaction Name], [Transaction SID]
FROM fn_dblog(NULL, NULL)
WHERE [Transaction ID] = '0000:535604c2' --(Use your Transaction...
November 16, 2016 at 7:03 am
kiran.rajenimbalkar (11/16/2016)
Hi Sir,how to find the users who deleted the records from the sql table?
do we have SQL script for this to get such type of information?
Please assist me.
Kiran
Unless there...
November 16, 2016 at 6:40 am
Sangeeth878787 (11/15/2016)
I am not into DBA, but I got a task to create view/table to display all the jobs live status to display to Non Technical Team. Could any one...
November 15, 2016 at 9:33 am
Robert Frasca (11/15/2016)
November 15, 2016 at 9:30 am
spin (11/15/2016)
it's a strange one.
I have a 64 bit VM (Server 2012) with 32 bit Sage ODBC which isn't working in SSIS. I can see the data in preview...
November 15, 2016 at 9:05 am
Robert Frasca (11/15/2016)
November 15, 2016 at 8:42 am
Grant Fritchey (11/15/2016)
VARCHAR(1) is my favorite data type of all time... Well, behind VARIANT, but hopefully that's going to be on the ash heap soon.
Without using VARIANT (SQL_VARIANT_PROPERTY(@number, 'Precision')), how...
November 15, 2016 at 7:42 am
Robert Frasca (11/15/2016)
November 15, 2016 at 7:39 am
Robert Frasca (11/15/2016)
CREATE TABLE [dbo].[Logs](
[rowGUID] [uniqueidentifier] ROWGUIDCOL NOT NULL,
[lngClassID] [int] NOT NULL,
[DateTimeUTC] [varchar](20) NOT NULL,
[lngSessionID] [int] NOT...
November 15, 2016 at 6:10 am
Viewing 15 posts - 6,331 through 6,345 (of 13,877 total)