Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Sorry for my bad english...
can i put on the reload script of the QVW file; the report ,
put in the sql select the following expresion before the table: WITH (NOLOCK) .
for example
SQL select * from employees WITH (NOLOCK) where bithday=today();
thanks..
Yes, you can use with(Nolock) in your SQL if you are using SQL Server. But I think you need to use "getdate()" function for today.
/Michael
Yes, you can use with(Nolock) in your SQL if you are using SQL Server. But I think you need to use "getdate()" function for today.
/Michael