Viewing 15 posts - 4,816 through 4,830 (of 6,105 total)
We have three clustered servers with their own external storage arrays as well as a clustered SQL Server install where the drives are part of our SAN. The SAN-based one...
November 28, 2002 at 5:01 pm
You've indicated they are in different domains. Are there any other differences, such as a firewall in between or anything of that sort?
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to...
November 28, 2002 at 4:50 pm
If you point to logical linked server names (based on purpose) rather than physical names, then you would just have to know what logical linked servers you need and create...
November 28, 2002 at 6:31 am
Ack. That's true about selecting against anything that starts with john. Thanks for the catch, Paul, and the fix, David. But I agree in that it is non-SARGable. Probably would...
November 28, 2002 at 6:20 am
After looking at the other topics in the T-SQL forum, this is actually a duplicate question with a different topic title. Continue the thread in the following discussion:
K. Brian Kelley
http://www.truthsolutions.com/
Author:...
November 27, 2002 at 6:29 pm
Try this:
SELECT
FullName
FROM Users
WHERE CHARINDEX(fname, @Param1) > 0
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1
November 27, 2002 at 6:25 pm
One thing I'd urge anyone to consider when asking the question, "Why are you writing an article on something that's already covered in the knowledge base?" is the fact that...
November 27, 2002 at 6:14 pm
Your best bet is to encrypt the username and/or password on the application side. Otherwise, a sysadmin could see it coming across in plaintext using either Profiler or DBCC INPUTBUFFER()....
November 27, 2002 at 5:57 pm
I'm not sure you can do exactly what you're trying to do in SQL Server 7.0. What Microsoft typically recommends is to run a check every five minutes to capture...
November 27, 2002 at 5:49 pm
What information are you trying to move from these databases?
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1
November 26, 2002 at 9:09 am
A good history can be found in Kalen Delaney's Inside SQL Server 7 or Inside SQL Server 2000. It covers the difference.
Both use T-SQL, so the commandsets are very similar,...
November 26, 2002 at 7:59 am
Yup, and from a security perspective this makes a lot of sense. Consider the following scenario:
Instead of the current behavior, SQL Server searches in the local database first for any...
November 26, 2002 at 7:52 am
Oh yeah... tech support on SQL Server isn't very good from Lawson. Apparently, the same is true of Oracle. There are serveral newsgroups on Topica (http://www.topica.com), the most prominent being...
November 25, 2002 at 8:20 pm
What version of the environment and what version of the application?
Peculiarities:
November 25, 2002 at 8:17 pm
No, but I've been working on a series about connecting through Perl. Just haven't had time to put the finishing touches. Might be good to do one on network tracing...
November 25, 2002 at 7:38 pm
Viewing 15 posts - 4,816 through 4,830 (of 6,105 total)