Viewing 15 posts - 241 through 255 (of 479 total)
Hi all
Response from the MS SQL Server group...im still not happy with it [:-D]
> Its a bug, you guys wont admit it! 🙂
No its a not bug, you won't admit...
May 29, 2003 at 7:19 am
Hi
9Gb? cripes. The key issues with differentials is that its based on whole extents, rather than individual page changes, even if a single page in the 64k extent has...
May 29, 2003 at 2:26 am
Email the base table creates and I will try on my hyperthreaded machine..
May 29, 2003 at 12:54 am
also...
select A.*, B.bid
from aaaaa as A left outer join bbbbb as B
on A.aid = B.bid_aid
raw query in query analyser works a treat:
1aaaaaaaaaaaaaaaaaa ...
May 29, 2003 at 12:39 am
Hi all
Note that:
dbcc freeproccache
exec sp_recompile ccccc
all didnt work to resolve it, edit the view in EM, add a space, OK.. and all is fine again.
Cheers
Ck
May 29, 2003 at 12:37 am
Hi there
One item you may have overlooked - its important to remember that the "user experience" in all of this is poorly served in both areanas of dbms's. For...
May 19, 2003 at 2:43 am
Hi Steve
Good point to bring up actually.
This sort of concept comes from the oracle world, but were see a clearer distinction between "user" and "owner" of objects. Here in...
May 18, 2003 at 8:32 pm
Hi there
I kicked all users
Put DB into single user mode..
dbcc checkdb('corpsys', REPAIR_REBUILD) with ALL_ERRORMSGS
We had repeated errors over some objects, each run produced a range of user dumps. The...
May 15, 2003 at 8:07 pm
Hi Brian
Yep, deal with this one regularly and its real pain if there are large numbers of stored procs and you have inherited a system where "dbo" privs are the...
May 15, 2003 at 7:25 am
Hi there
Its common amongst enterprise developers that XML IN/OUT strings are used as parameters for class methods. As such, you see the custom wrappering of a record set (non-xml...
May 14, 2003 at 7:21 pm
Hi there
I believe they do, especially if the so called "parameter sniffing" feature of sqlserver is still around. Run something like this for example:
DBCC SHOW_STATISTICS (mytable, PK_MyPrimaryKey)
this returns info...
May 13, 2003 at 8:00 pm
whoops! forgot that one 🙂 and for some sites its a big issue.
May 13, 2003 at 7:52 am
Hi All
See this:
and this from Brian Moran:
Actually... this is expected behavior and has been since SQL 4.2.
Here's what is probally happening...
Oddly enough... changing the number of rows returned by a...
May 13, 2003 at 7:50 am
Hi there
At the end of the day, think "simplicity". Log shipping is very simple, and yes, you can get small glitches from time to time (typically related to disk space...
May 11, 2003 at 9:00 pm
Hi
Even a simple check, like comparing a dual AMD MP2000 with p4 3Ghz sees, most of the time, the dual box leading the way, hyper-threading or not. The key...
May 11, 2003 at 8:34 pm
Viewing 15 posts - 241 through 255 (of 479 total)