Viewing 15 posts - 1,561 through 1,575 (of 2,840 total)
After you read up and test it out, if you have any problems, feel free to post the issue.
-Roy
October 20, 2009 at 7:51 am
You can set up snapshot replication if you want to...
-Roy
October 20, 2009 at 7:11 am
It is an FTP Merge..Right? What is the latency between the publisher and the subscriber? Do you have enough bandwidth? Looks more like Internet problems than anything else
-Roy
October 20, 2009 at 7:09 am
That would be toughie.... Does the same APP connect to different DBs to do different things? Couldnt the app be modified to read the connection from a config file?
-Roy
October 16, 2009 at 9:36 am
What ever rights you gave to the SQL Login, you can provide for the Windows login that you created in the DB.
CREATE LOGIN [<domainName>\<loginName>] FROM WINDOWS;
GO
-Roy
October 16, 2009 at 8:46 am
Windows Authentication does not mean that the users credentials have to be taken. You will create one Windows Login, the app connects with it to do all the database work....
-Roy
October 16, 2009 at 8:44 am
.NET can use Windows Authentication.
-Roy
October 16, 2009 at 8:11 am
I dont mind having a select * being done from SSMS but not from application. Getting unwanted data that you are not going to use in your app by doing...
-Roy
October 16, 2009 at 7:42 am
Drop the foreign key constraints and then add it back with the option WITH NOCHECK. That would mean that it will not check for any existing data. That could probably...
-Roy
October 16, 2009 at 7:09 am
I have never used application role, so I wont comment on that.
But for SQL Login, I would rather keep away from it and use Windows Authentication. What we do is...
-Roy
October 16, 2009 at 6:54 am
Do you have foreign key constraints on the subscriber? That could be one reason why it cannot apply the script.
-Roy
October 16, 2009 at 6:46 am
On your subscriber, do you have foreign key constraints enabled? If you do, drop the foreign key and then try again.
-Roy
October 16, 2009 at 6:44 am
That is one area I do not even look at. As soon as I see SSIS, I skip the thread...:-) That is like a black hole for me..:-)
-Roy
October 15, 2009 at 2:15 pm
Jack Corbett (10/15/2009)
Bob, good idea and will do.Just for the record I'm a separate 'em guy and I'm the roadblock, or as I like to say the voice of reason.
I...
-Roy
October 15, 2009 at 1:47 pm
I would also say Yes provided you have a way of identifying what application changed what data and if there is a need to have reports based on all the...
-Roy
October 15, 2009 at 1:35 pm
Viewing 15 posts - 1,561 through 1,575 (of 2,840 total)