Viewing 15 posts - 406 through 420 (of 526 total)
Heck, I'll throw out the "O" word here.
You might even want to look at Oracle 10G grid computing. It may be a better...
February 2, 2005 at 7:21 am
How about a
select * into history_log_temp where event_date > '1/8/05' go TRUNCATE TABLE history_log GO INSERT INTO history_log SELECT * FROM history_log_temp GO DROP TABLE history_log_temp GO
Just my $0.02.
February 1, 2005 at 12:55 pm
The DIR /X only gives you the short name of the files/directories in that directory. My method automatically translates the whole prompt for you.
I agree the preference is not to...
February 1, 2005 at 11:03 am
I agree:
Clustering does not improve data performance, though, I thought. I was under the impression it's a logical choice for high-availabilty, not necessarily performance tuning.
But if he is looking at...
February 1, 2005 at 10:54 am
My suggestion is a big honkin server!
Performance is dependent on multiple factors:
CPU, Memory, disk speed, transactions, indexes, how data is added, number of...
February 1, 2005 at 8:58 am
The easiest method is to go back to the 8.3 dos format for the path. A quick way to find out is from a cmd prompt
cd "C:\Program Files\Microsoft SQL...
February 1, 2005 at 8:39 am
First of all: I suggest that you make good copies of everything somewhere else. It may take several iterations to recover.
You can try creating a blank database with the same...
February 1, 2005 at 7:02 am
It shouldn't.
I would see if there was a way to back up the system before conversion. I've converted over several systems to NTFS without a problem.
http://www.ntfs.com/quest3.htm
http://www.microsoft.com/technet/prodtechnol/winxppro/maintain/convertfat.mspx
January 31, 2005 at 12:45 pm
Try it without the "TO FILEGROUP PRIMARY"
And if you haven't converted to NTFS then the initial and max sizes need to be below 4GB.
SIZE = 5GB, MAXSIZE =...
January 31, 2005 at 11:27 am
Assumming you are using Mixed Mode authentication.....
When you re-created the user ID are you sure that the user ID has permission to the database?
January 31, 2005 at 6:43 am
I actually ran into this recently. Our DR server ($#$^#$ POS ) died the Friday before DR testing, so I grabbed our test...
January 28, 2005 at 4:00 pm
The SQLSERVERAGENT is the dependent service.
I would suggest that you try going under the services applet on the control panel and try firing from there.
While you're in there check what...
January 27, 2005 at 2:03 pm
Try this -
1 X Pentium 100MHz, 128MB RAM, 10GB & 4GB HD, Win98SE.
I haven't fired it up in a month and it was 3 months before that.
I spend so...
January 27, 2005 at 11:39 am
I don't think you can really do it as replication. I believe you would have to do it as a DTS (Data Transformation) task.
You will need to have the...
January 25, 2005 at 9:45 am
Viewing 15 posts - 406 through 420 (of 526 total)