Viewing 15 posts - 2,671 through 2,685 (of 7,502 total)
Paul White NZ (11/5/2010)
ALZDBA (11/5/2010)
I received feedback from MS ....
Wouldn't it be nice if MSFT put a bit more effort into their replies on Connect?
Just confirming the bug is nice...
November 5, 2010 at 5:37 am
Here's a nice WP from SQLCAT that highlights about high availability and mentions the major topics a SLA/DRP should have:
November 5, 2010 at 1:52 am
I received feedback from MS ....
...
The problem is that we were trying to apply a particular optimization that doesn't work with table variables. The bug has been fixed for the...
November 5, 2010 at 12:58 am
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
Viewing 15 posts - 2,671 through 2,685 (of 7,502 total)