Viewing 15 posts - 27,136 through 27,150 (of 39,768 total)
Do you want to delete matching NULLs? Use an OR clause -OR (a is null and b is null)
September 9, 2008 at 8:37 am
A separate array helps, but only during backups. You don't have heads moving for two separate processes. Not sure how noticeable it would be.
However it's a bad idea. If the...
September 9, 2008 at 8:36 am
That's what I would think. Some process outside touching the files.
September 9, 2008 at 8:32 am
James,
Didn't realize that and good information to have. It's good to know since it might mean that you can your vacation back if you have to work.
I have turned my...
September 9, 2008 at 8:30 am
Not sure what you mean by "how it process". You can get the execution plan, which will tell you what work is being done. Queries can be processed different ways,...
September 9, 2008 at 8:25 am
http://www.sqlservercentral.com/scripts/Backup+%2F+Restore/30043/
Uses PKZip, but you can modify to use the command line for WINRAR.
September 9, 2008 at 6:48 am
You can run frequent diffs, but they'll get larger and larger. For that matter, why not run a full every hour? You could do that and it would let you...
September 9, 2008 at 6:47 am
As mentioned above, a simple in the WHERE clause should do this.
This sounds like some test question or interview question. We are happy to help, but we want to...
September 9, 2008 at 6:46 am
Good points on your value and something I hadn't considered.
As an FYI, I actually have a balanced NCA where the I have to give xx notice and the company must...
September 9, 2008 at 6:12 am
RE-uploaded the file for the WMV. Hope that works.
September 8, 2008 at 4:12 pm
localhost/mssqlserver is a named instance. (local) defaults to local (I think 127.0.0.1)
The /mssqlserver isn't necessary for a default instance. You'd just connect to the Windows machine name.
If you want to...
September 8, 2008 at 4:11 pm
Agent shouldn't restart SQL Server. If it is, I'd call MS. Perhaps keep an eye on it to be sure it wasn't coincidence.
September 8, 2008 at 4:08 pm
There are very few secrets. Is SQL Server doing something that Oracle can't? Hardly.
I heard Jason Fried of 37 Signals speak last week. He talked about how often they blog...
September 8, 2008 at 3:57 pm
Thanks Keller, I've updated the feed. Not sure it's working, but that's the one I have from Mevio.
Feed broken at times, working on that, or I've been trying to get...
September 8, 2008 at 3:55 pm
Read the articles by Jeff Moden. He covers some great basics you might want to avoid.
September 8, 2008 at 3:25 pm
Viewing 15 posts - 27,136 through 27,150 (of 39,768 total)