|
|
-
Roby Van Hoye Liked 1 Months ago through Pages
We wish to use these pages for publishing various documents, announcements, FAQ etc related to beyondrelational.com...
|
-
Roby Van Hoye Commented 3 Months ago through Blogs
@Eric Bradford.
Putting your data in tempdb would indeed be a way to 'work around the (self-imposed) limitations' of a normal database, but wouldn't it make more sense to use just another *normal* database that has no mirroring configured and/or is set...
|
-
Roby Van Hoye Commented 3 Months ago through Blogs
@Eric Bradford.
Putting your data in tempdb would indeed be a way to 'work around the (self-imposed) limitations' of a normal database, but wouldn't it make more sense to use just another *normal* database that has no mirroring configured and/or is set...
|
-
Roby Van Hoye Commented 3 Months ago through Blogs
Also worth noting is that ANY ##temp-table or 'normal table in tempdb' is accessible by ANY other connection too. This requires some planning and taking care of when using this kind of objects in a multi-user environment as different processes might cla...
|
-
Roby Van Hoye Commented 3 Months ago through Blogs
Also worth noting is that ANY ##temp-table or 'normal table in tempdb' is accessible by ANY other connection too. This requires some planning and taking care of when using this kind of objects in a multi-user environment as different processes might cla...
|
-
Roby Van Hoye Liked 4 Months ago through Just Learned
In earlier versions of Windows, there is a key for Print Screen that would work independently to take a screen shot. But in Windows 7, you need to use two keys Function and Print screen for the same functionality...
|
-
Roby Van Hoye Commented 4 Months ago through Just Learned
Not entirely sure what you mean with 'Function-key', but most likely you're referring to the [Fn] key that's found on some laptops (lower left) and that enables the keyboard-builder to remove some keys (= less space needed) but still allow that function...
|
-
Roby Van Hoye incorrect 4 Months ago through Just Learned
In earlier versions of Windows, there is a key for Print Screen that would work independently to take a screen shot. But in Windows 7, you need to use two keys Function and Print screen for the same functionality...
|
-
Roby Van Hoye Commented 4 Months ago through Blogs
That's quite a misleading title !
- The 'implicit' data-type of NULL is integer.
- The 'implicit' data-type of the sum of an integer and a datetime and a decimal is a datetime.
The reason for the latter can be found in the documentation of
...
|
-
Roby Van Hoye Commented 4 Months ago through Blogs
That's quite a misleading title !
- The 'implicit' data-type of NULL is integer.
- The 'implicit' data-type of the sum of an integer and a datetime and a decimal is a datetime.
The reason for the latter can be found in the documentation of
...
|