Viewing 15 posts - 1 through 15 (of 32 total)
Hi Johan,
"The null value check is performed every time the table is touched, not on a per batch level ! " - yes, that was known to me already....
February 20, 2017 at 7:43 am
Hi Thom,
Appreciate the reply. Essentially no, there isn't a NULL getting passed as [TABLE123].[accountnum1] also doesn't allow NULLS and all the values contained in that table after the...
February 20, 2017 at 6:14 am
If it makes a difference, the destination tables are not emptied, they just have additional data written to them. Before/after this runs any table constraints are removed/added. Strangely though, the...
August 26, 2016 at 7:17 am
Hi guys, thanks for your input. i didn't include every detail for fear of getting bogged-down in process. In terms of what is currently running through the night we have:
Snapshot...
January 20, 2016 at 3:30 am
Managed to get it working - as well as having 'anonymous' access allowed (like the old server) I had to also allow 'basic' 🙂
August 20, 2015 at 3:39 am
ah-ha! success...:-)
its found a ton where it is set to "." which I may filter out, but seems to be doing the trick
thanks
July 24, 2015 at 8:16 am
Luis Cazares (7/24/2015)
Peddi Praveen kumar (7/24/2015)
Hi,here is the solution....
That's a solution, but it's not the solution. Your lengthy function, does basically what my code does in one line.
Another simple solution...
July 24, 2015 at 8:02 am
hi, thanks - unfortunately its not possible, since i would need to jump through hoops to add a function to this system and a #function isn't an option.
is the syntax...
July 24, 2015 at 5:06 am
Hi John,
Can you maybe explain what you mean by a calendar table?
Also, what is the easy way to add a zero to the single digit numericals ie 7 becomes...
March 27, 2015 at 9:26 am
Any idea why the cacheflush from the MAXDOP isn't fully working, while the DBCC FREEPROCCACHE command seems successful? Possibly a bug within SQL 2005?
January 27, 2015 at 3:24 am
Think a possible cause has been found. Overnight a MAXDOP from 1-to-4 runs, and a bit later it then sets things back from 4-to-1 - it looks like the cache...
January 23, 2015 at 10:21 am
how to check if parameter sniffing is being used? :unsure:
January 22, 2015 at 8:15 am
OK, that makes sense (only problem is that after rebooting both servers a couple of days ago the same issue happened - presumably a reboot also flushes the proc cache...
January 22, 2015 at 8:03 am
But I suppose my issue with execution plans, statistics etc is that if they are rubbish, that should persist when the database is failed back to the primary partner (the...
January 22, 2015 at 7:36 am
Found this which seems to work:
[font="Times New Roman"]SELECT GETDATE() --your query to run
raiserror('',0,1) with nowait --to flush...
April 22, 2014 at 8:09 am
Viewing 15 posts - 1 through 15 (of 32 total)