Viewing 15 posts - 1 through 15 (of 166 total)
Thanks I was able to combine a couple of the suggestions and come up with a good solution.
January 24, 2012 at 1:17 pm
Thanks for all the suggestions I was able to figure this out with a combination of a couple of the examples.
January 24, 2012 at 1:15 pm
Yes the source table for this data does include a clock in and clock out time but I could not use thoses fields in the calculation since there are several...
January 24, 2012 at 1:02 pm
This is awesome! Thank everyone so much for the help. I tried it against my sample data and it worked perfectly. When I ran it against a...
January 16, 2012 at 1:55 pm
Excellent advice. Thanks for the suggestion I edited my original post to include the table code and data.
Thanks
January 16, 2012 at 1:15 pm
Thanks very much, that's what I suspected but wanted to confirm before moving ahead with it.
October 7, 2010 at 12:34 pm
No there are actually about 10 users but for the example I only included these three. The same for application would apply, in fact there are around 15 different...
September 24, 2010 at 10:16 am
Thanks for the link it will give me some good reading before jumping into this project.
Yes that's one of the reasons I want move off of SQL Server...
August 10, 2010 at 8:07 am
In the past when I have needed to do this I used a script like this to generate the delete statements so that I would be able to review exactly...
July 5, 2010 at 10:33 am
Good question. The comp manager field just means they can manage salaries so for example some managers don't do salary stuff while others can so for example what...
September 15, 2009 at 12:15 pm
You're bang on. Thanks, I added the field names to a template file and it works perfect now. Thanks very much.
September 1, 2009 at 7:44 am
That looks like what it was I didn't even notice that I had cerated the variables outside of the package scope. Thanks.
July 17, 2009 at 5:21 am
I guess where this came from was a user group wanting to purchase a server license with a limited number user CAL's (20). Personally I think this is much...
June 8, 2009 at 12:32 pm
If you are not moving the primary data file you can create another file in the same file group and then use the DBCC SHRINKFILE (filename, EMPTYFILE) command. This...
May 25, 2009 at 5:54 am
Also ensure the appropriate protocols are enabled. You can check these using the SQL Server configuration Manager under SQL Server 2005 Network Configuration.....Protocols for MSSQLSERVER.
May 25, 2009 at 5:49 am
Viewing 15 posts - 1 through 15 (of 166 total)