|
I was thinking many times, now days that we have Linq and other CLR language-specific built-in search, sort and other capabilities over tables, collections and object, why not have the 'SQL Server' or rather call it 'CLR Server' (not only OOP Server but...
Started by Shimmy on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Let me guess, you are....
Effectively I see SQL as the right tool for the job base of SQL server.
Of cool stuff going on inside SQL Server when you hit it with a query that would have this effectively which is why we have SQL Server.
|
|
I've got a flash application (not written by me) which is accessing a configuration file which present on a http server. There are a lot of settings in the config file which seem to affect its behaviour.
I'm not interested in decompiling the swf file ...
Started by Alterlife on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If this is simply for debugging and discovery purposes, I would .
Or to a file on a server you control.
|
|
A friend of mine's shop is considering virtualizing several of their servers, including their Exchange servers (2007) and their BlackBerry-Exchange gateway systems.
The systems support roughly 150 mailboxes now, with limited growth projected over the ...
Started by Tim Howland on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
Machine, we've put 16,000 Exchange mailboxes on one server -- so you should still have a bit with Exchange 2007 and BES virtualized with just about every other server in our environment as well on a pair)iscsi Raid10 15kSAS backed storage....
|
Ask your Facebook Friends
|
I'm a frequent SQL Server Management Studio user. Sometimes I'm in situations where I have an update or delete query to run, but I'm afraid some typo or logic error on my part is going to cause me to make undesired, massive changes to a table (like change...
Started by Hythloth on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Sounds pretty good to me - I basically use this default try .
If not, I think you're fine...
Boxes.
|
|
I've been learning PHP and MySQL and have been thinking about exercises to help me learn the language better. I've used ffmpeg for a few years now to process video files and thought I could probably work out a way to manage this from the web. I've read...
Started by rschapman on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Think of this more as a web
There needs to be some kind of server or service running, that is waiting for jobs to arrive, adding.
The operation is complete, or for some other process to poll on status .
|
|
Hi everyone, i am moving to a new file server under Server 2008 Standard 32bit edition. I will refer to the older server as just "server", the new one i named as server2.
i have updated server2 and patched it. I have also joined the domain as member server...
Started by dasko on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
I am assuming....
It works that while undomained.
Which is to say, you CAN do it just like you found out .
Server 2008 may be different, but in general I try to avoid renaming Windows servers whenever of renaming a long-standing server.
|
|
I have:
1 Linux "backup" server (Ubuntu 9.10 server) (plenty of disk, new server) 2 Gentoo servers 2 CentOS servers 3 Windows 2003 servers I'd like to backup all of the servers as disk-to-disk backups to the Ubuntu backup server.
HOW?
Please be gentle...
Started by TheCleaner on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Have another....
On windows, there is a great rsync front end called DeltaCopy
In both cases, you will get incremental backups so that you aren't absorbing that disk space too fast .
For linux, it can be set up with cron jobs .
I would probably go with rsync.
|
|
Is it possible to configure Windows Servers that reside on the same domain such that when a web service call is made from a web app using an IP address, the request does not go via a proxy server?
The web service is running on one of the servers on the...
Answer Snippets (Read the full thread at stackoverflow):
I don't think I can make!
It seems to me that the change would....
I'm thinking that I should be able somehow to configure the server that hosts the app that needs to call the remote web service to bypass the proxy when sending requests.
|
|
I'm setting up a dedicated SQL Server 2005 box on Windows Server 2008 this week, and would like to pare it down to be as barebones as possible while still being fully functional.
To that end, the "Server Core" option sounds appealing, but I'm not clear...
Started by Dave Ward on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Run the ....
Run the DHCP server role.
Run the Directory Services role.
Run the Hyper-V virtualization server role.
Not sure how credible this source is , but:
The Windows Server 2008 Core edition can:
Run the file server role.
|
|
I'm currently trying to decide on the best approach to handle hosting a few moderate traffic websites for production e-commerce and online applications. We'd like to move to a dedicated server and are looking at this as the most likely machine: Quad Core...
Started by asinc on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Hosting the SQL Server locally means that your application process, and you will need to think more carefully about security on that box since the data is also web server is ever compromised the hacker....
This is actually a good idea.
|