Viewing 15 posts - 3,076 through 3,090 (of 6,038 total)
Yeah, but could you reproduce the non-blocking behaviour?
December 23, 2015 at 2:32 pm
With the exception of secure document storage, I don't see the point in containing BLOBs in a relational database. With what you're suggesting, the website would hit your database whenever...
December 23, 2015 at 11:40 am
I actually can't reproduce this. I'm using SQL Server 2014, and Session 2 WILL wait for Session 1 to commit on the 2nd run, which is what we'd normally expect...
December 23, 2015 at 11:21 am
You can do a brute force dictionary query against the sys.sql_logins table to discover the password for any sqlserver login, including 'SA'.
declare @pw table (pwtext varchar(180) not null primary key);
...
December 23, 2015 at 10:38 am
Ed Wagner (12/23/2015)
Alvin Ramard (12/23/2015)
Eric M Russell (12/23/2015)
Alvin Ramard (12/23/2015)
Eric M Russell (12/23/2015)
December 23, 2015 at 10:15 am
Alvin Ramard (12/23/2015)
Eric M Russell (12/23/2015)
December 23, 2015 at 9:19 am
Indianrock (12/23/2015)
How is SA ( with good password properly managed and not used by applications ) any worse than your own "admin" sysadmin login?
Because it can be shared across multiple...
December 23, 2015 at 8:44 am
Putting your data in the cloud: that's then you save a backup to external disk, and then have it boosted up the Space Station for safe keeping; right? :Wow:
December 23, 2015 at 8:23 am
Alvin Ramard (12/23/2015)
Ed Wagner (12/23/2015)
mjh 45389 (12/23/2015)
Eric M Russell (12/23/2015)
Eric M Russell (12/23/2015)
mjh 45389 (12/23/2015)
December 23, 2015 at 8:15 am
sql_novice_2007 (12/23/2015)
I am trying to write a query to select only those...
December 23, 2015 at 8:01 am
But regardless of the implementation, you need to let the developers know this deployment isn't going into production until after New Years at the very least. Has this been tested...
December 23, 2015 at 7:17 am
I generally contain things like CRM Comments, Phone Numbers, and often times Status Codes in a separate table. They are not 1:1 static attributes in the same way that SSN,...
December 23, 2015 at 7:13 am
Matt Miller (#4) (12/22/2015)
Eric M Russell (3/23/2011)
An MP3 player and an automobile engine are two unrelated systems that should not be tightly coupled.
Hmm that reminds me of some quotes I...
December 23, 2015 at 7:05 am
The only practical use for CLR in a data warehouse that comes to mind is perhaps a custom aggregate function.
December 23, 2015 at 6:59 am
Eric M Russell (12/23/2015)
mjh 45389 (12/23/2015)
December 23, 2015 at 6:54 am
Viewing 15 posts - 3,076 through 3,090 (of 6,038 total)