Viewing 15 posts - 40,306 through 40,320 (of 49,571 total)
I think the string and comment handling needs a little more work
http://www.sqlservercentral.com/Forums/FindPost678555.aspx
--here's a single quote within a comment
select 'String 1', 012
select 'String 3', 789 -- that's not what I wanted...
March 18, 2009 at 8:55 am
Steve Jones - Editor (3/17/2009)
New code formatting has been released on SSC.
Ooooohhhh..... Nice!
Jack Corbett (3/17/2009)
March 18, 2009 at 8:30 am
mrizabid (3/18/2009)
Me facing this problem when i m executing particular critearea like date between '2007-08-01' and '2007-08-31'
What does that have to do with setting the recovery interval?
March 18, 2009 at 8:30 am
krypto69 (3/18/2009)
I have been tasked with making sure a group of stored procedures all have the transaction isolation level to 'READ UNCOMMITED'
For what reason? Does the person who asked know...
March 18, 2009 at 8:25 am
Matt (3/18/2009)
I wondered about that but wouldn't it affect access to all tables?
No. If there's a lock on the messages table it will just affect queries on the messages table....
March 18, 2009 at 8:16 am
shnex (3/18/2009)
I have some heaps that have lots of pages(90 000) and 99% fragmentation. What should I do with them?
There's nothing you can do with them. Heaps cannot be...
March 18, 2009 at 8:14 am
Your first suggestion for a full tran log is to shrink it. Maybe I'm missing something, but that's completely the opposite of what's needed.
The log is full, ie, there is...
March 18, 2009 at 8:14 am
Grant Fritchey (3/18/2009)
I'm going to hell for this one, I just know it.
Nah. The dev team need their daily laugh too.
March 18, 2009 at 8:05 am
Tim Walker (3/18/2009)
I suppose you might say that I should check free space per page instead but I think I'd get pretty much the same result.
Not necessarily. It's very possible...
March 18, 2009 at 4:57 am
There's an index that should be usable for that query. Without the second filter (page index and page size), now many rows are returned?
Can you post the execution plan (saved...
March 18, 2009 at 4:49 am
Also note that there's a long list of limitations and restrictions on what may be in an indeed view (check Books Online) and that the first inde created on the...
March 18, 2009 at 4:36 am
Can you post the query?
March 18, 2009 at 4:33 am
Tim Walker (3/18/2009)
March 18, 2009 at 4:26 am
Tim Walker (3/17/2009)
GilaMonster (3/17/2009)
The usual rule-of-thumb is 1000 pages to a table/index before you needs to worry about fragmentation.
This is a common view but I don't agree, I think 64-ish...
March 18, 2009 at 12:29 am
Viewing 15 posts - 40,306 through 40,320 (of 49,571 total)