Viewing 15 posts - 2,431 through 2,445 (of 2,840 total)
Chris Morris (2/13/2009)
Jeff Moden (2/12/2009)
Heh... nope... that's my ol' "buddy"... and those are typical questions from him.
This poster's been active for a couple of years...quite a few of his posts...
February 13, 2009 at 6:13 am
Bruce W Cassidy (2/12/2009)
Roy Ernest (2/11/2009)
February 13, 2009 at 6:11 am
You can also check how much RAM the SQL Server is using.
February 12, 2009 at 12:40 pm
Grant Fritchey (2/12/2009)
GilaMonster (2/12/2009)
http://www.sqlservercentral.com/Forums/FindPost655667.aspx
I want to do a PhD in the area of database optimisers. Can anyone suggest a good topic?
Gees, it took me months of reading to decide on...
February 12, 2009 at 12:01 pm
The only thing is that since everything is GUI, The developers think that there is no need for a DBA since they can do it by themselves. Also you see...
February 12, 2009 at 7:15 am
Actually it depends on your DB design.
For instance you have an Identity column in the publisher, The subscriber will not be an identity column. It will either be an int...
February 12, 2009 at 6:28 am
That was a pretty good one. He gives the obvious answer and still ask the question.. 😀
I like to help, but I am very very bad at explaining. I usually...
February 12, 2009 at 6:14 am
We tried it between two continents. The latency was about 360ms. Even synching the DB initially was a problem. And then sometimes the Internet connection dropped.
February 11, 2009 at 9:50 am
Jim C (2/11/2009)
February 11, 2009 at 9:30 am
First you write triggers that fires when your App (or even updates made by you on the fly) makes any changes to the data in the tables. This trigger will...
February 11, 2009 at 9:25 am
You can always write a trigger on the tables that will fire After Update, Insert or delete and write to another table with a Primary key, Table name and operation......
February 11, 2009 at 9:09 am
For what I am saying, you will need to tag any transaction that happens with what kind of operation it was. (Update, insert and delete).
February 11, 2009 at 8:51 am
Ah... Windows Server 2008. 🙂 Thats a different ball game all together. I would wait for cpouple of Service pack to come out before I move into it. 😛
You will...
February 11, 2009 at 8:01 am
There is only one option to do it. That is drop the table from Replication and then add it after the alter commands are done.
To add it there are two...
February 11, 2009 at 7:54 am
Friday the Thirteenth.... My lucky day..:D
February 11, 2009 at 7:13 am
Viewing 15 posts - 2,431 through 2,445 (of 2,840 total)