Viewing 15 posts - 151 through 165 (of 179 total)
Thank you for your idea.
in that case then i need strip out chars from data
(i mean w,d,h) and convert them into seconds and then
run ur query .
is that what u...
January 14, 2004 at 9:03 pm
Dear Phill Carter
you are 100% right.yes i am using it in stored proc.
I'll implement your suggestion.
Thank you so much
January 14, 2004 at 8:43 pm
hi Phill Carter
it worked like a charm
but how can use it in my dynamic query
some times there may be [ char in my...
January 14, 2004 at 8:27 pm
i tried again like following but still did not work
select * from tab1where fld1 like 'Ph[(L' escape '['
select * from tab1where fld1 like like '[Ph[(L]'
January 14, 2004 at 8:11 pm
i found following books online
If the LIKE '5%' symbol is specified, SQL Server searches for the number 5 followed by any string of zero or more characters.
For example,...
January 14, 2004 at 8:06 pm
Yes,i did still it does not work.
with out % 1st query runs but why not 2nd one?
January 14, 2004 at 7:26 pm
u can use profiler to trace every event.otherwise
u need to write a trigger on the table you want to know changes which sends you an email(you can use xp_sendmail ).
cheers
January 14, 2004 at 1:19 pm
actually we did not design our application initially keeping replication in our mind.
we needed it now bcoz
my boss who travels extensively and always uses this application.
ofcourse he could connect to...
December 30, 2003 at 6:32 pm
our frontend application accessing sql server database not vfp tables.
we r using vfp just as frontend .
December 30, 2003 at 6:10 pm
thank for ur reply thomas.
in my case our frontend application programmed to interact with sql server only
not .dbf files.
seems like correct me if i am wrong,
if i were 2 follow...
December 30, 2003 at 6:02 pm
Hi brian
if i can ask another question on replication.
we have an application in our office MSDE8 as backend and visual foxpro as frontend.now
we want to enable replication.i mean users can...
December 30, 2003 at 3:05 pm
sorry Brian it's sql server login.
anyway i changed our server audit level to success.seems like i need 2 restart our server.i'll restart our server when there r no logged in...
December 30, 2003 at 1:43 pm
hi brian
i checked my server properties unde security tab but unfortunately the audit level is none.
December 30, 2003 at 12:52 pm
thanks friends
how do i know SQL Server is configured to audit successful logins?
if so how can i read application log.
thanks for ur help
December 30, 2003 at 12:45 pm
Viewing 15 posts - 151 through 165 (of 179 total)