Viewing 15 posts - 841 through 855 (of 1,346 total)
don't think you can do that
RS needs the database engine because it creates two databases
May 28, 2008 at 11:28 am
be careful of schemas, they are always looking to scheme you out of something
May 28, 2008 at 11:16 am
some transactions like index rebuilds are fully logged regardless of what your DB is set to
May 28, 2008 at 11:10 am
no, i only run index rebuilds so i don't have to worry about updating statistics
May 28, 2008 at 11:09 am
reorganize doesn't update stats, only rebuild does
i run a modified version of this and my reorganize command is set to <1
May 28, 2008 at 11:07 am
what about using db_mail? just put the external smtp server into the config
May 28, 2008 at 9:40 am
maybe it's me, but i like to only do rebuilds. i mostly support EE so online rebuilds aren't a big deal.
rebuilds also rebuild the statistics and with reorganize i have...
May 27, 2008 at 1:02 pm
i don't do much ETL except for moving some data between servers, but i've started to use SSIS less and less for it and back to the old way of...
May 27, 2008 at 7:04 am
you first have to change the IP on the old server and then set up the cluster
for the cluster you will need 4-5 IP's
1 IP for each of the physical...
May 12, 2008 at 1:25 pm
there is no SQL OU by default. i called mine SQL Access
we create groups and then map sql logins to those groups. then either give db_reader role on replicated copies...
May 12, 2008 at 11:43 am
when you install SQL on the cluster it will ask you for the IP. by default when you create the cluster it only creates the default cluster group. when you...
May 12, 2008 at 11:41 am
if it's an overflow my guess is that the input is too large for the output data type you are specifying. like taking a bigint and trying to put it...
May 9, 2008 at 9:12 am
i get full logs when running alter index sometimes
only solution i found is to increase the threshhold so less indexes are rebuilt
May 9, 2008 at 9:07 am
check the NTFS permissions on the drive and the files. should be full control for the sql service account. i think you also have to change a few things inside...
May 9, 2008 at 8:56 am
Viewing 15 posts - 841 through 855 (of 1,346 total)