Viewing 15 posts - 9,886 through 9,900 (of 39,769 total)
Late to the gender bias thing as I've been skiing all week. Not to open wounds, but I liked this: http://www.sqlservercentral.com/blogs/databases-infrastructure-security/2015/03/18/women-in-technology/
March 27, 2015 at 5:51 pm
Are you looking to load a single 5GB file into a single table?
There are a variety of ways to do this. Is there a transform? Is it a straight load?...
March 27, 2015 at 4:37 pm
The lock is caused by a process needing to update, and requiring these locks. However because there are existing locks (shared or exclusive) on the pages/table, you get the intent...
March 27, 2015 at 4:35 pm
There is no licensing restriction in SQL Server. Just install with the same key.
However, if you are audited and have two running with the same key, you are seen as...
March 27, 2015 at 4:33 pm
TomThomson (3/27/2015)
March 27, 2015 at 4:32 pm
Eric M Russell (3/27/2015)
Steve Jones - SSC Editor (3/27/2015)
Eric JOATMON (3/27/2015)
You mention "extra columns in a result set" as being a downside to deploying database changes prior to application code...
March 27, 2015 at 4:31 pm
My own answer is that I tend to just use SSMS because it does what I need. I'll use VS for .NET stuff, but otherwise SSMS only. I've rarely opened...
March 27, 2015 at 4:29 pm
chrisn-585491 (3/25/2015)
March 27, 2015 at 2:07 pm
Ray Herring (3/24/2015)
I disagree with the prohibition against Float and note that if you decide you must get rid of Float you will also have to handle Real.
These...
March 27, 2015 at 9:28 am
Can we make this two? We've like to point people to specific items when they have questions, rather than having them need to parse through a part of an article....
March 27, 2015 at 9:26 am
Eric JOATMON (3/27/2015)
You mention "extra columns in a result set" as being a downside to deploying database changes prior to application code changes. That would only occur with a...
March 27, 2015 at 9:24 am
We have some here, and they are widely used. The biggest problems, as pointed out, are poorly written triggers. There are also issues with fundamental design problems in how people...
March 27, 2015 at 8:07 am
patricklambin (3/27/2015)
PS SQLSERVER:\SQL\USER-PC\EXPRESS_ADV_2014>
PS SQLSERVER:\SQL\USER-PC\EXPRESS_ADV_2014> (Get-Host).Version
Major Minor Build Revision
----- ----- ----- --------
2 0 ...
March 27, 2015 at 7:48 am
Viewing 15 posts - 9,886 through 9,900 (of 39,769 total)