2014-04-28
1,434 reads
2014-04-28
1,434 reads
2014-04-23
1,525 reads
2014-04-21
1,397 reads
2014-04-17
1,512 reads
2014-04-16
1,425 reads
A new enhancement in SQL Server 2014 allows you to directly enter C# code in your stored procedures.
2014-04-01
4,391 reads
Today is the first day of general availability for SQL Server 2014.
2014-04-01
11,666 reads
SQL Server 2014 is being released and a change in the defaults will ensure that more instances will run smoother.
2014-04-01
2,616 reads
, Quentin Clark, corporate vice president of the Data Platform Group, announced that SQL Server 2014, the foundation of Microsoft’s cloud-first data platform, is released to manufacturing and will be generally available on April 1.
2014-03-19
8,254 reads
2014-03-10
1,646 reads
This month, I prompted bloggers to discuss whether good enough is perfect. Thank you to all...
By Steve Jones
Recently a customer asked if SQL Compare and SQL Data Compare can be used...
i see this in the definition of a linked server on our wh sql...
Is this even possible ? Tried with grant but to no avail. [sys].[database_role_members] and...
Comments posted to this topic are about the item Stairway to Snowflake Level 5...
What does this code return in SSMS 20 from SQL Server 2019?
select '|' + CHAR(0)+'abc' + '|';See possible answers