Implementing searching in your database is always a challenge and MVP Michael Coles brings us a method of building a Google-like search for SQL Server.
In Test-Driven Development (TDD) , The writing of a unit test is done more to design and to document than to verifiy. By writing a unit test you close a number of feedback loops, and verifying the functionality of the code is just a minor one. everything you need to know about your class under test is embodied in a simple list of the names of the…
Having shown just how useful PowerShell can be for DBAs in executing queries, Michael Sorens now takes us through navigating SQL Server space and finding meta-information - valuable information for anyone looking to be more productive in SQL Server.
What can SQL Monitor 3.2 monitor?Whatever you think is most important. Use…
<b>Stuff Michael Meeks is doing:</b> "Some ramblings about the creation of a new user interface for mail, calendaring etc. specifically for MeeGo; something I've been working on, amongst other things, for the last three months."
<b>Network World:</b> "After I wrote about the Diaspora project a few weeks ago, I was contacted by Michael Chisari of the Appleseed Project, which is basically the same thing and predates Diaspora by several years."
I am running Debian Wheezy on my server, and have just installed a VNC server and Xfce. I have come across a problem: whenever I open a terminal emulator through VNC, I get an error box with this message:
Failed to execute child.
getpt failed: No such file or directory.
This happens with every terminal I try to run. I can still run…
I found something contradictory in Oracle VM. Clustered server pool creation in Oracle VM would format my FC LUN as ocfs2 , and start o2cb & ocfs2 services to build cluster environment. After that, when I wanted to create repository on the serverpool, unexpectedly, it told me that the physical disk I chose which is also my FC LUN,…
Setup
I've just installed Windows 7 Ultimate 64bit. The operating system is installed on an 80GB Intel X-25M. I have a secondary 500GB Barracuda 7200.12 to be used for storage. This second drive is mounted as 'G'.
Problem
I'm getting an error whenever I try to rename a folder within this drive. The error says:
An unexpected…
After some help diagnosing why Exchange 2010 Enterprise stops responding to SMTP events.
I can't find a pattern to it. It doesn't appear to be an actual timeout, as the server responds immediately with the error. To reproduce it I telnet into the server on port 25 and issue a EHLO. The server immediately replies with the 421:
…
Hello, i'm having some problems when adding a second mailbox server to my DAG in Exchange 2010.
The test setup goes like this: 1x windows server 2008 (DC/DNS)
2x windows server 2008 (Exchange 2010)
I have made sure all services are up and running and that the "Exchange Trusted Subsystem" account is set…
I want to setup a little fileserver/domain controller/sharepoint server.
SharePoint shouldn't run on the DC directly, so I want to use HyperV. But I never used it before, so I wonder: Should I install the Domain Controller and HyperV Role and run 1 VM for SharePoint? Or should I run HyperV server and then 2 servers, one for…
I am able to run lighttpd on ubuntu 9.10.
But when i tried to setup fastcgi with lighttpd by putting this in the ligttpd.conf file:
#### fastcgi module
fastcgi.server = ( "/fastcgi_scripts/" =>
(( "host" => "127.0.0.1",
"port" => "9098",
"check-local" => "disable",
"bin-path" =>…
I'm trying to copy all files and folders from one directory to another, but exclude certain files. Specifically, I want to exclude subversion files and folders. However, I'd like a general yet concise solution.
I imagine I'll find the need to exclude several types of files in the near future. For example, I might want…
I formatted an external USB harddrive while it was connected to a 32-bit Windows 2003 Server Std. edition server.
After loading it up with files, I moved it to my Windows XP SP3 where it didn't show up automatically in My Computer. I opened up Computer ManagementDisk Management and see it listed as a "Health (GPT…
Hi, I'm trying to use mdfind and qlmanage to find and display files with quicklook.
So far I have this, but am having trouble getting the results from mdfind formatted correctly to pass to qlmanage:
tagSearch=$(mdfind -onlyin '/Users/username/Documents/Data' -interpret 'tag:[REFERENCE] Design' | sed -e…
I have not seen a single article posted anywhere online that brings together all the settings one would need to do to make this work properly on Windows, so I thought I would post it here.
To facilitate failover schemes, a common technique is to use DNS CNAME records (DNS Aliases) for different machine…
Hi,
Can you please tell me how can I resolve these dependencies on ubuntu:
checking for GSTREAMER... configure: error: Package requirements (gstreamer-0.10 >= 0.10
gstreamer-app-0.10
gstreamer-base-0.10
gstreamer-pbutils-0.10
…
I am wanting to add a third monitor with one graphic card. I have been told that a DVI to Dual DVI will display separate views. Right now I do DVI and VGA out. If I get a DVI to Dual DVI out will my VGA still work?
Thanks
I'm trying to authenticate against AD using the http://spnego.sourceforge.net component with tomcat.
I've created my SPN's "setspn.exe -A HTTP/servername SVCTomcat" & "setspn.exe -A HTTP/servername.fqdn.net SVCTomcat"
I've created my krb5.conf & login.conf file and setup the filter in the…
Hi,
I am using bash, and in my .basrhrc:
I have the following which defined how my prompt looks:
PS1='${debian_chroot:+($debian_chroot)}[\033[01;32m]\w[\033[00m]:[\033[01;34m]!:#[\033[00m]\$ '
I think the \w display the current path of the shell.
Is there any way to limit the number of…