Viewing 15 posts - 106 through 120 (of 137 total)
Table 1
Record ID
hash to speed searching
concatenated integers for full comparison
other CRUD stamps...
February 24, 2014 at 1:29 pm
OK, missed that on the first and second read of the article. My bad. the approach I have used in the past does not maintain RI, but your second table...
February 24, 2014 at 12:47 pm
You can create a package that performs a single table create/load/process and use variables to override table name, file name, etc. Nest the for mentioned package that has the loop...
February 24, 2014 at 12:22 pm
I will post this to my blog with more descriptions, but here is some test code. We use this style when users have the ability to upload, make minor revisions,...
February 24, 2014 at 9:49 am
Have you tried working with the SqlBulkCopy objects in .Net? I use them with OLEDB connections and they are very for large data sets.
A second approach is to use a...
February 24, 2014 at 8:53 am
Does the CLR handle the where clause properly or does it always return all sub-values?
February 21, 2014 at 10:00 am
We highly recommend that developers seek other alternatives first. Many of the uses cases for CLR have been replaced by new functionality in the database engine, such as compression, encryption,...
February 21, 2014 at 5:52 am
“The maximum amount of data that can be lost in the case of a disaster”
This statement may need a bit of an update, or an clause that assumes your only...
February 12, 2014 at 6:34 am
In my junior years, I was more willing to simply follow the orders from upper management and collect my paycheck at the end the of day. Getting called on nights...
February 10, 2014 at 7:43 am
Many smaller businesses will find a better price point outsourcing their back office solution to the cloud. They can reduce, if not completely eliminate all onsite IT since most users...
February 6, 2014 at 7:47 am
I have not found any broadcast mechanisms in SSIS. We have packages that deploy the same data to multiple servers by running the same package but overriding the connection string...
February 3, 2014 at 7:01 am
I cannot imagine our world if Codd had a patent on 3rd normal form and blocked others from creating the modern database engine.
January 30, 2014 at 6:55 am
Yes, check this one
http://www.sqlservercentral.com/Forums/Topic1535981-149-1.aspx#bm1535983
January 29, 2014 at 9:43 am
Viewing 15 posts - 106 through 120 (of 137 total)