Viewing 5 posts - 1 through 5 (of 5 total)
Yes. They both work fine. I just changed the query to cast the sum values as float before I sum them, and that avoids the error. So...
September 4, 2009 at 11:09 am
Ashka, to answer number 4. With a Calendar table you can use ...
Select * from Calendar
Where Q=3 and Y=2009 and dw=5
to get all of the Fridays in the...
August 25, 2009 at 7:48 am
Doh, thanks for letting me know. Since this is in the SQL 2005 section, no help then.
Sorry for the misinformation.
July 31, 2009 at 9:18 am
The above suggestions are much preferred, but you should also be able to tell from the transaction logs, if you have backups you can access.
July 31, 2009 at 9:00 am
I think Toad for SQL Server may have this functionality. I use Toad, but haven't tried the debugger. It has some great features, including multiple sets of query...
June 30, 2009 at 9:21 am
Viewing 5 posts - 1 through 5 (of 5 total)