Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Sql query
Name: MindHunter Date: February 28, 2009 at 22:49:15 Pacific OS: Windows XP Subcategory: MS SQL Server
Comment:
I have a 2 datetime field fromdate & todate in table which has both date and time value. fromdate store only start date like 01-01-2009 & todate store todate 01-04-2009 Now i want to get the records like from date =01-02-2009 and todate=01-04-2009
Summary: Hi, I'm designin sort of asset manager software and i'm already stuck with some SQL-querys... :) Tables don't have all the fields yet, because it's just a test version. I have these tables: 1)PC (Cent...
Summary: Hello! Maybe someone can help me... I want to write procedure containing some queries as SQL query. For example, I have queries "sglstr", "sqlstr1" and "sqlstr2". The third query contains first two. H...
Summary: I need SQl query to find out the last modfied date of columns in table. there are no date/time related columns in the table. But I what to find when was the columns in the table are last modified. ...