Viewing 15 posts - 11,356 through 11,370 (of 39,793 total)
Not an outer join, right? You just want something returned?
Can you give a result set example of what you'd want here? Is it just the first 2 columns with null...
January 27, 2014 at 8:50 am
Read that article, and then give us some DDL For your result set and some sample data as insert statements. We can help.
January 27, 2014 at 8:44 am
I'm with Gail. If it's too resource intensive for your workload, run the physical only on the servers. However, make sure you restore a backup and run the full DBCC...
January 27, 2014 at 8:43 am
The pros:
You can easily repeatably execute queries against all servers (except the CMS, though there's a workaround). This is very handy for administrators that try to standardize and manage servers...
January 27, 2014 at 8:38 am
steve.neumann (1/22/2014)
..."and possibly impress someone else...
January 22, 2014 at 8:50 pm
I'm not 100% sure. I know it uses Kerberos, and should connect to a DC. I've seen some strange issues where I've had to use DC/AD tools to reset the...
January 22, 2014 at 3:11 pm
Try this, go into the local host (Windows) and try to add that user to a local group. Same spelling.
I wonder if you have some DC/Kereberos issue between the...
January 22, 2014 at 10:04 am
January 22, 2014 at 9:16 am
chrisn-585491 (1/22/2014)
I would say that we have more monolingual programmers now - programmers, including "senior" programmers, who only know one language, whatever it happens to be. This distresses me.
I'll...
January 22, 2014 at 8:48 am
Perry Whittle (1/22/2014)
SQL Server data compression would be my preference over NTFS compression
+ 1
You can also make sure that your read only files are mostly full. I saw a technique...
January 22, 2014 at 8:46 am
Saw this from Grant: http://www.b-list.org/weblog/2008/jul/28/lets-talk-about-dvcs/?utm_content=buffer84cfc&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer
Interesting reading.
January 22, 2014 at 8:29 am
There's no replication from SQL to AD. SQL Server has to query AD to verify the account.
I'm guessing you've spelled something wrong, or you need to include the domain. Can...
January 22, 2014 at 8:28 am
Do you have Enterprise Edition? I'd data compress first.
However, compressing the disk can work. Can you give more information on your setup and sizes? How much data growth is there?...
January 22, 2014 at 8:26 am
I dislike disk compression for this reason.
Thanks for the update and glad you solved it. Out of curiosity, did you check properties on all subfolders or use some other method?
January 22, 2014 at 8:22 am
Viewing 15 posts - 11,356 through 11,370 (of 39,793 total)