Viewing 5 posts - 1 through 5 (of 5 total)
Regarding the link mentioned above (https://msdn.microsoft.com/en-us/library/ms173823.aspx) ... this seems not to be the complete list at all, what about other typical like @@rowcount or @@trancount ?, they are...
May 31, 2016 at 7:06 am
That is a good I idea and was my first attempt indeed, basically I created this:
set @i = ident_current ('<table_name>')
set identity_insert <table_name> on
insert into <table_name> (id ...) values (1000000, ...)
set...
February 18, 2016 at 5:21 am
I also think so, but my question is, the replication process would be executing something for this internally when applying those transactions, is there any way to get that ?
...
February 18, 2016 at 4:15 am
Adding the schema seems to work properly at least in my basic tests.
Cheers and thanks a lot.
June 18, 2014 at 2:41 am
The problem is that I am not able to see the object id when the synonym has been created with a different user than the one running the query, for...
June 17, 2014 at 9:35 am
Viewing 5 posts - 1 through 5 (of 5 total)