Viewing 15 posts - 2,011 through 2,025 (of 2,640 total)
Sorry guys read the article, it's how microsoft run their technet,msdn and other web-sql server sites. It uses 4 sql servers maintaining seperate databases via peer to peer.
When I...
July 19, 2006 at 9:08 am
No you can't do that. Memory is limited by o/s or sql edition. If you have std edition sql then you're at max memory, if you have advanced server/ent server...
July 19, 2006 at 4:59 am
yeah, sorry what I intended to say was that the data is still stored the same way, e.g. if the table spills over into tempdb the data is still written....
July 19, 2006 at 4:52 am
the default fill factor may be set on the database, in that case rebuilds will retain the fill factor. Other than that small indexes of few pages sometimes will not...
July 19, 2006 at 2:30 am
If the database isn't running on your server then you have a problem as any user to the local admins will get to view the data.
I agree with the comment...
July 19, 2006 at 2:26 am
I think you'd have to read from the registry, I'm not aware of any sql functions which return the underlying node name for a cluster.
July 19, 2006 at 2:16 am
It's a funny one dbcc updateusage , as a matter of course I always issue this command against every database every day ( if i can ) as part of...
July 18, 2006 at 3:03 pm
I would beg to differ < grin > seen July Technet mag ? Load balanced sql server 2005 clusters using peer to peer replication .. is that cool or what?...
July 18, 2006 at 2:59 pm
yeah sorry .. logical reads .. however sp tuning wouldn't really be concerned with physical or logical because it would depend upon frequency of use , to populate the cache...
July 18, 2006 at 2:54 pm
you need to be careful with how queries across linked servers deal with the data. It is possible that in your linked server environemnt the entire Oracle table is being...
July 18, 2006 at 9:55 am
I'm sure this isn't the case but the sasser worm has the same filename.
July 18, 2006 at 9:53 am
July 18, 2006 at 9:50 am
That's a nice way to do things!! I use this proc to search for a table in procs etc. I'm sure you can grasp the principle - it's not particularly...
July 18, 2006 at 9:43 am
Viewing 15 posts - 2,011 through 2,025 (of 2,640 total)