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.
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...
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 ...
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...
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...
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...
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...
March 30, 2006 at 11:15 am
But as I understand it, in SQL2K5 they are really restricting xp_cmdshell. Or has that changed?
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...
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
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...
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...
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...
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.
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...
December 21, 2005 at 9:25 am
Viewing 15 posts - 241 through 255 (of 526 total)