Viewing 10 posts - 1 through 10 (of 10 total)
Hi,
Please find the script below.
USE [Wondb]
GO
/****** Object: Table [dbo].[Test] Script Date: 9/7/2017 1:11:16 PM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE...
September 7, 2017 at 1:54 am
Hi,
Please find the attached excel and import into DB. In the attached file for date (2017-09-01 00:00:00.000) we will get 4 rows for RlSt= 60. so what I need...
September 6, 2017 at 11:17 pm
Hi,
If you see the result in my previous posted query, we get 2 different OSID's for the same date('2017-09-01 00:00:00.000') with RlSt value as 66. In this case, we need...
September 6, 2017 at 6:21 am
Hi John,
Thanks you for explaining me the code and the person is not available to ask why he written this code.
Regards,
Viay
June 7, 2017 at 4:48 am
Hi John,
Please find the code below.
TRUNCATE TABLE cache.table
INSERT INTO cache.Table
SELECT * from [inkedserver].Database.dbo.Table
BEGIN TRANSACTION
ALTER SCHEMA cache1 TRANSFER dbo.Table;
ALTER...
June 7, 2017 at 3:48 am
Hi John,
Thanks for the info. In my case there are tables with 2 schema's which already exists. For ex: cache.table name and dbo.Table name. first they are truncating data...
June 7, 2017 at 2:39 am
January 12, 2017 at 7:08 am
January 12, 2017 at 7:05 am
GilaMonster - Thursday, January 12, 2017 6:07 AMHow does your app know what time zone it is logging the data in?
Hi,
Based on TimeZone...
January 12, 2017 at 6:11 am
January 12, 2017 at 5:26 am
Viewing 10 posts - 1 through 10 (of 10 total)