Viewing 15 posts - 586 through 600 (of 1,518 total)
Elliott W (8/12/2009)
Many (most) environments end up with a mix. With Linked servers being used less.
For data that you need the...
August 12, 2009 at 1:43 pm
Elliott W (7/28/2009)
I think I have that one at home, I liked it. I thought it was pretty good..CEWII
Thanks, I checked amazon and there are no reviews, but from...
July 28, 2009 at 1:29 pm
Luke L (7/28/2009)
July 28, 2009 at 11:05 am
Paul White (6/25/2009)
Heh. You could always upgrade to 2008 Enterprise and use...
July 20, 2009 at 10:23 am
Paul White (6/24/2009)
My favourite article for this stuff on here is http://www.sqlservercentral.com/articles/SQL+Server+2005+-+Security/sql2005symmetricencryption/2291/
There are plenty though - search the tags if you...
June 25, 2009 at 7:58 am
Paul White (6/19/2009)
June 20, 2009 at 6:52 pm
DCPeterson (6/17/2009)
June 19, 2009 at 1:57 pm
I originally posted this here (http://www.sqlservercentral.com/Forums/Topic734068-361-1.aspx), but this seems like a better place for it...
Developers at my workplace are pondering use of LINQ for their upcoming projects.
How much should I,...
June 12, 2009 at 2:31 pm
Oops, I just saw these 2 links, perhaps I will carry on in the discussion on Steve's editorial instead of here...
http://www.sqlservercentral.com/articles/Editorial/64842/
http://www.sqlservercentral.com/blogs/andy_warren/archive/tags/LINQ/default.aspx
June 12, 2009 at 2:29 pm
andrewkane17 (6/9/2009)
CREATE TABLE #TEMPTOAD (...
June 9, 2009 at 10:21 am
Here is something I just came up with:
--Return list of encrypted columns in current db
select
OBJECT_NAME(c.[object_id])
,c.[name] as columnName
from
sys.columns c
join
sys.types t
on
c.system_type_id = t.system_type_id
where
t.name = 'varbinary';
How does it...
June 3, 2009 at 12:40 pm
Wobble Chops (5/30/2009)
May 31, 2009 at 8:07 am
GilaMonster (5/30/2009)
May 31, 2009 at 3:02 am
Carl Federl (5/30/2009)
May 31, 2009 at 3:01 am
We are doing a critical outage tonight, and I have a 20-minute window to backup a large number of databases before our storage admin does the tape backups.
My schedule...
May 30, 2009 at 4:52 am
Viewing 15 posts - 586 through 600 (of 1,518 total)