Viewing 14 posts - 1 through 14 (of 14 total)
Quick questions:
1. Are you merging the content or is the data to be kept separate?
R: For imported data, it is necessary to know (after import) the correspondence between the...
January 14, 2019 at 7:07 am
All tables have the same name. And all the databases are different names and are mounted on the same instances.
Through the unique database I understand a separate and...
January 14, 2019 at 6:06 am
USE ApplicationDatabase;
GO
ALTER PROCEDURE original_application_stored_procedure <-- this procedure is executed many times
@param1 nvarchar(50),
@param2 nvarchar(50)
AS
SET NOCOUNT ON; ...
November 30, 2017 at 5:06 am
I have an application who has some stored procedures behind, and i don't have source code for that application . I changed a stored procedure that execute an another stored...
November 30, 2017 at 4:49 am
The article is for SQL Server 2016.
Is this problem serious or can I ignore it?
Thank you.
January 17, 2016 at 11:37 pm
tkx
July 31, 2015 at 6:54 am
Thank you very much
September 22, 2010 at 9:46 pm
Must run on both servers message from the replication monitor ??
(IF @ @ trancount> 0 rollback transaction
(Transaction sequence number: 0x0023006F .....))
Thank you very much and I want an answer as...
September 22, 2010 at 2:41 am
some of the relationships between tables, missing...
I want to rebuild this relation.
The problem is :I need some suggestions, how can i fix the problem, and affect the entire system as...
March 3, 2010 at 3:40 am
Viewing 14 posts - 1 through 14 (of 14 total)