Viewing 15 posts - 3,646 through 3,660 (of 3,665 total)
I'm wondering why you would want to create multiple users with the same login what keeps popping up in my mind is that you're trying to reduce the work required...
August 8, 2008 at 4:06 pm
I normally use SQL Profiler when I want to find out what is running.
August 7, 2008 at 3:41 pm
Having multiple datafiles where the files are of different physical disks can improve the speed of data reads and writes since the data can be read from the different drives...
August 7, 2008 at 2:56 pm
It's normal for an active SQL server to grab as much memory as you allow it to grab, especially if there are no other applications asking for memory on that...
August 7, 2008 at 2:35 pm
DMC,
If you using a "good" SAN then some form of SAN mirroring should be possible, but may not be possible when SQL Server is active. You're likely to run...
August 6, 2008 at 12:33 pm
Charles, I just had a sort of funny thought. If you go ahead with was said in here, or use tempdb, you might want to recommend to the...
August 4, 2008 at 3:40 pm
Charles, one thing to watch out for. The new table you're talking about adding to the Model database would not only be added to tempdb on reboot, but it...
August 4, 2008 at 12:11 pm
Don't feel bad David. You're not alone in this boat.
hmmmm ...... is it your turn to row?
August 4, 2008 at 11:17 am
K. Brian Kelley (8/1/2008)
Alvin Ramard (8/1/2008)
If you have separate tables for each product, what happens if they add a product? Someone needs to add...
August 1, 2008 at 6:14 pm
One thing to think about ....
If you have separate tables for each product, what happens if they add a product? Someone needs to add at least one a new...
August 1, 2008 at 4:08 pm
I can't help but wonder if the view definition looks something like:
create view vwProviderDirectoryReportWithAllServiceLocations
as
Select *
From
ProviderDirectoryReportWithAllServiceLocations
end
August 1, 2008 at 3:39 pm
I would use a "For Loop Container" with a Script Task as the first step in that container. On the first pass, the script task would retrieve the list...
August 1, 2008 at 2:29 pm
I prefer the (Where LEN(isnull(Message, '')) > 0) method.
July 24, 2008 at 11:45 am
Viewing 15 posts - 3,646 through 3,660 (of 3,665 total)