Viewing 15 posts - 916 through 930 (of 1,348 total)
we did this twice this year where we moved to new hardware and kept the same names/ip
you have to uninstall the old cluster and only then can you install the...
February 1, 2008 at 7:40 am
K. Brian Kelley (1/31/2008)
SQL Noob (1/31/2008)
February 1, 2008 at 7:38 am
we currently use Veritas Netbackup and we are looking to go to Evault in the next few months. EMC also owns Avamar which was OK, but very buggy when we...
January 31, 2008 at 8:32 am
if you have to go to such pains to put SQL on VMWare what is the point? why not just buy physical servers and you don't have to worry about...
January 31, 2008 at 8:26 am
Marios Philippopoulos (1/29/2008)
January 31, 2008 at 8:04 am
it's in the windows 2003 server help section or just type diskpart at the command line and it will list all the commands
The 64k offset thing has been on the...
January 31, 2008 at 7:55 am
forgot to tell you all, sql mail doesn't work on 64 bit. you'll have to change everything to db mail
January 28, 2008 at 1:11 pm
when we bought VMWare a few years ago the sales guys specifically said don't run SQL or Exchange on it
your best bet in reducing expenses is buying x64 hardware and...
January 28, 2008 at 9:53 am
i did a drop/recreate of the index and same thing. checked a few others and even after the days the index is rebuilt the level 1 of the index is...
January 21, 2008 at 8:44 am
the system views are pretty easy to dump data into tables
just select into new_table_name from system_view_name
it will create the table name and all the right data types. then i usually...
January 11, 2008 at 6:35 pm
the database completely changes in data every 2-3 months as new billing data is added and old data is archived to a different server. one billing cycle is larger than...
January 11, 2008 at 5:51 pm
there is around 48GB free space in the db and file growth is set at 100MB. there is only one datafile because this is a replicated copy.
i think there...
January 11, 2008 at 3:27 pm
here it is
in my alter index posts from months ago, i changed the temp tables to table variables. too much trouble with temp tables and job failures
-- Run system view...
January 11, 2008 at 12:45 pm
whatever column is not in the system view i run an update to fill in after the system view runs
USE [Index_Stats]
GO
/****** Object: Table [dbo].[physical_stats] Script Date:...
January 11, 2008 at 12:43 pm
Viewing 15 posts - 916 through 930 (of 1,348 total)