...over 400 employees. We argue your point, I.S. boss on a monthly basis agrees the security is more important & it will cost to do this right...until the next meeting with the CFO, prompting new meeting in which "friend that can make this work" is quoted extensively... More research, repeat...
Thanks for the answer...
Have you (or anyone else out there) successfully set up full syncing with an IPhone using a reverse proxy other than ISA? Recommendations? It's been a few years, but I'm planning on setting up a Linux box w/ Apache. Would you recommend utilizing mod_proxy, or could...
Nutshell version. We've got an Exchange 2003 mail server behind our firewall. The IP is not externally routable. We do not have an ISA server.
We have webmail working through a DMZ'd server that port-forwards through to the mail server.
As is, does anyone know of a way to get the Exchange...
Scenario:
Cell A1 contains whatever data
Cell A2 contains formula : =A1
Any data changed in A1 obvoiusly changes A2.
Is it possible to change the format of A2 based on the format of A1 as well? i.e. Set A1 to bold, and automatically have A2 changed to bold?
Found ways to get close with...
...it thinking it was basically a bulk-type mirroring tool w/o much in the way of options. Didn't realize how powerful it could be. Ended up w/ something like this:
rsync -av --include="*/" --include="*20060408.gz" --exclude="*" user@server:/home/tmp/ del/
Works beautifully. Thanks for the tip.
...-r user@server:/home/tmp/ del/
keeps the file structure intact, but obviously, pulls all files, not just 20060408.gz.
scp -r user@server:/home/tmp/*/20060408.gz del/
-r is ignored in this case and files are copied w/out file structure. Having the same filename, not all of the data is...
Didn't even think to use sp_OA procedures. I am ashamed.
Major kudos on the other two. Very good information there. Looks like any of the 3 should work.
Thanks for the help. Haven't been here in ages, and not seeing good old Terry Broadbent in here gave me pause, but it looks like tek-tips...
Thought I'd already tried that, but it looks like not. Now it will call the job, but still no go:
"Non-SysAdmins have been denied permission to run ActiveScripting job steps. The step failed."
Ideas?
I've got a php page that, under certain, rare circumstances, adds a row to a table.
The goal is to receive an email notification whenever a row is inserted.
xp_sendmail is not an option (have 'sa' access to mssql, but little access on the box itself). MSSQL Notifications are out for the...
Good Lord. I've spent two days on this, and figure out one way minutes after posting here.
cast((timeused ||' seconds') as interval)
I'd still like to hear if anyone knows of any straightforward ways to go from interval to seconds.
Thanks again, folks.
Dan
I've got a number of tables containing data that comes from outside sources. I'd like to create a unifying view of the key information. The issue is session time. Most of the tables have this information stored in seconds. Some only contain the start & end dates. I can get the session time...
Thanks for the help. I got some good info from sqldts.com (through one of your other post's threads). I've been 'tasked a deliverable' on another project, so I'll have to play a bit more w/ this after work. Thanks again.
Dan
I've got a package set up to pull an excel file from an ftp datasource. The format is along the lines of filename20051115.xls and changes daily based on the date.
I have a dynamic properties task that generates a filename for a date of 3 days prior. All runs fine as is.
The issue is that the...
...and side note... being born in Elgin... The Bears are going to hit the playoffs this year... Super Bowl next year... Figure every 20 years works, eh?
If I were more conspiratorial, I'd think nobody actually knows how to do this. In language we should all understand...
replicate('I just want to learn it. ',100)
How does one go about viewing images stored in SQL? I've googled my little heart out, and can only find pages telling me not to store images, just pointers to their physical locations.
I'm aware it's not optimal. But I'm a knowledge sponge fallen off the wagon. Though it's extremely rare...
That's a very useful link. Thanks, Wayne.
We acquired a little over a dozen companies some time ago. Each billing system was in a separate SQL database. I'm transferring the databases into our main billing database. The main transfer scripts I use are during off hours and haven't been an...
Between a 'begin transaction' and 'commit transaction', will the database lock all tables involved until the commit transaction is executed?
I've seen various posts about locking single tables, but the proc I'm using touches a few dozen tables. If the 'transaction' doesn't lock all of the...
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.