Viewing 15 posts - 1,486 through 1,500 (of 18,926 total)
SELECT COUNT(*) FROM (
select distinct firstname,lastname,address,Null as address2,city,state,zipcode,country,phone,email,'ms' as datagroup
from marketscout02.dbo.users
...
November 8, 2011 at 10:35 am
What do you see in the sql error log about this issue?
If nothing there, windows logs?
November 8, 2011 at 10:27 am
It looks like no source & change management control to me :-).
That'd be the real issue!
November 8, 2011 at 10:15 am
Alexander Suprun (11/8/2011)
Ninja's_RGR'us (11/8/2011)
TheSQLGuru (11/8/2011)
Andy Reilly (11/7/2011)
I have a query that is causing me problems. I restore the db run the sp and it takes 20+ seconds. I...
November 8, 2011 at 10:11 am
Please save the plans as .sqlplan and upload here. You can't possibly retype everything we need.
November 8, 2011 at 10:10 am
The only point I can bring on the table is that it's really annoying to load all those projects on startup. I have a "small" solutions with 200 reports...
November 8, 2011 at 10:09 am
Sapen (11/8/2011)
November 8, 2011 at 10:00 am
That's the code that is run internally by checkdb().
Both checkdb and backup are real heavy on the disks so it's quite likely that they are slowing each other down (not...
November 8, 2011 at 9:53 am
Go back to read the business requirements of this code.
That screams bug to me.
I've seen this type of code often when the user actually needs top 1 order by x....
November 8, 2011 at 9:52 am
TheSQLGuru (11/8/2011)
Andy Reilly (11/7/2011)
I have a query that is causing me problems. I restore the db run the sp and it takes 20+ seconds. I do nothing but...
November 8, 2011 at 9:23 am
sjimmo (11/8/2011)
November 8, 2011 at 9:07 am
It's the way it's supposed to be used by DESIGN.
No way around it except openrowset / openquery. I forget which one doesn't required the linked server.
November 8, 2011 at 8:56 am
Dev @ +91 973 913 6683 (11/8/2011)
With me, you wouldn't get to face to face, nor phone screening, nor even an e-mail.
Only 1 chance for the first impression!
I am sorry,...
November 8, 2011 at 8:48 am
How did you make sure it doesn't even reach sql server?
The standard answer is to tune the queries so they run faster.
November 8, 2011 at 8:42 am
Viewing 15 posts - 1,486 through 1,500 (of 18,926 total)