Viewing 15 posts - 3,196 through 3,210 (of 6,038 total)
When executing a distributed select between two SQL Server instances, especially of the same version, the optimizer has some smarts about whether joins are performed locally or remotely for best...
October 30, 2015 at 10:45 am
mwpowellhtx (10/30/2015)
Brandie Tarvin (10/30/2015)
Eric M Russell (10/29/2015)
October 30, 2015 at 9:45 am
On the server running SSIS, have you installed the Microsoft.Jet.OLEDB provider (.XLS) or Microsoft.ACE.OLEDB provider (.XLSX) ?
http://microsoft-ssis.blogspot.com/2014/02/connecting-to-excel-xlsx-in-ssis.html
Also, I'm not sure if the proxy account SQLAgent is running under needs some...
October 30, 2015 at 9:28 am
Andrew..Peterson (10/30/2015)
October 30, 2015 at 9:18 am
There have been occasions where the door to the development team room got accidentally locked, and we all just sat there in the zone for hours without hearing the knocking....
October 30, 2015 at 8:39 am
Brandie Tarvin (10/30/2015)
Eric M Russell (10/29/2015)
October 30, 2015 at 7:46 am
Jeff Moden (10/29/2015)
Jayanth_Kurup (10/29/2015)
http://blogs.msdn.com/b/sqlcat/archive/2008/03/02/backup-more-than-1gb-per-second-using-sql2008-backup-compression.aspxInteresting read
What's "interesting" is that it would appear (I may have misread it) that they're putting the backups on the same system as the database and that...
October 30, 2015 at 7:30 am
Are the WRITELOG waits occurring throughout the day during normal operation of application or intermittedly during something like a batch load /delete or re-index?
October 30, 2015 at 7:26 am
Ed Wagner (10/29/2015)
Eric M Russell (10/29/2015)
October 30, 2015 at 7:11 am
william-700725 (10/29/2015)
Eric M Russell (10/29/2015)
william-700725 (10/28/2015)
...I know there are at least some high-paying un-challenging gigs out there.
WHERE? Those are the ones I want but can never find. I always get...
October 29, 2015 at 3:08 pm
Check what domain groups or local Windows admin role may have been granted login and access, and then check if this user is a member of that domain group. Users...
October 29, 2015 at 3:05 pm
Some audit tables are WORN (Write Once - Read Never).
October 29, 2015 at 12:26 pm
Just as a side note:
I don't know on what RDMS you learned SQL, but at least in Oracle, NULL and empty string '' are evaluated as equivalent. Also, by default...
October 29, 2015 at 12:16 pm
Maybe I'm missing something, but the table appears to lack a unique index on the natural key, which would allow duplicates. This would normally be a requirement for any table,...
October 29, 2015 at 12:06 pm
This should give you what you want. What we need to do is simply sum the total months of service for each employee who is still active (has one record...
October 29, 2015 at 9:18 am
Viewing 15 posts - 3,196 through 3,210 (of 6,038 total)