Viewing 15 posts - 1 through 15 (of 52 total)
We are converting our Database from ORACLE to SQL Server and I was to verify how it should be done in SQL server for best practices. I appreciate all...
November 24, 2011 at 4:48 am
Thank you very much for all of your help. 🙂
November 11, 2011 at 9:53 am
I am working with 2 payrolls that end on Saturday and Sundays. I need to report the hours for the first weekending date of the previous month. For...
November 11, 2011 at 9:45 am
Sorry, I meant first Monday of previous month - 6 days. Would I just change the 53684 to 53685?
I really apppreciate your help!
November 11, 2011 at 8:43 am
Thank you for your post. It works great. I also need the first Monday of the month - 6 days. How would I modify this script to get...
November 11, 2011 at 8:39 am
Thank you Grasshopper. I just figured out a different way after finding an old post on this site 🙂 but I appreciated your reply
(CAST(SHIFTLABEL AS CHAR(6))) + ' ...
November 6, 2011 at 4:35 pm
Did you get a solution for your problem? I have a similar issue.
Thanks
November 6, 2011 at 4:02 pm
I was able to get the second script converted but I still need help with the first script.
Second Script SQL Server code
SELECT T.employeeid,
...
October 8, 2011 at 5:47 pm
Thank you but I have done that and I still cannot get the code correct. Can anyone help me with the coding?
October 8, 2011 at 5:18 pm
More info. We are using SSRS though a SQL Server 2005 Standard edition and linking to a KRONOS Oracle 10R2 database
January 2, 2009 at 5:01 am
SQL Server 2005 Standard Edition. Thanks for any help that you can give me.
January 2, 2009 at 4:59 am
Thank you very much for your help. I did not know there was a problem with hyperthreading. Can you point me to a document concerning hyperthreading and SQL...
November 29, 2007 at 8:43 am
Yes, I am signed on the server when I open EM and when I run the query. I run the query from EM.
August 28, 2007 at 10:25 am
Viewing 15 posts - 1 through 15 (of 52 total)