|
|
-
Jeff Moden Commented 1 Months ago through Blogs | 1 Point
Since closing the conection in Step 7 effectively ends the session, you don't have to drop the Temp Table. It will drop all by itself. As a matter of fact, if the script is used a whole lot, there's a benefit to NOT explicitly dropping the Temp Table....
|
-
Jeff Moden Commented 1 Months ago through Blogs | 1 Point
Nicely done, Nakul. I still use this method instead of Table Valued Parameters. It just seems easier....
|
|
|
-
Jeff Moden Commented 2 Months ago through Blogs | 1 Point
SAN snapshot if the servers are on the same SAN....
|
-
Jeff Moden Commented 2 Months ago through Blogs | 1 Point
Nice reminder, ol' friend.
Consider adding how to use CHAR(X) so that folks can use non-printable characters, as well. Might be good for a separate tip....
|
-
Jeff Moden Commented 3 Months ago through Blogs | 1 Point
> Also, even if you build the tally
> table using one of the slower methods,
> once it is built, it will continue to
> provide great speed improvements...
While I absolutely agree with that, I find it incredibly ironic when someone writes an artic...
|
-
Jeff Moden Commented 3 Months ago through Blogs | 1 Point
I already knew this but that's the kind of tip I like to see. Nicely done, Paresh! Definitely got a "LIKE" from me....
|
-
Jeff Moden Commented 3 Months ago through Blogs | 1 Point
> Celko wrote: So much for ANSI/ISO
> stanrds and common sense from
> Microsoft. The correct answer is an
> error message about temporal and
> interval data types in calculations.
Now I think you're making stuff up. Please show the exact paragra...
|
-
Jeff Moden Commented 3 Months ago through Blogs | 1 Point
Although the question is certainly fun, I have a real problem with people that ask "tricky" questions on interviews for mere DBAs and SQL Developers. First, was your friend able to come up with the correct answer without actually running the code? If ...
|
-
Jeff Moden Commented 3 Months ago through Blogs | 1 Point
> Thanks Jeff Moden. I would also prefer
> using BCP. One of our customers wanted
> to build ETL solution fully using SSIS
> only. So I thought of showing SSIS's
> way of doing this :)
Even more impressive then, ol' friend. Learn it, use it, sha...
|