Viewing 15 posts - 2,431 through 2,445 (of 2,462 total)
thanks............now please see this also
please run thi script....
set statistics profile on
exec sp_helpserver
set statistics profile off
And explain following terms...how they should be analyzed?
--PhysicalOp
--logicalOp
--estimatedIO
--EstimateCPU
--AvgRowSize
August 20, 2008 at 1:43 am
Hi Grasshoper,
Really your reply is APPRECIATED...
can you look into my issuse on below link
http://www.sqlservercentral.com/Forums/Topic555531-146-1.aspx
August 20, 2008 at 1:16 am
hi,
here is your solution....
Declare your VAL1 column with varchar datatype ypu will get your solution....
In your case ity is showing 0 instead of 000 because as integer 000...
August 20, 2008 at 1:06 am
please explain it in the context of below written script
create table #Like_Test( Col1 varchar(5) )
go
insert #Like_Test values('_Cus')
insert #Like_Test values('Cus_')
insert #Like_Test values('C_us')
insert #Like_Test values('Cus')
insert #Like_Test values('Cu_s')
GO
select * from #Like_Test where...
August 20, 2008 at 12:31 am
can anyone tell how " _" is being treated in LIKE keyword. ??
August 19, 2008 at 11:05 pm
1.add indexes on columns which are used by where clause....
its better to create indexes on other filegroup the n data filegroup.
2..check union or joins in your query..
if your...
August 19, 2008 at 6:27 am
hey ...how did it happen ? my question became QUESTION OF THE DAY..but without my name
? :unsure::unsure:
August 18, 2008 at 6:11 am
ok i wont ....then do you have any other alternative other than TEMP table for CURSOR:discuss:
August 18, 2008 at 5:16 am
do u still need alternative of CURSORS ???
August 18, 2008 at 12:39 am
Hi,
Actually DDl trigger use a function EVENTDATA. when ever DDL is get fired the script of that altered table(in your case ) is stored in its properties...
August 18, 2008 at 12:18 am
Hi,
Actually whenever we resotr the master database into server ,it always refers/look the default location od master's ldf anf mdf files...so please make sure that your mdf and...
August 18, 2008 at 12:07 am
Now can i expect an answer from ..............experts......???
August 17, 2008 at 11:59 pm
GLAD TO KNOW THAT YOUR PROBLEM HAS BEEN SOLVED BUT
MY NAME IS NOT JENNY
I AM BHUVNESH:)
August 14, 2008 at 2:57 am
Viewing 15 posts - 2,431 through 2,445 (of 2,462 total)