Viewing 15 posts - 421 through 435 (of 984 total)
This is a handy guide to querying LDAP from SQL Server (and other places).
The gist is that your SELECT statement needs to include the full LDAP://OU=??,DC=DOMAIN,DC=COM
path as the FROM...
January 9, 2017 at 9:30 am
As per this little message buried in the Supported Version Upgrade Paths documentation, it looks like you could be out of luck:
* Microsoft support to upgrade from release candidate software...
January 9, 2017 at 1:43 am
simonsmithbsa (1/5/2017)
January 5, 2017 at 7:27 am
Does the restore spend a lot of time at 99-100% complete, or a long time at the beginning (0%), or is it slow throughout?
If it's taking a long time to...
January 5, 2017 at 1:52 am
David.Poole (12/31/2016)
I predict massive DDOS attacks through insecure IOT and recall notices on many of the gadgets we got for Christmas.
I dread to think what a DDOS attack mounted by...
January 4, 2017 at 7:27 am
I have previously done a blog post with a query that allows you to see which backups were part of each backup job[/url] - this can identify databases that haven't...
January 3, 2017 at 8:07 am
Ed Wagner (1/3/2017)
I hope everyone had a safe and happy New Year celebration. Welcome back to work.
Back to work for a bit of a rest? 🙂 Have...
January 3, 2017 at 6:38 am
Revenant (1/1/2017)
Ed Wagner (12/31/2016)
DamianC (12/30/2016)
Manic Star (12/30/2016)
djj (12/30/2016)
ThomasRushton (12/30/2016)
crookj (12/30/2016)
Manic Star (12/30/2016)
Luis Cazares (12/29/2016)
Revenant (12/29/2016)
Grumpy DBA (12/29/2016)
jasona.work (12/29/2016)
PigBacon
Kevin
McCallister
Kilt
Pipes
Peace
...and I hope that's earwormed you with Paul McCartney's Pipes of Peace.
Hope
Understanding
lightbulb
Bright
Future ...
January 1, 2017 at 12:17 pm
Phil Parkin (12/30/2016)
Further to Thomas' answer, the flippant answer given by many people here would be 'in the garbage'.
y'know, that was my first answer... but I censored myself...
December 30, 2016 at 11:53 am
Things like "WITH NOLOCK" are called "Table Hints". You'll need to put them next to each table you want to apply them to.
But note the drawbacks of NOLOCK -...
December 30, 2016 at 9:28 am
Much more concise; runs quicker / more efficiently; returns the same number of rows. I just can't quite see *how* correctness is guaranteed (given the nature of the data),...
December 30, 2016 at 9:26 am
crookj (12/30/2016)
Manic Star (12/30/2016)
Luis Cazares (12/29/2016)
Revenant (12/29/2016)
Grumpy DBA (12/29/2016)
jasona.work (12/29/2016)
PigBacon
Kevin
McCallister
Kilt
Pipes
Peace
...and I hope that's earwormed you with Paul McCartney's Pipes of Peace.
December 30, 2016 at 7:53 am
I expect there are far better ways of doing this, but here's a first pass:
WITH Postcodes AS
(
SELECT
Postcode ,
...
December 30, 2016 at 7:45 am
I was disappointed that there wasn't a picture of a crowd with Steve hiding in it while wearing a red & white striped jumper and a bobble hat...
December 30, 2016 at 5:46 am
What is this, a free consultancy?
http://www.sqlservercentral.com/Forums/Topic1846082-2799-2.aspx
Strewth. Where's my popcorn?
December 30, 2016 at 4:31 am
Viewing 15 posts - 421 through 435 (of 984 total)