Viewing 15 posts - 2,041 through 2,055 (of 6,038 total)
It is alarming to think that Spotify could (inadvertently or even willingly) fill the hard disk of 40 million users worldwide.
However, this can be mitigated by setting "Maximum Database Size"...
November 15, 2016 at 8:16 am
Surprise!
November 15, 2016 at 8:06 am
Eirikur Eiriksson (11/15/2016)
...You better start a new thread with your question, not many are going to be watching this one.
😎
Too late, it's sitting in the 'Active Threads' queue, so everyone...
November 15, 2016 at 8:02 am
...Have you ever updated every row of a table to the same value because of a poorly written query? I have. A temporal table would have been handy in this...
November 15, 2016 at 7:41 am
If the goal is the prevent stored procedure recompilations, then I'd suggest using table variables instead of temporary tables.
November 14, 2016 at 3:12 pm
lassell (11/14/2016)
November 14, 2016 at 3:06 pm
Gary Varga (11/14/2016)
Eric M Russell (11/11/2016)
November 14, 2016 at 12:00 pm
David.Poole (11/12/2016)
November 14, 2016 at 9:25 am
SQL Server, the full stack multi-engine platform, is evolving into a one-stop shop for all your database needs.
November 14, 2016 at 8:56 am
Also, you can google "online t-sql formatter" and try out the features of various implementations with downloading and installing anything.
November 11, 2016 at 3:23 pm
Starting with SQL Server 2012, we can create user defined server roles.
For example:
CREATE SERVER ROLE [ReadOnlyAdmin];
Next grant all the necessary permissions and additional role membership to [ReadOnlyAdmin], and then add...
November 11, 2016 at 2:09 pm
Jeff Moden (11/11/2016)
Eric Mamet (11/10/2016)
Ideally, it should be something working in both SSMS and Visual Studio (SSDT) as we use...
November 11, 2016 at 1:54 pm
homebrew01 (11/10/2016)
Eirikur Eiriksson (11/10/2016)
Think this is the wrong question, should be "what are the justifications for running an unsupported version of SQL Server"
😎
Doesn't cost any money ?? $10,000 to...
November 11, 2016 at 12:54 pm
skeleton567 (11/11/2016)
Eric M Russell (11/11/2016)
November 11, 2016 at 12:06 pm
If you don't like the 2 year cycle of releases, you always just sit every other one out. However, I'd recommend v2016.
November 11, 2016 at 11:33 am
Viewing 15 posts - 2,041 through 2,055 (of 6,038 total)