Viewing 15 posts - 5,296 through 5,310 (of 6,022 total)
Jeff Weight (1/20/2012)
...and, that's why it says "Grasshopper" right under my name 🙂 You're right about that.
Encrypting the network transport stream for SQL Server is an interesting question. It's...
January 20, 2012 at 2:11 pm
Jeff Weight (1/20/2012)
I eventually got what I needed back in 2008, and since then, things have become a little simpler...
January 20, 2012 at 12:51 pm
We can restrict linked server access to only specific accounts by using the "Local server login to remote server login mappings" option when setting up security on the linked server...
January 20, 2012 at 12:09 pm
Steve Jones - SSC Editor (1/13/2012)
ben.mcintyre (1/12/2012)
In fact, being able to compile frequently (any I often do it once every...
January 13, 2012 at 12:00 pm
Thanks to code completion, I don't think developers today really spend a significant amount of time correcting syntax errors or invalid object references.
I think the old timers back in...
January 12, 2012 at 11:58 am
Querying the INFORMATION_SCHEMA views can return columns with definitions that matche search criteria, and then you can also use a similar query to dynamically build other SQL queries against those...
January 11, 2012 at 8:10 am
chaudharydpk0 (1/10/2012)
How we dealocate the memory of a row in a table in sql 2008 R2. please show the query if exist.
OK, I'll take a stab at interpreting your request...
January 11, 2012 at 7:39 am
The thing about querying remote tables, especially when joining remote tables with local tables, is that the performance impact of the SQL coding tequnique is critical. I'm not sure that...
January 10, 2012 at 7:41 am
Viewing 15 posts - 5,296 through 5,310 (of 6,022 total)