Viewing 15 posts - 1,906 through 1,920 (of 1,995 total)
unfortunatley it wasn't my choice to run from a NAS (they call it a SAN but it's not) - we inherited support of an existin server.
NAS is supported for...
July 22, 2004 at 2:27 am
just a thought - are you appending to the existing backups?
or is it a new file every day ?
July 21, 2004 at 5:14 am
see the micorosfoft page
http://support.microsoft.com/default.aspx?scid=kb;en-us;834124
this has all the details - you're having problems running xp_logininfo system stored procedure - this could be down to SQL permissions, but it ocurs in...
July 19, 2004 at 5:13 am
ok ,
first thing first, in Enterprise manager you can check in the taskpad view of any database what the actual size of the data is in the datafile (there...
July 19, 2004 at 4:54 am
excuse my ignorance, but why would hyperthreading affectthe tempDB, growth factor or Transaction log size??
sureley most of these relate to HD size and space constraints.
July 19, 2004 at 2:15 am
looks like it could be growth.
but i'd def look at your tempdb as well.
maybe this needs a bigger growth factor.
July 16, 2004 at 3:11 am
good point-
why don't you get the DTS to remove all of the other rows
July 15, 2004 at 2:23 am
quite right.
there are several options in DTS packages that avoid using Contraints, triggers and relationships.
you chould also consider adding the following
if @@rowcount=1
as your delete from ...where ...
will...
July 15, 2004 at 2:19 am
tried to CREATE a database in vb2005 express beta
you get the message "unable to connect to database - this feature is not supported"
if enterprise manager you can see the...
July 14, 2004 at 3:22 am
hmm,
what about having a word with the SAN engineer.
are there any quotas on directory contents? or any restrictions outside of SQL?
the other obvious thing to check is file...
July 14, 2004 at 2:34 am
i've tried that one before.
version control becomes an absolute nightmare. and you then take on all the problems of having enough connectivity to replicate to multiple sites as a background...
July 14, 2004 at 2:20 am
is anything coming up in the error logs?
is it possible to change the database to store hyperlinks to the file instead of using BLOBS?
what recovery mode are you using? if...
July 13, 2004 at 10:28 am
hell, host the site yourself.
if you only have that number of customers a normal ADSL line should do the business. just make sure you geta static IP
then you can...
July 13, 2004 at 9:02 am
Viewing 15 posts - 1,906 through 1,920 (of 1,995 total)