Viewing 15 posts - 406 through 420 (of 528 total)
Wouldn't it make more sense to capture a trace and replay it on a non production device?
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.
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...
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.
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);
...
January 19, 2016 at 9:05 pm
The spackle articles would do well on a wiki.
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)...
January 19, 2016 at 12:41 pm
I guess changing a headline is harder than admitting an error <ducks>
What surprised me is that people are still buying solutions that are browser dependent.
January 11, 2016 at 5:51 pm
Probably installing this stuff on a virtual machine first would make a lot of sense. Or even second.
This is a primary use case for virtual machine technology. It may not...
January 11, 2016 at 6:43 am
Wikipedia has a useful overview of some of the issues:
January 8, 2016 at 1:36 pm
Grant Fritchey (2/25/2014)
Thank you!
January 8, 2016 at 12:16 pm
Your argument is similar to the argument that photographs are great evidence. Really what makes the photographs good evidence is the person who can attest to what is in the...
January 5, 2016 at 7:58 am
Eric,
Thanks for the insight.
Microsoft always seems under pressure to limit its free solutions in different ways over time. It is often hard to understand the logic of it unless someone...
January 4, 2016 at 4:57 pm
This post is very wikish. I'm struggling to find a good technical wiki that isn't too broad, since the SQLServerSaturday wiki seems to be unupdateable at the moment.
Would you think...
January 4, 2016 at 12:52 pm
Phil,
+1 in interest on a write up of SQLLite.
Would you have a 1 to 3 website recommendation for resources?
January 3, 2016 at 2:35 pm
Viewing 15 posts - 406 through 420 (of 528 total)