Viewing 15 posts - 1 through 15 (of 34 total)
Actually i had already successfully restore the backup and put the database in the latest stage.
December 14, 2011 at 8:29 am
That what i did, but for overcome such a incident we have to share our knowldge here.
December 14, 2011 at 8:25 am
If you are good DBA then why not provide me solution.
December 14, 2011 at 8:22 am
I did the backup restore but i am yet in curiosity to know the alternate way.
December 14, 2011 at 8:01 am
Hi guys
I have find one link in which they mention recover data from transaction log file.
December 14, 2011 at 7:40 am
select {fn extract(hour from datetimeColumnName)} +':'+{fn extract(minute from datetimeColumnName)} ,datetimeColumnNamefrom [TableName]
December 9, 2011 at 8:27 am
But for this you need administrative privilege to drives.
December 9, 2011 at 8:15 am
select {fn extract(hour from datetimeColumnName)},datetimeColumnNamefrom [TableName]
December 9, 2011 at 7:58 am
I think there are some hidden command in sql server which Microsoft not make it public.
Can any body know the powershell command?
December 9, 2011 at 7:30 am
I think i have to post support ticket to microsoft for the same.
December 9, 2011 at 7:18 am
GO
/****** Object: Table [dbo].[ProcessDocumentLog] ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[ProcessDocumentLog](
[strDocumentLogId] [varchar](255) NOT NULL,
[strLogId] [varchar](255) NOT NULL,
[strDocTypeName] [varchar](255) NULL,
[strFieldCaptionName] [varchar](255) NULL,
[strFieldValue] [nvarchar](max) NULL,
[dateTimeCreated] [smalldatetime]...
December 9, 2011 at 7:15 am
Restore database is one option but we have no rights for that and also it data centre server and they charge for space
December 9, 2011 at 6:57 am
Please try to understand As per your query i have to modify query each when user added new fieldName
December 9, 2011 at 6:54 am
Viewing 15 posts - 1 through 15 (of 34 total)