which query u can write to sql server doesn't work
inbetween 7.00PM to nextday 9.00AM
Answer Posted / muhammadrashidmughal
select * from urTable
Where urDateColumn
Between '2007-10-20 17:00:00 PM'
and '2007-10-21 09:00:00 AM'
| Is This Answer Correct ? | 14 Yes | 17 No |
Post New Answer View All Answers
Can we call future method from trigger?
What are sql server procedures?
What happens if null values are involved in string operations?
Explain the architecture of ms sql reporting service?
how you can configure a running aggregate in SSRS?
Explain “@@rowcount” and “@@error” in sql server?
How to view existing indexes on an given table using sys.indexes?
How do you debug a procedure in sql server?
Explain what is the purpose of sql profiler in sql server?
How to enable tcp/ip protocol on a sql server?
How many clustered indexes there can be on table ?
Where in ms sql server is ’100’ equal to ‘0’?
how do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql server database administration
Explain the properties of a relational table?
whats the maximum size of view state??