Viewing 15 posts - 616 through 630 (of 2,840 total)
Now a days, you do not see that many Draws in test. I am glad. Even though it takes 5 days, I prefer test over the One days or twenty20...
February 18, 2011 at 12:41 pm
If my memory serves me right, when you add a new object (Article) to an existing publication, it will create a snapshot for just that new article. It will not...
February 18, 2011 at 12:10 pm
The Indexes that are recommended are not always right. This is something you will need to test. What I would suggest for you is to look for a blog by...
February 18, 2011 at 6:40 am
Something like this?
CREATE PROCEDURE dbo.spOutputtest
@someint INT
, @somedate Datetime
, @SomeOutput intOUTPUT
, @SomeOutPutFlt FLOAT OUTPUT
, @SomeOutPut Char(25)...
February 18, 2011 at 6:10 am
I think it was created to test the connection pooling of C3P0 which is used by JDBC and nHybernate.
February 18, 2011 at 5:57 am
Hi There,
There is no easy way to say which is better. There are some things to keep in mind. The first question would be how are the Disks and Drives...
February 17, 2011 at 9:17 am
The answer would be It Depends.
Theoretically it will pick it up from where it was left off, but if the replication thinks that the data is way out of...
February 17, 2011 at 8:39 am
Easiest way to find is through SSMS. You just need to expand the Replication folder and move the mouse over the Publication. It will show the replication type.
February 17, 2011 at 7:51 am
It is difficult to estimate how much space is needed for Log back ups by just knowing the DB size. It all depends on how much activity you have in...
February 16, 2011 at 7:17 am
Dave Ballantyne (2/15/2011)
First big change i need to do today is was told to make the...
February 15, 2011 at 6:08 am
GilaMonster (2/14/2011)
Craig Farrell (2/14/2011)
GilaMonster (2/14/2011)
Another promising looking contract cancelled due to lack of @#$$#@$%$ budget!
I'm almost at the point of walking away and going to work in a book...
February 14, 2011 at 11:39 am
For transactional replication, You can just add the column in the primary and it will get added in secondary. There are some gotchas of course. One is you cannot alter...
February 14, 2011 at 8:27 am
Sorry Wayne,
I did not want to put your name in until I get your confirmation. I knew that you are willing to give presentation, but to put your name without...
February 14, 2011 at 6:09 am
Viewing 15 posts - 616 through 630 (of 2,840 total)