Viewing 15 posts - 6,331 through 6,345 (of 13,874 total)
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
Brandie Tarvin (11/14/2016)
I don't know if I'm having a language barrier issue with this vendor rep or if this person is truly this clueless.
VendorRep: Make sure to restore this copy...
November 14, 2016 at 6:50 am
Viewing 15 posts - 6,331 through 6,345 (of 13,874 total)