Viewing 9 posts - 31 through 39 (of 39 total)
query plan and fragmentation good.
regards
pols
August 10, 2017 at 9:36 am
before running sp we insert 50000 records and table already have index on uid.
Regards
Pols
August 10, 2017 at 8:57 am
create table data(id int,name nvarchar(max))
declare @id int,@name nvarchar(max)
set @id =1
set @name='abcd'(some images)
insert into data(id,name)
values(@id,@name)
here insert is not a problem.after insert...
July 27, 2017 at 7:31 am
insert into data(id,name)
values(@id,@name)
July 27, 2017 at 7:11 am
SELECT *
FROM SomeTable
WHERE Somecolumn NOT LIKE '%[a-zA-Z0-9]%'
it is not working
July 27, 2017 at 6:18 am
but some records
??????? ???? ??????
?????????
????? ??? ???? ?????? ??????????
??????????
???????????????????
July 27, 2017 at 6:17 am
from .net we call the storeproedure then automatically exec the sp and donload the excel file.so we need the excel donload the file store procedure.
April 11, 2017 at 10:14 pm
same row
February 15, 2017 at 2:46 am
Table
Idintno410 0 no(n/a)(n/a)NULL
Titlenvarcharno1000 no(n/a)(n/a)Latin1_General_CI_AS
CompanyNamenvarcharno1000 no(n/a)(n/a)Latin1_General_CI_AS
Salaryintno410 ...
September 12, 2014 at 6:17 am
Viewing 9 posts - 31 through 39 (of 39 total)