Viewing 15 posts - 2,671 through 2,685 (of 7,498 total)
HTH 🙂
If you post the new sqlplans (and consumption times), I'm sure we'll take another look.
November 4, 2010 at 1:19 am
I cannot find the ref right now, but if I'm correct you should be able to - and must - take control over IO.
This is the critical point that makes...
November 3, 2010 at 8:34 am
Can you post the link again ? :blush:
never mind .... i did find it ... 😀 http://pulse.sqlserverpedia.com/awards/
November 3, 2010 at 5:55 am
Gianluca Sartori (11/3/2010)
ALZDBA (11/3/2010)
And if things don't work like I would expect, in RDP to a dev box :Whistling:
I tend to use virtual machines to play with new things. At...
November 3, 2010 at 4:46 am
Brandie Tarvin (11/3/2010)
I'm debating on getting...
November 3, 2010 at 4:26 am
On most of our servers I use xcopy as a last step of the sqlagent job.
If you have robocopy I've heard it should perform better than xcopy.
November 3, 2010 at 1:02 am
next time, if you know this is a restored/attached db, I guess it will be easier to just run:
ALTER USER [username] WITH LOGIN = [loginname]
November 3, 2010 at 12:56 am
I use the same procedure sequence as Adiga.
Back in the days, with SQL7 we encountered a files server going offline during a backup, and that caused the server that hosted...
November 2, 2010 at 1:32 pm
Did you map the user to the correct database ?
I suppose you have more than one userdb.
November 2, 2010 at 1:23 pm
did you actually refresh the database in the object explorer ?
November 2, 2010 at 1:14 pm
This is my Monday morning .... actually Tuesday, but yesterday was a holliday 😉
- Unless your db is case sensitive, remove all upper conversions !!
- If it is case sensitive,...
November 2, 2010 at 2:00 am
That's a known issue with this view gui.
So, don't use the create view window, but open a Query window, paste your code and type "create view yourschema.yourname as " on...
November 1, 2010 at 10:53 am
afaik, updates will only work if you target a single tables columns.
Workaround ?
Prepare your action
Perform the update targeting single tables
If you need that in transaction scope, just use begin...
November 1, 2010 at 8:17 am
SQL2005 std comes as well in 32 bit as 64 bit.
std vs ent edtn,... have a look at
http://www.microsoft.com/sqlserver/2005/en/us/compare-features.aspx
November 1, 2010 at 8:11 am
Best thing to do at this moment is to post both execution plan.
In SSMS activate 'show actual execution plan' in your query toolbar.
Then execute the query.
Select the execution plan tab,...
November 1, 2010 at 2:31 am
Viewing 15 posts - 2,671 through 2,685 (of 7,498 total)