Click here to Skip to main content
15,904,416 members

Comments by Jaydeep Shah (Top 119 by date)

Jaydeep Shah 20-Nov-18 21:58pm View    
Jaydeep Shah 20-Nov-18 20:42pm View    
USE [testDhavalDB] -- Change Your Database name
GO

SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

IF NOT EXISTS (SELECT * FROM sys.objects
WHERE object_id = OBJECT_ID(N'[dbo].[Emoployee]') AND type in (N'U')) -- Change Table Name

BEGIN
CREATE TABLE [dbo].[Emoployee](
[Id] [bigint] IDENTITY(1,1) NOT NULL,
[Name] [nvarchar](max) NULL,
CONSTRAINT [PK_Emoployee] PRIMARY KEY CLUSTERED
(
[Id] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]

END
Jaydeep Shah 6-Apr-18 6:02am View    
well, I do not remember exactly what I had done. but you can observe in console something wrong happened. which you have to fix. throw jquery.

open the console and observe what is happening with first 10 results and then observe next 10 records so you find what's wrong with it.
Jaydeep Shah 4-Apr-18 2:59am View    
yes
Jaydeep Shah 19-Mar-18 9:25am View    
in this situation what happened.
if 1 Gb file takes 25 min to upload.

first, i save to server and then Amazon so it will take double time.