Initially I was wondering whether in their log of HTTP activity they were storing something, but I guess that was stupid of me.
Yes, they are just tracking which programs are running, anyway to change how the name appears?
Well, I apologize if I hit a sore spot for you, but I bet the time to figure this out equates to about the same amount of time as un-bubble wrapping a cube, or having to pick up about 300 3/4s filled cups of water all over someones desk.
So the MIS department likes to uninstall FF from people's computers and monitor who is visiting the web using it, I'd like to write a small app that will make IE appear as FireFox when visiting websites - not too the websites, but to our MIS department.
Anyone have any ideas?
If you need...
I apologize for not being clear... the problem is now solved
1. This procedure will be run on demand and I wanted it to be able to figure out the current year...
declare @Cur_FY as int
select @Cur_FY = dd.FY
from date_dimension as dd
dd.date =...
I am trying to write this procedure so it does not need to be editing or ask for input going forward... I have a date dimension table which allows me to create joins to find the fiscal period/quarter/year... to get the current fiscal year I am doing this:
select
@Cur_FY = dd.fiscal_year...
This will be the first procedure I have ever written but pretty much this is what I need to do:
Query against a date dimension table to return the current fiscal year
Then create 8 additional variables which will use the current fiscal year variable to determine the start and end dates of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.