Viewing 15 posts - 9,061 through 9,075 (of 22,214 total)
Alan.B (1/15/2014)
January 15, 2014 at 9:39 am
Very little to go on there. Usually these things are due to security settings. Does the account that you set SQL Server up to run under have the appropriate access?...
January 15, 2014 at 3:58 am
One more, we recorded a two-part webinar[/url] for Red Gate (who I now work for, didn't when I wrote that book) on deployments. Part two is primarily around Red Gate...
January 15, 2014 at 3:50 am
I wrote several chapters in a book called, SQL Server Team-Based Development[/url]. Now, some of the work is WAY out of date since the technology has moved on quite a...
January 15, 2014 at 3:47 am
katrina92886 (1/14/2014)
"capturing query metrics using extended...
January 14, 2014 at 6:04 pm
dwain.c (1/14/2014)
Grant Fritchey (1/14/2014)
DTA!!!!!!Burn it with fire!!!
And here I thought I was the only one that felt this way. 😛
Nope. And I'm starting the rewrite on the chapter on...
January 14, 2014 at 6:02 pm
Not sure. Could be they weren't there when you created the plan? Could be you have async statistics enabled on the database which means plans can be created without statistics...
January 14, 2014 at 3:52 pm
Good idea, in general, to use trace events, but Profiler the GUI is not the best thing to run against a production system. Best of all, since you're in 2008,...
January 14, 2014 at 3:47 pm
I would use system administration ownership for packages and databases, yes, but not the 'sa' account. Two different critters.
January 14, 2014 at 12:15 pm
Ah, a remote server is tough. You either have to have a tunnel to it through the firewall (and that's whether or not you're using SQL Compare) or, you have...
January 14, 2014 at 10:55 am
Sean Lange (1/14/2014)
Yesterday my supervisor sent me an email regarding a view that wasn't...
January 14, 2014 at 10:54 am
New Born DBA (1/14/2014)
January 14, 2014 at 10:52 am
I'd probably try to isolate the big systems to a single box each and then cram all the small systems onto one box and let SQL fight it out there....
January 14, 2014 at 4:17 am
Instead of doing the top 1000 rows gui exploration of data, what if you just write T-SQL and look at the data that way, does the same thing occur? I've...
January 14, 2014 at 4:15 am
Generally it's not a good idea to RDP into a production server, especially to just run queries. Remote connections through SSMS on your desktop are safer.
But, that's probably not...
January 14, 2014 at 4:13 am
Viewing 15 posts - 9,061 through 9,075 (of 22,214 total)