Viewing 15 posts - 1 through 15 (of 87 total)
I removed my reply as it was a bad recommendation by me. I misunderstood the MS engineer.
July 23, 2012 at 1:26 pm
What is the status of the replication jobs? Are they executing or in failure? What does replication monitor show?
September 26, 2010 at 1:34 am
I realize that ROUND has solved your immediate issue, however make sure you understand the float data type.
August 7, 2010 at 12:41 am
Nakul Vachhrajani (8/6/2010)
Use the ROUND Function - for help & examples, refer BOL.
The problem is with how it's stored.
August 6, 2010 at 11:59 pm
That's the problem with float data type, it's just an approximation. If you want 1.25, then use decimal data type.
August 6, 2010 at 11:37 pm
SELECT Name FROM YourDatabaseNameGoesHere.dbo.users
August 6, 2010 at 11:35 pm
You should consider READ_COMMITTED_SNAPSHOT isolation level as well as moving your reports to a different server that gets replicated to.
If you want additional help, please post your queries...
August 5, 2010 at 3:34 pm
There are lots of benefits and lots of drawbacks to it.
Here's some that I think of:
Pros:
1. Database maintenance per database will run faster against each database as there's...
August 5, 2010 at 1:37 pm
TheSQLGuru (8/5/2010)
Tara Kizer (8/4/2010)
That is some bad code then. 😉
I don't think it is bad code. Works fine to accomplish the objective. You may argue with the...
August 5, 2010 at 8:51 am
GilaMonster (8/4/2010)
Tara Kizer (8/4/2010)
Then after the first 500 and finally when around 20% plus 500 modifications have...
August 5, 2010 at 8:50 am
The Microsoft engineer directed me to this article, which discusses the inner workings: http://msdn.microsoft.com/en-us/library/dd535534(SQL.100).aspx
I haven't read it yet.
August 4, 2010 at 4:52 pm
So I was able to get a hold of Microsoft regarding this and here's what I got back:
That is only true when you pass from no rows to more than...
August 4, 2010 at 4:32 pm
That is some bad code then. 😉
August 4, 2010 at 3:47 pm
Viewing 15 posts - 1 through 15 (of 87 total)