Viewing 15 posts - 1 through 15 (of 16 total)
I guess there is still a bit of a bitter taste.
It's one thing, to require installing SSIS, when you need the service, to back up your package execution.
And...
March 24, 2019 at 3:25 am
July 15, 2018 at 2:55 am
It would be nice to extend same function to proper zip / unzip archival. Wikipedia has published zip archive format specifications. Here is the link.
http://en.wikipedia.org/wiki/ZIP_(file_format)
I did...
October 16, 2013 at 5:39 pm
Would you mind posting entire set of performance counters, any trace and / or SQL Server log records.
October 2, 2013 at 4:20 am
Had similar issue with SQL Server running with encrypted connection.
Resolved by securing certificate includes localhost as one of the common name entries under the certificate "subject".
April 12, 2013 at 2:22 am
Did you try to lookup Broker to Web Service Bridge on codeplex? Thought it was one of the coolest features to integrate as add - on or just built as...
February 15, 2012 at 3:53 pm
* To cover bases we need to add to this article performance data for compression + encryption. It needs to be more generic in terms of CPU I/O cycles to...
April 24, 2010 at 2:04 pm
When host machine attached to existing domain you don't really need third machine running domain controller.
Loopback adapter provides sufficient utility to configure public network for cluster and expose Virtual Instance...
May 14, 2009 at 1:56 am
see if you can achieve it using DDL trigger by checking application name trying to execute alter table.
December 26, 2008 at 1:39 am
if the database is in fully logged mode you can query database log using dbcc log command.
December 26, 2008 at 1:32 am
the constraint assumption was confirmed. Workaround is to place ActiveX script between parallel task and the point where parallel paths join back to "main" thread. From this script one could...
December 16, 2008 at 10:30 pm
Hi, I tried yesterday similar approach by dropping on the DTS design surface
a. SQL Server connection
b. Two Execute SQL tasks
c. ActiveX script task with
I....
December 16, 2008 at 10:09 am
I like the idea and am thinking on using it in tasks other then index maintenance.
One thing I would like to abstract away is parallelizing specific task, in this case...
December 15, 2008 at 11:08 pm
Hi,
does anyone has a clue if it is legal for a paid campaign activist to make an unsolicited call to home, request identification, and then specifically question personal voting choices.
I...
November 2, 2008 at 6:24 pm
JanM (12/11/2007)
we can't use transactions, what seems to be used for sp_getapplock.
not nesessarilly, it uses xp_userlock internally, and with @LockOwner set to 'Session' it will only honor current connection. Just...
December 13, 2007 at 2:54 am
Viewing 15 posts - 1 through 15 (of 16 total)