Nieuws

Consumers use CreateTable to create consumer-named permanent tables, and permanent or temporary tables with unique names generated by the OLE DB Driver for SQL Server.
How do SQL Server Temp Tables Work? SQL Server temp tables are stored in the tempdb database. They are physically created in the same way as regular tables, except that they are named with a pound ...
Describe the problem you're observing: In 6.1.4, clicking on "Tables" in Database Navigator won't open up the table tree. I can double-click the Tables folder and see the table list, but I don't get ...
Here's how you can use SQL Server's OpenJson function to dismantle JSON structures into relational tables targeting either transactional systems or data warehouses.
I was just wondering if anyone was dumping performance monitoring data to SQL Server tables?Any tips, advice, thoughts in general on this?Lessons hard learned, etc...?Here is what I am dreaming of ...
SQL Server has long had a function called table pinning, which allowed certain tables to not be flushed from memory once they are read. This feature has been misconstrued in the past as a kind of ...