|
|
|
|
Browse by Tags
All Tags » DBA » Design » SQL Server » SQL Server 2008 (RSS)
-
Many shops need to store binary large objects (sometimes called BLOBS) in a database. There are really only two ways to do this: store in them in a table structure in the database itself using a binary data type, or store them in the operating system in a file folder somewhere and point to the file using a text field in a table.
Both of these ...
-
As the Data Professional in your organization, the rest of the org looks to you to ensure that the system can handle what the business requires. To do that, you need to know two things: what the business requires, and what SQL Server can do.
But of course there’s a bit more to it than that. Knowing the business side of the requirements – well, I ...
|
|
|
|
|