Viewing 15 posts - 196 through 210 (of 296 total)
I've looked, but can't find the procedure I developed. It's not too difficult, just copy the sp_who2 code to query analyzer, and make the changes to display the data you...
March 1, 2009 at 12:12 am
Budgets are seen as a hard commitment by IT to control costs. If a break in project requried by statutory changes is necessary, tehn something else has to drop off...
February 25, 2009 at 7:24 am
It's probably a good idea to prohibit downloading mp3's and similar files to protect teh corporation from excessive banwidth usage, and the potential for lawsuits related to illegal downloading activities....
February 25, 2009 at 6:59 am
It might be easier to take the code from sp_who2 and change it to generate the desired data directly. I did a modified version a couple of years ago to...
February 25, 2009 at 4:21 am
Use the information_schema.tables view to help you write a script that does what you need. I do this regularly with selects similar to select 'first part of text ' +...
February 24, 2009 at 5:39 am
Try running the SP via a pass through query. We do that in Access 97 on a regular basis. You can also use pass through queries to execute queries that...
February 17, 2009 at 1:03 am
If the backups are small enough, and the sizes you mention are, buy 32GB flash drives or SD cards, and copy the data to them. Have someone mail the backups...
January 29, 2009 at 12:02 am
Unless there is some compelling need to be able to retrieve the actual password, just encrypt it when you store it, then the next time the password is entered, encrypt...
January 27, 2009 at 4:05 am
jeff ernest (1/26/2009)
January 26, 2009 at 10:53 pm
GSquared (1/26/2009)
January 26, 2009 at 7:11 am
blandry (1/26/2009)
January 26, 2009 at 6:48 am
The linked article didn't have all of the information I've seen elsewhere. The docking of pay for starting and rebooting computers mostly applies to call center type jobs, where there...
January 26, 2009 at 12:50 am
Take a look at commercial time tracking packages. Some of them are pretty cheap on a per seat basis. Law firms, accountants, and other professionals use them to generate reports...
January 21, 2009 at 12:57 am
I will add that I think it is good practice for DBA ID's on production servers to be different than their everydya LAN ID's. This means they have to use...
January 20, 2009 at 5:47 am
If you use a decent one way encryption routine, you never need to decrypt the passwords. Just use the same encryption routine when the user enters their password, and if...
January 20, 2009 at 1:20 am
Viewing 15 posts - 196 through 210 (of 296 total)