Viewing 11 posts - 226 through 236 (of 236 total)
Bajrang (8/2/2013)
I am getting following error message while adding Clustered Index to my table..
CREATE CLUSTERED INDEX [xIK_Style_ROLLUP_MONTHLYTIMEKEY] ON [dbo].[Style_ROLLUP]
(
[MONTHLYTIMEKEY] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF,...
August 2, 2013 at 1:52 pm
Depending on the type of database, you should probably be monitoring Deadlocks, I/O Wait, CPU Usage, index fragmentation, etc. There are tons of things that you can monitor, it all...
August 2, 2013 at 12:44 pm
Yes, I'm using temporary tables to grab and record primary keys and I reference those tables for the deletes and inserts. Seems to be working ok. I'm able to do...
August 2, 2013 at 12:12 pm
mister.magoo (8/1/2013)
Millions of rows shouldn't be a major problem unless those rows are massively wide...for instance, on my PC I can shift 1000000...
August 1, 2013 at 5:10 pm
NM guys, I got it to work. The import feature is just touchy.
July 29, 2013 at 12:51 pm
vultar (7/25/2013)
Getting the log files onto RAID 1, preferably 10 is a must to improve write performance, ideally, 1 file per LUN.
Have you considered trying RAID 1 for the data...
July 26, 2013 at 2:31 pm
1. Raid 5 Also (which I know is an issue)
2. Yes
July 24, 2013 at 11:21 am
Voide is correct, it might be a good idea to research why it's so large.
July 23, 2013 at 4:05 pm
Copying was an easy way to make a replica of another test database. Because we don't backup every database, if I didn't do a copy, I would have to make...
February 18, 2013 at 2:52 pm
Lowell (2/15/2013)
i'd still recommend backup and resotre over the...
February 15, 2013 at 12:10 pm
Sorry for the confusion, I'm not copying them directly within the server. I am using the SQL Server UI, selecting a database and then running the copy database wizard.
Edit: I...
February 15, 2013 at 12:05 pm
Viewing 11 posts - 226 through 236 (of 236 total)