Viewing 15 posts - 38,626 through 38,640 (of 39,456 total)
jgee, thanks and please feel free to use it. I'd be interested to see if it works.
phillcart - I looked at Change Manager a couple years ago at PASS and...
December 14, 2001 at 9:56 am
Not really brilliant, but this may work:
create table MyTest
(MyChar varchar( 10)
, MyChar2 varchar( 10)
, MyChar3 varchar( 10)
, MyChar4 varchar( 10)
)
go
insert MyTest select 'data1', 'data2', 'data3', 'data4'
insert MyTest select 'data1', 'data5',...
December 14, 2001 at 9:53 am
December 14, 2001 at 8:33 am
December 14, 2001 at 8:31 am
You can also use profiler and get the "worst queries" by specifying those that take 2 sec, 3 sec, or whatever. This is a good place to start.
I've had decent...
December 13, 2001 at 3:45 pm
December 13, 2001 at 3:43 pm
Not much experience here. I've usually tried to go overboard with memory to handle the loads. I'd doubt that there is much overhead, but there is definitely the possibility for...
December 13, 2001 at 3:39 pm
December 13, 2001 at 3:38 pm
December 13, 2001 at 3:36 pm
What do you mean? Novell has nothing to do with SQL Server.
Your clients are runnig W98 and Novell Netware client? Or Netware BTrieve?
Steve Jones
December 13, 2001 at 3:34 pm
You should be able to control the amount of history you are keeping for a database. I think a new fullbackup will clear the old history.
Maybe this will help:
sp_delete_database_backuphistory
Steve Jones
December 13, 2001 at 3:29 pm
Not sure about SQL 6.5 Most likely you will want to move from SQL65/Nt directly to W2K/SS2K and run SS2K in 65 compatability mode. You should see some improvment from...
December 13, 2001 at 10:24 am
Not sure what you mean. Does SQL run on Novell? I thought it only ran on Windows.
Is this a database move?
Steve Jones
December 13, 2001 at 10:19 am
Brian Knight is our DB2 guy, but from his book, I see you need a provider for Db2. It looks like you are using a SQLServer driver. You need an...
December 13, 2001 at 10:16 am
Interesting. This sounds like a bug in EM that was introduced by SP1. Haven't seen it and this is a guess. If reapplying SP1 doesn't fix it, I think you...
December 13, 2001 at 10:12 am
Viewing 15 posts - 38,626 through 38,640 (of 39,456 total)