Viewing 15 posts - 241 through 255 (of 526 total)
We tried.
Several of our apps are heavily into the COM/DCOM world. We're stuck. Hopefully the vendors will change that with the advent of 2008, but we have to wait.
----------------
Jim P.
A little bit of this and a little byte of that can cause bloatware.
April 28, 2008 at 2:16 pm
.........but if you are getting memory pressure from other applications running on your 32 bit SQL server and you already have 4gb of memory ..........
That is why I'm looking at...
----------------
Jim P.
A little bit of this and a little byte of that can cause bloatware.
April 28, 2008 at 1:55 pm
Run
exec SP_configure 'show advanced options' ,1;
reconfigure with override;
and you get the following back
name ...
----------------
Jim P.
A little bit of this and a little byte of that can cause bloatware.
April 28, 2008 at 1:43 pm
The upgrades report success until GDR1 & GDR2. SQL Server 2005 Service Pack 2 (SP2) Re-release and post fixes explained
So far it is on 2 machines that had the...
----------------
Jim P.
A little bit of this and a little byte of that can cause bloatware.
July 11, 2007 at 2:08 pm
While my company uses a commercial product for encrypting our laptops, we do it. I found an open source product, Truecrypt after we started using the commercial product. It...
----------------
Jim P.
A little bit of this and a little byte of that can cause bloatware.
June 18, 2007 at 1:56 pm
I just did a whoops the other day. We have a DB that we load data monthly and then have a "As_Of_" tables to keep the historical data.
I forgot...
----------------
Jim P.
A little bit of this and a little byte of that can cause bloatware.
June 19, 2006 at 9:10 am
I can't stand DST -- Just a host of problems for people and computers.
The sync problems have gone away a lot since the days of NT4. We had to rebuild...
----------------
Jim P.
A little bit of this and a little byte of that can cause bloatware.
March 30, 2006 at 11:15 am
But as I understand it, in SQL2K5 they are really restricting xp_cmdshell. Or has that changed?
----------------
Jim P.
A little bit of this and a little byte of that can cause bloatware.
March 22, 2006 at 7:21 am
CREATE PROCEDURE sp_KillUsers @dbname varchar(50) as
SET NOCOUNT ON
DECLARE @strSQL varchar(255)
PRINT 'Killing Users'
PRINT '-----------------'
CREATE table #tmpUsers(
spid int,
eid int,
status varchar(30),
loginname varchar(50),
hostname varchar(50),
blk int,
dbname varchar(50),
cmd...
----------------
Jim P.
A little bit of this and a little byte of that can cause bloatware.
February 23, 2006 at 8:40 am
That's the answer. That was the machine that originally linked in the the tables to the Access DB.
Thnaks ![]()
----------------
Jim P.
A little bit of this and a little byte of that can cause bloatware.
February 14, 2006 at 1:59 pm
I didn't read all the replies, but I've experienced the same thing with Sears.
I called them up after returning a manual that I ordered from Sears.com. I didn't even...
----------------
Jim P.
A little bit of this and a little byte of that can cause bloatware.
January 17, 2006 at 2:18 pm
Following on Chris Hedgate's post, you can also find the same video here.
This is a house in Mason, OH (Suburb of Cincy). The soundtrack plays over the radio so...
----------------
Jim P.
A little bit of this and a little byte of that can cause bloatware.
December 23, 2005 at 7:55 am
I lost the spreadsheet I had built which listed the the price of the movie (on DVD) vs the cost of the movie's soundtrack. But I remember the results. Take...
----------------
Jim P.
A little bit of this and a little byte of that can cause bloatware.
December 21, 2005 at 11:08 am
Whichever congressrat came up with this idea needs to be told that his village is missing an idiot.
----------------
Jim P.
A little bit of this and a little byte of that can cause bloatware.
December 21, 2005 at 10:39 am
From all that has been said most fail to apply the Six-P Rule: Proper Planning Prevents P**s Poor Performance. Then there is the mission creep problem.
What needs to happen...
----------------
Jim P.
A little bit of this and a little byte of that can cause bloatware.
December 21, 2005 at 9:25 am
Viewing 15 posts - 241 through 255 (of 526 total)