Viewing 15 posts - 7,936 through 7,950 (of 22,214 total)
I have two videos on Youtube on how to do this. This one is on using T-SQL to do the backups and it's the right way to do backups. This...
June 18, 2014 at 6:18 am
I have made very few changes to model over the years. Instead I just script out all the necessary changes I want to make to a database as I set...
June 18, 2014 at 4:33 am
Table variables can work, but understand that they don't have statistics which could affect their use in something like a JOIN. You might be better off using a temporary table....
June 18, 2014 at 4:30 am
There are a ton of mechanisms built into Windows and SQL Server that will let you set all this up on your own. It's just a bunch of work and...
June 18, 2014 at 4:25 am
SQL_ME_RICH (6/17/2014)
June 18, 2014 at 4:09 am
SQLRNNR (6/17/2014)
Eirikur Eiriksson (6/17/2014)
Sean Lange (6/17/2014)
SQLRNNR (6/17/2014)
My active threads has been missing most of the day. For...
June 17, 2014 at 12:21 pm
No special issues associated with it. Each index can have it's own fill factor and it doesn't directly affect other indexes around it. It just affects storage and retrieval of...
June 17, 2014 at 12:18 pm
Hard to say based on the information at hand. For most databases less than 200gb, I had everything in primary and it all worked well enough.
June 17, 2014 at 12:17 pm
Gazareth (6/17/2014)
Welsh Corgi (6/17/2014)
I found the following article that state that you should a good backup before you Kill the process.
I think what Russell meant there was make sure you...
June 17, 2014 at 12:16 pm
It almost has to be incorrect security on the instance. It might incorrect security on the server. But it has to be incorrect security.
June 17, 2014 at 12:14 pm
I would suggest completely reconfiguring and reinstalling the system from scratch. I'd even nuke the operating system and start over. You don't want to deal long term with any kind...
June 17, 2014 at 12:13 pm
I'd start any upgrade with the Microsoft SQL Server Upgrade Advisor. You want to know if you've run into issues with that before you do anything else. TechNet has a...
June 17, 2014 at 12:10 pm
ben.brugman (6/17/2014)
Grant Fritchey (6/16/2014)
If filtering on tableA is what you needed, just do that. The INNER JOIN will take care of the rest.
Thanks for you response, offcourse this was a...
June 17, 2014 at 10:07 am
You could be seeing something of what you're talking about, but as the data changes, if you have auto update stats turned on, you should see the stats change, although,...
June 17, 2014 at 10:00 am
Two guesses, possibly out of date statistics on the tables in question or possibly something up with your I/O sub-system since you're seeing an I/O error.
EDIT
Sorry for the duplicate post....
June 17, 2014 at 8:32 am
Viewing 15 posts - 7,936 through 7,950 (of 22,214 total)