Viewing 15 posts - 826 through 840 (of 1,348 total)
you can always put tempdb on multiple spindles using multiple files
I think MS did it this way because it would be a nightmare if apps created temp tables in user...
June 6, 2008 at 7:57 am
some weekday humor, but we did crash our Exchange server twice with SQL
one time we wrote a cursor to kill an MS Access connection and email this. the other time...
June 6, 2008 at 6:37 am
in our case when the SAN admin maps the new LUN's to the server we have to reboot for Windows to see the new disks
June 5, 2008 at 5:26 pm
why not replicate the data every minute?
i found that running replication more often results in better performance than less often. my busiest publications run once a minute to keep the...
June 5, 2008 at 11:15 am
tried that as well
i think it's at rollback 0% or something like that. been that way for months. been too lazy to reboot it because so many apps point to...
June 5, 2008 at 11:10 am
if this instance is going on the physical nodes running the other 3 instances, then you need some common storage to hold the data for this instance as well as...
June 5, 2008 at 10:06 am
if your RS is in a different site from the data that's also going to be a performance problem. can you put the RS server in the same site as...
June 5, 2008 at 10:04 am
one of our analysts sent me a bunch of queries they run daily for some reports. each one is a select into a temp table, then another select into another...
June 5, 2008 at 9:21 am
dump all your logins and any sql login passwords in a file and keep it in a safe place. file server that is backed up, another db somewhere or maybe...
June 5, 2008 at 7:50 am
shouldn't be a problem, the standby SQL server will control it's local data files depending on how you configure them.
not the same, but our replicated db's have a different file...
June 5, 2008 at 7:44 am
still the same thing
going to reboot it tomorrow night to clear the lock and then detach and will try to reattach with a new ldf
June 5, 2008 at 7:27 am
is there any company that buys every version of every piece of software they own for every server?
we have SQL 2005 on the core servers and sql 2000 at some...
June 4, 2008 at 11:13 am
i personally try to avoid temp tables
i've seen people populate them with tens of thousands of rows and in many cases most of a source table they are selecting from....
May 30, 2008 at 8:46 am
Viewing 15 posts - 826 through 840 (of 1,348 total)