Viewing 15 posts - 36,106 through 36,120 (of 39,720 total)
Some great essays from Counterpane founder Bruce Schneier exist on their site (www.counterpane.com). Disclosure is a battle and I'm not sure how much time we should give vendors. They should...
July 3, 2003 at 10:16 am
1. Sounds like some "driver" type or unregistered COM interface issue. Can you query AD from VBScript on that machine? I'd be sure you can do this first.
2. The querying...
July 3, 2003 at 10:06 am
uptime.exe is a resource kit utility that will also show you the uptime for the server. If it's a dedicated SQL box, this should be close to SQL's uptime, though...
July 3, 2003 at 9:44 am
Haven't seen that so much with SQL. Have seen issues with IIS. However, if the mdf/ldf are fragmented, multiple growths, then it could be an issue. Be sure to check...
July 2, 2003 at 10:56 am
Check out SQLCompare from Red Gate. Low priced and seems to work well.
Our own Andy Warren loves it!
Steve Jones
July 2, 2003 at 10:22 am
AFAIK, there isn't a slip stream for SP3. If there is, please correct me. I could use one!!!![]()
Steve Jones
July 2, 2003 at 10:19 am
Setup an alert, prefereable page, to let you know when it gets XX % full. Probably 70%, but if it seems to fill quickly, then you might want a lower...
July 2, 2003 at 10:07 am
I tend to create a view in the first database to access the second. Helps if I need to move things by abstracting. Also doesn't tie my code to some...
July 2, 2003 at 10:03 am
Personally, I'd abstract it. Set up a table and have the Access front end insert users into this.
Then have a stored procedure the reads this table (top 1) and runs...
July 2, 2003 at 10:00 am
Please don't demonstate a vulnerability. I like full disclosure, but contact the company first and explain you "stumbled" upon this. Maybe even use an anonymous hotmail account. Or better yet,...
July 2, 2003 at 9:55 am
Check that something hasn't changed on the file system. Can you write to a different file? Different folder?
Steve Jones
July 2, 2003 at 9:49 am
Greg has a good point. Before you change something like this, be sure there is not some reason it is setup. The last thing you want is to turn off...
July 2, 2003 at 9:34 am
Be sure you have enough space. Also your server may slow down from the load of moving.
Steve Jones
July 2, 2003 at 9:32 am
I'm not sure you can or that you want to. These tables are not in general, accessed that often.
Steve Jones
July 2, 2003 at 9:30 am
June 27, 2003 at 11:39 am
Viewing 15 posts - 36,106 through 36,120 (of 39,720 total)