Viewing 15 posts - 1,141 through 1,155 (of 4,272 total)
Hey G, how about cross-server service broker queues?
CEWII
July 25, 2011 at 9:59 am
With a previous employer when we were working on a major project we would often schedule a conference or "war room" for a period. We would bring most of...
July 25, 2011 at 9:54 am
Bob,
SQL uses what it feels it needs to. I used to have a process that ran all by itself on a SQL Server and that even though there was...
July 25, 2011 at 9:37 am
I walked through this thread and have to agree that a trigger to do this is a particularly bad design choice. Now I know you said that this is...
July 25, 2011 at 9:32 am
wow, old thread, glad to be of help.
CEWII
July 22, 2011 at 2:50 pm
Actually, I hadn't thought of that either.. I'll have to look at that.. Interesting..
CEWII
July 22, 2011 at 8:20 am
LutzM (7/22/2011)
However, I would not compare a decision between SQL and .NET with a decision between Oracle and SQL Server.
To summarize it: "It...
July 22, 2011 at 8:18 am
LutzM (7/21/2011)
I'll have to deal with arguments like the number of viruses available to attack the systems and the risk/additional effort involved...
July 21, 2011 at 3:36 pm
How many records are we talking about here?
You certainly can do this row by row, however that method of processing is substantially slower than a set based solution. Also...
July 21, 2011 at 2:15 pm
The doc you are looking for is:
How to configure volume mount points on a Microsoft Cluster Server
http://support.microsoft.com/kb/280297
CEWII
July 21, 2011 at 2:09 pm
I don't think you can use a parameter like that directly. I think the parameter substitution is limited to the where clause. I have gotten around that in...
July 21, 2011 at 2:07 pm
I often overcome the windows problem with the sheer cost savings, but it usually hasn't been a problem in my environments.
In environments where very few windows servers this might be...
July 21, 2011 at 2:01 pm
Those are the rough storage costs yes. If you are going to have a lot of files especially in the 40MB range you will very quickly have a very...
July 21, 2011 at 10:28 am
Brandie Tarvin (7/21/2011)
July 21, 2011 at 9:30 am
Viewing 15 posts - 1,141 through 1,155 (of 4,272 total)