Viewing 15 posts - 421 through 435 (of 463 total)
Is there a good reason to only use XML files? Replication might be a good way to solve the problem (the details will decide which type).
November 15, 2007 at 2:50 pm
One other difference is in the sorting ... if the column is included then it won't influence the order of the index records.
November 8, 2007 at 11:05 pm
I would add that you do need to make sure you have sufficient peak network bandwidth for mirroring. Also it must run using full recovery model.
November 8, 2007 at 10:56 pm
There are no UTF-8 character types in SQL so you will be using unicode types. Every character stored will take 2 bytes instead of 1. As to the...
November 8, 2007 at 10:50 pm
You didn't mention SQL2005, so upgrading to the MCITP might be worth looking into. The certificate in itself is mostly meaningless, but the knowledge that you will gain from...
November 5, 2007 at 10:08 am
Magnetizing a CRT monitor is always fun if the owner doesn't understand degaussing. Less fun when you realise that the monitor has no degauss button.
Nothing beats shoe polish on...
November 1, 2007 at 10:47 pm
Steps:
1) Read books/magazines/articles on SQL Server
2) Take the test based on your own knowledge rather than asking other people to answer the questions for you.
October 31, 2007 at 1:17 pm
I know this is a little late for the bulk of the discussion, but couldn't you just create a table with one column for the actual date and another in...
October 31, 2007 at 1:08 pm
Is it faster if a temp variable is used instead of a temp table?
How about if the table was pre-created? The dynamic solutions are still hardcoding values, to be...
October 26, 2007 at 2:15 pm
You could always mirror for the HA and perhaps log ship on a nightly basis if you have enough of a window and the reporting data doesn't need to be...
October 25, 2007 at 10:38 pm
Profiler requires alter trace permissions. DTA requires sa rights for the first use, and db owner rights subsequently. These should be sufficient to stop most of your users...
October 25, 2007 at 10:21 pm
Is there a good reason for using TEXT? It is marked for deprecation.
October 25, 2007 at 10:14 pm
I don't know about DoubleTake, but I can answer some of your other questions:
1 & 3) From SSMS you can access the Mirroring Monitor by right clicking one of the...
October 25, 2007 at 9:59 pm
You should probably investigate whether the queries can be optimised to reduce page locking. Also look at whether adding or modifying indexes could help. In this area, I...
October 20, 2007 at 11:19 pm
Viewing 15 posts - 421 through 435 (of 463 total)