Viewing 15 posts - 406 through 420 (of 536 total)
Steve,
It sounds like you are mixing issues here. It should be cheap to figure out the people who vote. Otherwise people can't exercise their political voice.
There is a lot of...
412-977-3526 call/text
February 9, 2016 at 11:49 am
The voting record records only if you voted or not.
It should be harder not to vote than to vote.
412-977-3526 call/text
February 9, 2016 at 9:45 am
Aggregation is something that is easy to do if you are large institutionally, so essentially you are rewarding people for size.
That isn't democratic.
412-977-3526 call/text
February 9, 2016 at 9:35 am
Who exactly controls the information? What kind of roadblocks are they going to put up? The fact that I'm a voter needs to be public for all sorts of reasons...
412-977-3526 call/text
February 9, 2016 at 7:05 am
Very nice technical presentation.
Did you do a cost comparison or model as well?
412-977-3526 call/text
February 4, 2016 at 7:12 am
What are the best sites for reviewing what kind of security to implement? I don't think I'd send a manager to Stackoverflow.
Is there a good cost modeler?
412-977-3526 call/text
February 2, 2016 at 5:54 am
This is an interesting related script:
2012:
http://www.sqlservercentral.com/scripts/integrity/136833/
2008:
http://www.sqlservercentral.com/Forums/Topic1754876-3745-1.aspx#bm1757302
412-977-3526 call/text
February 1, 2016 at 2:10 pm
Is there a useful way to include row counts in your process?
412-977-3526 call/text
January 26, 2016 at 5:56 pm
Wouldn't it make more sense to capture a trace and replay it on a non production device?
412-977-3526 call/text
January 26, 2016 at 12:29 pm
https://msdn.microsoft.com/en-us/library/ms186778.aspx
The information schema views included in SQL Server comply with the ISO standard definition for the INFORMATION_SCHEMA.
Seems like it might be worth the effort to understand this better.
412-977-3526 call/text
January 26, 2016 at 12:11 pm
About the only kind of software I can deploy to the hundred of sites I connect to is open source.
Everything else goes through a completely different channel.
The script published in...
412-977-3526 call/text
January 25, 2016 at 9:45 am
A quick look at the license shows the Minion customer may not:
b. Evaluate the Software for the purpose of competing with MinionWar
Licenses written like this are a can of worms.
412-977-3526 call/text
January 25, 2016 at 7:58 am
This update of the script outputs 2 formatted columns in addition to the raw numbers:
DECLARE @intDrive Integer,
@strSQL Varchar(100);
...
412-977-3526 call/text
January 19, 2016 at 9:05 pm
The spackle articles would do well on a wiki.
412-977-3526 call/text
January 19, 2016 at 8:44 pm
This is my ad hoc drive space query I use:
/* drive space */ if (object_id('tempdb..#drivespace') is not null) drop table #drivespace create table #drivespace (spaceinfo varchar(256)) insert into #drivespace(spaceinfo)...
412-977-3526 call/text
January 19, 2016 at 12:41 pm
Viewing 15 posts - 406 through 420 (of 536 total)