Viewing 15 posts - 61 through 75 (of 92 total)
- nothing changed it the subscriber, it's only online to test the connections
- no triggers
But it's possible the last reason, gonna check the update queries... thx
Colleen M. Morrow (6/28/2011)
Data...
June 30, 2011 at 7:42 am
There was 1 table missing 1 row.. 🙁
June 30, 2011 at 7:39 am
Thanks for the help...
I didn't found 'SqlPubWiz.exe', so I've done it with the Generate script... 🙂
June 28, 2011 at 6:17 am
No one knows what could be wrong?
June 28, 2011 at 5:16 am
You can save this query and run the Database Engine Tuning Advisor against it...
This will create scripts to make your indexes
June 23, 2011 at 6:03 am
Thanks for the info.
I will ask the application owner to check this problem... hope they can change there working principle.
June 15, 2011 at 5:47 am
stewartc-708166 (6/15/2011)
have you tried using OPENQUERY?
UPDATE OPENQUERY([SQLVACRE052-053],'SELECT u.NAME FROM Interactive.vac.RegisteredUser u WHERE u.ID=1117698')
SET NAME = 'xxxxxxx'
OPENQUERY worked without any problem.
June 15, 2011 at 5:15 am
Not tried... I will do
But I cann't change the query itself, because it's programmed already in the application 🙁
June 15, 2011 at 5:12 am
More info (in meanwhile I'm still googling around):
- All tables in the view have PK
- No triggers in the remote db
June 15, 2011 at 4:59 am
More info:
SELECT u.NAME FROM [SQLVACRE052-053].Interactive.vac.RegisteredUser u WHERE u.ID=1117698
SELECT NAME FROM dbo.Regusers_VACREF WHERE ID=1117698
Both query's are ok, no problems here (with a select), only with the update...
June 15, 2011 at 3:35 am
Isn't it possible with the registered servers window?
- Create group and place all connections (per instances) in it
- Right click on the group and select 'New query'
- Execute your query...
June 9, 2011 at 3:42 am
Ok, we will test it with the application..
Many thanks for your knowledge 🙂
June 9, 2011 at 3:25 am
crazy4sql (6/9/2011)
You will be able to connect the database.
Its like you can have same name and password for...
June 9, 2011 at 3:02 am
Hello crazy4sql,
Yes both servers can ping each other and both can be ping'd by the application server.
For the SQL login:
I need to create 1 login on both servers (same name...
June 9, 2011 at 2:45 am
It's not possible to restore the restoring db as a copy, so the actual restoring db keeps available for log shipping?
June 6, 2011 at 8:06 am
Viewing 15 posts - 61 through 75 (of 92 total)