Viewing 15 posts - 1,456 through 1,470 (of 6,026 total)
I don't always agree with the EU, but I so wish the US would keep up with the EU in regards to digital privacy legislation. If that negatively impacts your...
May 18, 2017 at 7:25 am
How fast loop is depends on what it doing in between for each iteration. If it's executing 10,000 calls to a SQL Server stored procedure for each loop, then your choice of...
May 17, 2017 at 5:57 pm
In some ways static analysis of SQL code is easier, because it's a declarative language with a much smaller set vocabulary and simpler paradigms. However, at the same time it's...
May 17, 2017 at 7:26 am
May 17, 2017 at 7:17 am
May 16, 2017 at 7:36 am
May 15, 2017 at 11:49 am
S Hodkinson - Saturday, May 13, 2017 1:37 AMGosh this seems terribly relevant after yesterday's attack
Indeed.
How One Simple Trick Just Put Out...
May 15, 2017 at 8:07 am
Policies can destroy creative thought if applied too mechanically. In a complex system, such as a database, best-practices so often blur into 'it depends'.
What set of policies are...
May 15, 2017 at 7:50 am
May 12, 2017 at 11:43 am
It's a lot easier to automate a process when it's been well defined (ie: the functional requirements don't change) and when the underlying physical environment is stable (ie: you don't...
May 11, 2017 at 6:37 am
May 11, 2017 at 6:11 am
You're posting in a SQL Server 2008 forum. A lot has changed in the area of availability, replication, and disaster recovery features between versions 2012-2014-2016. Confirm that you're production environment...
May 10, 2017 at 7:46 am
As the DBA, about the only influence you have this situation (poorly constructed SQL coming from an application) is to insure that both [some_table].[some_id] and [some_other_table].[some_other_id] are indexed. If investigation...
May 10, 2017 at 7:11 am
May 9, 2017 at 11:51 am
May 9, 2017 at 9:14 am
Viewing 15 posts - 1,456 through 1,470 (of 6,026 total)