Viewing 15 posts - 14,431 through 14,445 (of 22,211 total)
chugghin (8/26/2010)
August 26, 2010 at 6:11 pm
chugghin (8/26/2010)
http://www.sqlservercentral.com/Forums/Topic446175-360-1.aspx
If...
August 26, 2010 at 5:04 pm
You're just going to have to do the work. You will be able to code & automate some of it, assuming your db & schema names map reasonably well. But...
August 26, 2010 at 4:59 pm
GilaMonster (8/26/2010)
The deadline has been set for about 3 weeks.
The requirements were finished...
August 26, 2010 at 4:55 pm
WayneS (8/26/2010)
Stefan Krzywicki (8/26/2010)
August 26, 2010 at 1:25 pm
Yeah, that setting could certainly result in different execution plans.
To see the plan, try querying the DMV sys.dm_exec_query_plans. You'll need to get a plan handle, probably from sys.dm_exec_query_stats and you...
August 26, 2010 at 11:37 am
On a guess, check the ANSI settings for the connections. I'll bet you one of them is different.
August 26, 2010 at 7:03 am
Sounds like the owner of the database was deleted. You just need to set the owner to a valid login
August 26, 2010 at 6:32 am
WayneS (8/25/2010)
Alvin Ramard (8/25/2010)
GilaMonster (8/25/2010)
Anyone want to help an apparent newbie to create a critical, large database?http://www.sqlservercentral.com/Forums/Topic975128-1292-1.aspx
If he's doing this for my bank, then I'm changing bank! :w00t:
Hah! Read my...
August 25, 2010 at 4:44 pm
Alvin Ramard (8/25/2010)
[vent]Worst performance for any web site I've ever been to: https://www.technicalcommunity.com
Guess which big company name is in the upper left hand corner.
Something has to be done about this!!
[/vent]
Ha!...
August 25, 2010 at 1:25 pm
Yeah, this might be worth a blog post, there's not much out there.
In a nutshell, I'm using XML as the data source. So the type of data source is xml...
August 25, 2010 at 12:15 pm
fairyuseless (8/24/2010)
First the "outside" i said means not only through the internet but anywhere except executing the sql code like...
August 25, 2010 at 5:41 am
Jeff Moden (8/24/2010)
Grant Fritchey (8/24/2010)
I need the XML query within Reporting Services, not a regular XML XQuery, the one that is part of defining a data set.
Sorry to bug you...
August 25, 2010 at 5:31 am
Jeff Moden (8/24/2010)
Grant Fritchey (8/24/2010)
This won't be a popular answer, but, you're an MVP. You have access to a full license. You just have to register and turn it on.
It's...
August 25, 2010 at 5:22 am
Viewing 15 posts - 14,431 through 14,445 (of 22,211 total)