Viewing 15 posts - 13,156 through 13,170 (of 39,818 total)
Uripedes Pants (8/29/2012)
After seeing the picture, all I can think of is "Damn, pulling that tape off musta hurt!"
LOL, my daughter had fun helping me with the picture.
August 29, 2012 at 9:39 am
John Hanrahan (8/29/2012)
August 29, 2012 at 9:09 am
djackson 22568 (8/29/2012)
August 29, 2012 at 7:52 am
thadeushuck (8/29/2012)
August 29, 2012 at 7:49 am
Brandie Tarvin (8/28/2012)
FYI: Microsoft admits that VPNs and MS-CHAP v2 can be hacked.http://redmondmag.com/articles/2012/08/22/microsoft-issues-security-advisory.aspx
Ugh.
August 28, 2012 at 11:00 am
YW. Make sure you backup certificates ASAP when you create them. Lost certificate is lost data. Period.
Make sure you secure those backup files, along with any passwords used for keys.
August 28, 2012 at 10:59 am
skanker (8/28/2012)
August 28, 2012 at 9:52 am
Tobar (8/28/2012)
... though I know a central IT staff will necessarily do a better job.
This is the only thing I have disagreed with.
A well-trained, well-staffed central IT probably would,...
August 28, 2012 at 9:44 am
I don't see anything in BOL (R2 is here: http://msdn.microsoft.com/en-us/library/bb895327%28v=sql.105%29)
However I don't see any reason why symmetric and asymmetric keys aren't available in Express. I see articles about SSL communications,...
August 27, 2012 at 2:55 pm
Kenneth.Fisher (8/27/2012)
It seems that if your query references a missing table the SP will be allowed regardless of what else is wrong with the query.
This is deferred resolution and it...
August 27, 2012 at 1:12 pm
Stored procedures are just sets of code, like a batch you'd run from SSMS.
you add a header with parameters like this:
create procedure MyProc
@myvar varchar(20)
as
Then you add the code...
August 27, 2012 at 8:42 am
mandeep_nyc (8/27/2012)
Secondly, I just ran this in a new database, and when creating the proc's...
August 27, 2012 at 8:38 am
kent_secher (8/27/2012)
sam.dahl (8/26/2012)
Firstly, "I have two stored procedures" suggested to me that the scripts we were executing were the actual stored procedures not necessarily the create scripts depicted.
That was my...
August 27, 2012 at 8:38 am
Clients typically don't start a process on the server and hold locks. When an application SELECTs data, and the data is returned, there are no locks held while the user...
August 27, 2012 at 8:24 am
Viewing 15 posts - 13,156 through 13,170 (of 39,818 total)