Viewing 15 posts - 1,201 through 1,215 (of 14,953 total)
Authorization on those by account or by group?
July 19, 2012 at 12:28 pm
Can you provide a sample of the XML? Anonymized, of course. That would make it easier to see what's going on.
July 19, 2012 at 12:26 pm
Nope. No progress bar available. Not really possible, either.
You can get an estimated "cost" of a query, which can roughly translate to duration. But the "costs" are...
July 19, 2012 at 12:10 pm
Tao Klerks (7/19/2012)
Lynn Pettis (7/19/2012)
July 19, 2012 at 12:08 pm
Mad Myche (7/18/2012)
As for...
July 19, 2012 at 11:48 am
lokeshvij (7/19/2012)
Further to add on; scalar functions are always deterministic.- Lokesh
No they're not. It's easy to make nondeterministic scalar UDFs.
July 19, 2012 at 11:21 am
Are you using Select From OpenQuery? If so, you can do the date conversion in your Select clause.
July 19, 2012 at 11:20 am
Have you made sure SQL Server, SQL Agent, et al, are all running/starting under some other credential and won't lose access?
July 19, 2012 at 11:18 am
Two types. Deterministic and non-deterministic.
In other words, what do you mean by "types" of functions?
July 19, 2012 at 11:07 am
bpw (7/19/2012)
@colin - I implemented this and the time cam down to around 16mins, which is a big improvement, thanks.
@yayomayn - I'm concerned by what it...
July 19, 2012 at 9:35 am
paul.knibbs (7/19/2012)
BenWard (7/19/2012)
we can track how fast they drive vs speed limit on the roads they are on and the g-forces caused by their cornering and acceleration to see if...
July 19, 2012 at 9:34 am
yayomayn (7/19/2012)
[Code="sql"]
WHEN
MATCHED...
July 19, 2012 at 7:14 am
If you execute multiple scripts on multiple connections, they can block/deadlock each other, just like any other scripts. But if they're sequential in one script, and you run it...
July 19, 2012 at 7:11 am
Probably. I'm not as familiar with script tasks in SSIS as I probably should be. But why not get your SSIS package assigned a credential with bulk-import permissions?...
July 19, 2012 at 6:55 am
Viewing 15 posts - 1,201 through 1,215 (of 14,953 total)