Viewing 15 posts - 91 through 105 (of 130 total)
Thanks for the feedback. I finally set it up with an AD Group called purchasing, and added domain users to that ad group. Then I created a windows authenticated user...
June 22, 2011 at 7:25 am
Michael L John (6/20/2011)
June 20, 2011 at 4:04 pm
RP_DBA (6/20/2011)
USE [DATABASE]
GO
CREATE USER FOR LOGIN
GO
GRANT SELECT ON [SCHEMA].[VIEW]...
June 20, 2011 at 3:32 pm
Another question I have is on what actually gets replicated. Are just tables typically replicated in either transaction or merge replication or do entire databases get replicated?
What have some of...
June 20, 2011 at 1:06 pm
Meredith Ryan-Smith (6/9/2011)
June 15, 2011 at 8:30 am
Sean Lange (6/9/2011)
fyi, you can runSELECT * FROM fn_helpcollations()
to view all the available collations.
Thanks Sean. I ran it and saw 2397 different collations. I looked at the database...
June 15, 2011 at 8:19 am
Sean Lange (6/8/2011)
Sriram.RM (6/7/2011)
you can use Upper()/Lower() function to overcome issues related case sensitive issues or look at collation...
those functions won't help you unless you are in a case...
June 9, 2011 at 12:54 pm
GilaMonster (6/8/2011)
Transactional replication works in all recovery models.
I suppose the best thing to do would be to test it in a test environment and see how it goes. We...
June 9, 2011 at 12:48 pm
GSquared (6/8/2011)
You can use expressions to pull specific file names.How familiar are you with the FTP standard? The SSIS FTP task is pretty standard on those points.
I am familiar...
June 8, 2011 at 7:45 am
andersg98 (6/7/2011)
June 8, 2011 at 7:22 am
GilaMonster (6/7/2011)
kwoznica (6/7/2011)
Would it then be safe to say that as long as a database is in full recovery mode it can be used for replication?
No.
Recovery model and replication...
June 8, 2011 at 7:08 am
PaulB-TheOneAndOnly (6/7/2011)
kwoznica (6/7/2011)
Or does the application code need to specify...
June 7, 2011 at 4:51 pm
GSquared (6/7/2011)
June 7, 2011 at 2:42 pm
That worked perfectly. The only hiccup was finding that the name needs to be upper case. Not sure how to work around case sensitivity.
Otherwise that will easily save me...
June 7, 2011 at 9:17 am
Viewing 15 posts - 91 through 105 (of 130 total)