Viewing 15 posts - 1,381 through 1,395 (of 18,926 total)
pespes009 (11/11/2011)
o sorry
No problem.
You have no less than 12 objects scans. You also have functions that possibly also do table scans.
There's no 2 minute solution I can give you...
November 11, 2011 at 7:04 am
pespes009 (11/11/2011)
HERE IT IS
All capitals letters = shouting. Please stop it.
Thanks in advance.
November 11, 2011 at 6:57 am
Yes but now we have to make it work when there's no slash!!!
As always... string manipulation gets complicated real fast!
BEGIN TRAN
DECLARE @Table TABLE (ID INT IDENTITY(1,1) PRIMARY KEY CLUSTERED, URL...
November 11, 2011 at 6:54 am
pespes009 (11/11/2011)
PLEASE DONT MIND THE FAINT NATURETHE EXECUTION PLAN IS ATTACHED
THANKS FOR UR HELP
We need the .sqlplan file. We can't do anything with that jpeg.
P.S. posting in all caps...
November 11, 2011 at 6:42 am
Laurence Neville (11/11/2011)
One question about the book:
You refer a couple of times to indexed views that "only refresh once per day". My understanding was that indexed views are updated...
November 11, 2011 at 6:42 am
Too late now but I was going with Jeff's splitter.
Now that I think of it just using left (patindex) makes more sense to find the end character.
You can't use .com...
November 11, 2011 at 6:38 am
Brandie Tarvin (11/11/2011)
Glad you found a solution, even if it doesn't help you right now.
I had the solution, I wanted to know if it was a known bug before wasting...
November 11, 2011 at 6:26 am
I've shrunk down the db so tha I can move it around more easily and use it on express.
The bug seems gone in express R2 and Denali CTP3.
So I'll call...
November 11, 2011 at 6:16 am
Ninja's_RGR'us (11/11/2011)
Brandie Tarvin (11/11/2011)
I personally think you should upgrade to SP4,...
November 11, 2011 at 5:34 am
Ok, I'm just playing with ya'll.
id10t error.
The SSMS is installed in english but part ofthe install is done in french.
I don't even want to know how they managed that.
Trying again...
November 11, 2011 at 5:18 am
SQL Kiwi (11/11/2011)
Ninja's_RGR'us (11/11/2011)
Cancel that... seems like the upgrade failed.Who said there was no risk? :hehe:
No-one - the phrase was "pretty small risk".
I know, hence TEST server :-D.
Nothing corrupt,...
November 11, 2011 at 5:11 am
Cancel that... seems like the upgrade failed.
Who said there was no risk? :hehe:
November 11, 2011 at 5:02 am
Brandie Tarvin (11/11/2011)
I personally think you should upgrade to SP4, BTW....
November 11, 2011 at 4:58 am
The query's the easy part. How did you test the concurrency part?
November 11, 2011 at 4:12 am
Viewing 15 posts - 1,381 through 1,395 (of 18,926 total)