(Tony Davis) In software development, one man’s meat is often another man’s poison. We come across a technique and it works for us. We assume it will work in all contexts and publish it as a ‘best practice’. It fails to live up to its promise in other circumstances.
Tag: sql server
Getting and storing a high precision datetime
(Kenneth Fisher) Earlier today I was working on a project where I was recording some time stamps. In order to get as much precision as possible I decided to go with a datetime2 datatype.
SQL Server Analysis Services Dimensions, Levels and Hierarchy
(Scott Murray) I would like to get a better understanding of my cube data and would like to know if there are ways to interrogate the level, hierarchy, and dimension for a SQL Server Analysis Services cube using MDX.
Building Databases: One Man’s Best Practice?
(Tony Davis) In software development, one man’s meat is often another man’s poison. We come across a technique and it works for us. We assume it will work in all contexts and publish it as a ‘best practice’. It fails to live up to its promise in other circumstances.
Getting and storing a high precision datetime
(Kenneth Fisher) Earlier today I was working on a project where I was recording some time stamps. In order to get as much precision as possible I decided to go with a datetime2 datatype.
SQL Server Analysis Services Dimensions, Levels and Hierarchy
(Scott Murray) I would like to get a better understanding of my cube data and would like to know if there are ways to interrogate the level, hierarchy, and dimension for a SQL Server Analysis Services cube using MDX.
SQL SERVER – Generating Meaningful Test Data with dbForge Data Generator for SQL Server
(Pinal Dave) Recently I faced with necessity of generating meaningful SQL data for testing purposes. During my search for a proper application for the task, I found out that Devart, a recognized developer of database solutions, released dbForge Data Generator for SQL Server, a GUI tool for fast gene
SQL SERVER – Generating Meaningful Test Data with dbForge Data Generator for SQL Server
(Pinal Dave) Recently I faced with necessity of generating meaningful SQL data for testing purposes. During my search for a proper application for the task, I found out that Devart, a recognized developer of database solutions, released dbForge Data Generator for SQL Server, a GUI tool for fast gene
Script All Server Level Objects to Recreate SQL Server
(Carla Abanes) For this tip, I will provide a guide on how to create a console application that will generate create scripts for server level objects for multiple SQL Server instances. This is handy in the event of a disaster and you need to create a clone of the SQL Server that is no longer availab
Script All Server Level Objects to Recreate SQL Server
(Carla Abanes) For this tip, I will provide a guide on how to create a console application that will generate create scripts for server level objects for multiple SQL Server instances. This is handy in the event of a disaster and you need to create a clone of the SQL Server that is no longer availab
