Viewing 5 posts - 1 through 5 (of 5 total)
I feel the problem lies the way in which the case function has been implemente. There are 2 ways of implementing the case statement, simple case and searched case. Not...
July 15, 2004 at 12:11 am
May be I am shooting arrows in the dark, but my feleing here is that the query has become slow due to defragmentation of data.
Try using dbcc showcontig command.
For more...
July 12, 2004 at 11:19 pm
One more way is to replace all single instance of "'" with "''" using replace function.
July 12, 2004 at 11:08 pm
Select ControlID from SendController
Group By ControlID,Datetime
having count(controlid) <10
One assumtion here is the datetime table does not have time embedded in them.
July 12, 2004 at 10:59 pm
You Can always pass the string as using Connection.execute method or us command object to do the same. This can be done after the connection is successfully opened.
July 12, 2004 at 10:44 pm
Viewing 5 posts - 1 through 5 (of 5 total)