Viewing 15 posts - 256 through 270 (of 464 total)
The FQDN is only validated by the GUI, so you can use an IP address if you stick to TSQL to set the partners. You can use the hosts...
November 11, 2008 at 8:07 pm
I work with a similar environment albeit not at the same scale, and I'd certainly be interested in anything on this topic - I'm sure I'll hit a lot of...
November 10, 2008 at 8:24 pm
The estimated stats are not representative of the actuals ... the topmost nested loop join estimated 1 row but actually returned 36773. Outdated stats or parameter sniffing are the...
November 8, 2008 at 9:37 am
http://blogs.sqlserver.org.au/blogs/greg_linwood/archive/2006/09/25/387.aspx
The first and second articles offer the bulk of the argument. Good reading regardless of whether you agree.
November 8, 2008 at 9:00 am
Hmm, was editing as you posted ... I'll have to profile. Thanks for your time.
October 24, 2008 at 3:31 pm
That query returns GET_NEXT_INC_BLOCK as expected.
That is the entire content of the proc after I strip out the parameters and the comments.
It's possible that this was part of a larger...
October 24, 2008 at 3:16 pm
You could also look at Hyperbac.
October 24, 2008 at 2:48 pm
Thanks Gail, I see how you are reading the graph now (the articles I looked at were not entirely clear).
The proc is executing the following code
DECLARE @LastValue...
October 24, 2008 at 12:31 pm
You could try using the IP address, ALTER DATABASE MyDB SET PARTNER = N'TCP://127.0.0.1:5022';
October 9, 2008 at 12:55 pm
I'm not entirely clear on your problem, it sounds like you add the file that you want to restore from but it doesn't display any valid backups in the list....
September 27, 2008 at 7:37 am
Robert Davis (9/24/2008)
matt stockham (9/24/2008)
Logically it shouldn't need to...
September 24, 2008 at 2:26 pm
Re. inserts ... wouldn't it have to write an entire page of null bytes, so still the same data size?
Logically it shouldn't need to do anything at all...
September 24, 2008 at 8:03 am
Depends on the situation, but if this is in-house and you aren't sending the SP out to anyone then just grant execute rights on it. If you don't want...
September 23, 2008 at 9:36 pm
To do that requires that you have a list of email addresses ... hardly seems worth doing this in SQL. If you are trying to alert users that the...
September 23, 2008 at 9:24 pm
Nice article. I have a few questions:
1) why do inserts scale so much better than updates and deletes on a workstation? A page is a page, assuming that...
September 23, 2008 at 9:16 pm
Viewing 15 posts - 256 through 270 (of 464 total)