Viewing 15 posts - 1,936 through 1,950 (of 13,838 total)
OK, it's good that you understand the implications.
My experience with replication is limited, and therefore so is my advice! I think that you need to be monitoring what is going...
July 1, 2021 at 5:27 pm
Sounds like a join. But without knowing more about the data and table structure, it's difficult to help any more than that.
July 1, 2021 at 5:08 pm
Yes it matters. Put it before the statements you want it to apply to. It applies to all of the statements which follow it in the proc, unless you issue...
July 1, 2021 at 5:05 pm
Here is a detailed article on the topic: http://rusanu.com/2010/03/26/using-tables-as-queues/
June 30, 2021 at 6:25 pm
Can't see an easy way of fixing that. Seems that the Excel code does not allow you to specify the delimiter and instead picks whatever you have in Regional Settings.
The...
June 30, 2021 at 6:22 pm
I think you've been a forum member long enough to know that "it didn't work" doesn't cut it as a technical reply.
June 30, 2021 at 5:49 pm
Change the delimiter from a comma to a pipe to avoid that issue.
June 30, 2021 at 5:23 pm
Use square brackets:
CREATE USER [DT-SERVICES-TEST] WITHOUT LOGIN;
June 30, 2021 at 2:01 pm
@Phil I was thinking on the queue also do you have any examples or suggestions to get me started...
Thanks.
As Jonathan AC Roberts mentioned, this is difficult without knowing more....
June 30, 2021 at 9:18 am
OK, what I was angling towards is this: can your process be re-engineered to process all currently unprocessed rows in the queue, rather than picking them off one by one?
June 29, 2021 at 1:47 pm
Do you execute one or more procs for every row hitting the queue?
June 29, 2021 at 1:19 pm
It might be helpful if you would elaborate on the 'performance issues'. Are we talking CPU, disk access, locking/concurrency, parallelism ...?
What makes you think that the cursor is causing the...
June 29, 2021 at 12:53 pm
The query you have provided contains both a subquery and a ranking function, so I don't understand what you are asking for.
June 29, 2021 at 10:21 am
is there any alternative ?
Alternatives are described by Adi Cohn. An SSIS solution sounds plausible.
June 29, 2021 at 9:37 am
There is no easy way. As far as I know, it is not possible to select which objects should be restored from a SQL backup.
You can, of course, restore the...
June 29, 2021 at 8:33 am
Viewing 15 posts - 1,936 through 1,950 (of 13,838 total)