Viewing 15 posts - 1 through 15 (of 24 total)
how i can add parameters in to it?
December 7, 2016 at 2:11 pm
No Its not work if i set Run64bit false
February 25, 2016 at 12:42 pm
I cant. file coming form client is excel file.
August 19, 2015 at 1:25 pm
Select distinct SCode, Spec from CLEANSED_DATA
where State ='NC' and Application_Header_ID=82 and Ntwk_ID='NCN201' and File_Type='Provider'
and SCode not in
(select Spec_Code from vw_Geo
where State='NC' and File_Type='Provider' and
Application_Header_ID=82 and...
August 14, 2015 at 11:27 am
Its Development so less record but in future when it deploy in production then it has large amount data going to insert. so what is suitable fill factor for...
August 13, 2015 at 1:16 pm
CREATE NONCLUSTERED INDEX [INX_NONCLUSTER_State]
ON STATE_COUNTY_CODES(State)
with (FILLFACTOR=80)
CREATE TABLE STATE_COUNTY_CODES(
[County_Name] [varchar](150) NULL,
[State] [varchar](2) NULL,
[State_County] [varchar](5) NULL,
[County_Type] [varchar](15) NULL,
[State_ID] [int] IDENTITY(1,1) NOT NULL,
PRIMARY KEY CLUSTERED
August 13, 2015 at 12:10 pm
I need to read only one cell.
not entire file
August 4, 2015 at 2:10 pm
I had try like if I enter new data like gl code CA700-40165_Home Dt Canada - Expedited Air' then its work but old data which already in table that cant...
June 19, 2015 at 1:24 pm
I had compare the string without white space string is like ' 602-401165_Planning - Expedited Air' but it not find record from table By the way that record...
June 19, 2015 at 1:00 pm
Yes I also try it but show me nothing if string has space then it not show the result
June 19, 2015 at 12:17 pm
Hello
I had tried but don't work I had check there is data same but not showing
June 19, 2015 at 12:07 pm
Viewing 15 posts - 1 through 15 (of 24 total)