Viewing 15 posts - 361 through 375 (of 1,170 total)
GilaMonster (3/16/2015)
Igor Micev (3/16/2015)
wak_no1 (3/16/2015)
Thanks for the reply.Why shouldn't I drop the clustered indexes? - they're not needed (hence why non exist), as they're only needed for the move.
You can...
March 16, 2015 at 8:44 am
wak_no1 (3/16/2015)
Thanks for the reply.Why shouldn't I drop the clustered indexes? - they're not needed (hence why non exist), as they're only needed for the move.
You can use the DROP_EXISTING...
March 16, 2015 at 8:31 am
I knew it's possible but didn't know that it could be with the -x option in the startup options.
Thanks
March 12, 2015 at 4:52 am
I knew it's possible but didn't know that it could be with the -x option in the startup options.
Thanks
March 12, 2015 at 4:52 am
A big and interesting system. You have to specialize on it using the maximum of the Enterprise features of SQL Server. For e.g.:
- Partitioning is something that you must include....
March 11, 2015 at 7:24 pm
This link is one very useful - https://www.simple-talk.com/sql/performance/sql-server-deadlocks-by-example/.
March 10, 2015 at 1:47 pm
Resolving deadlocks is usually a long-duration task that requires from you to overview more aspects.
What is the number of records that are you deleting in some of the tables? it...
March 10, 2015 at 3:34 am
GilaMonster (3/10/2015)
Solution: Create the temp...
March 10, 2015 at 3:17 am
Nice question. High quantity of information with regards to the security by using certs. 😉
February 27, 2015 at 5:11 am
Eric M Russell (2/17/2015)
Igor Micev (2/16/2015)
bgrossnickle (2/10/2015)
won't you get an error if you try to kill system processes?
This is a good notice. System databases' process should be avoided.
@author: What about...
February 17, 2015 at 8:09 am
Interesting. I like questions that make me think up a bit more.
February 17, 2015 at 12:48 am
bgrossnickle (2/10/2015)
won't you get an error if you try to kill system processes?
This is a good notice. System databases' process should be avoided.
@author: What about if you want to kill...
February 16, 2015 at 4:27 pm
It's most likely that a security issue is in question, but can you check that the service accounts have the same privileges. Also, you should give some more explanation of...
February 15, 2015 at 3:30 pm
Perry Whittle (2/13/2015)
When you restore the...
February 13, 2015 at 5:19 am
Viewing 15 posts - 361 through 375 (of 1,170 total)