|
|
-
Jonathan Roberts Commented 1 Years ago through Puzzles
Does the start date of the next interval have to be less than or equal to the end date of the previous or less than or equal to the end date plus 1?
e.g. are the two intervals:
2012-01-02 to 2012-01-15
2012-01-16 to 2012-01-20
acceptable as next interv
|
|
|
-
Jonathan Roberts Liked 1 Years ago through Pages
We wish to use these pages for publishing various documents, announcements, FAQ etc related to beyondrelational.com...
|
-
Jonathan Roberts Commented 1 Years ago through Blogs
Interesting article but I must say I've never wanted to name columns to include square brackets. Our best practice is to not include anything other than alphabetic, numeric and underscores in names....
|
-
Jonathan Roberts Commented 1 Years ago through Blogs
Interesting article but I must say I've never wanted to name columns to include square brackets. Our best practice is to not include anything other than alphabetic, numeric and underscores in names....
|
-
Jonathan Roberts Liked 1 Years ago through Blogs
Square braces in SQL Server play a major role in T-SQL programming. When an object name contains a space, special character, etc, the only way to express them is to put them aroud squre braces. Consider that you want to create a table user master (with ...
|
-
Jonathan Roberts Commented 2 Years ago through Blogs
I'm not saying it's the best option just that you do have the option to read xml in T-SQL too....
|
-
Jonathan Roberts Commented 2 Years ago through Blogs
I'm not saying it's the best option just that you do have the option to read xml in T-SQL too....
|
-
Jonathan Roberts Commented 2 Years ago through Blogs
chojrak11,
You can of course use T-SQL to read xml too with OPENXML...
|
-
Jonathan Roberts Commented 2 Years ago through Blogs
chojrak11,
You can of course use T-SQL to read xml too with OPENXML...
|